The Secret of 40% Essence Concentration

The Secret of 40% Essence Concentration

bash cat > /home/claude/mon-melange-extrait.html << 'HTMLEOF' Extrait de Parfum: The Secret of 40% Essence Concentration | MON MELANGE Lab

MON MÉLANGE Lab

Blog

Extrait de Parfum: The Secret of 40% Essence Concentration

The Purest Form of a Fragrance

In the world of perfumery, everything begins with concentration. The liquid inside a bottle is, in essence, the union of two fundamental components: the essence (perfume oil) and alcohol. The ratio between these two directly determines a fragrance's character, longevity, and depth.

At MON MÉLANGE Lab, we push this ratio to its furthest extreme: 40% essence concentration.

This figure is not a boundary in the world of perfumery — it is a manifesto.

The Concentration Hierarchy: Where Do We Come From?

Perfumes are classified according to their essence content. Think of it as a spectrum that defines not just intensity, but the very soul of the fragrance.

CategoryEssence RatioLongevity
Eau de Cologne2% – 5%2–3 hours
Eau de Toilette5% – 15%3–5 hours
Eau de Parfum15% – 20%6–8 hours
Parfum / Extrait20% – 30%8–12 hours
Extrait de Parfum ✦40%12–24 hours+

MON MÉLANGE's Extrait formulation goes beyond even the highest category in this table. The 40% ratio — rarely achieved even in a standard Extrait — is our minimum starting point.

What Does 40% Actually Mean?

Let us make it concrete. When you look at a 100 ml bottle of MON MÉLANGE Extrait, 40 ml of the liquid inside is pure perfume oil. The remainder is the alcohol base that carries this oil and delivers it to your skin.

This density changes several things:

01

Behaviour on Skin

A high essence ratio allows the fragrance to forge a deeper bond with your skin. The scent is activated by your body's natural warmth — which is why it opens with the same intensity even in cold weather.

02

Application Quantity

Extrait is formulated to be applied sparingly. One to two sprays will suffice for the entire day — an economical choice that also allows the fragrance to breathe naturally.

03

Olfactory Development

Concentrated formulas can open slowly. Top notes recede more quickly; heart and base notes develop in a rich, heavy manner over hours. This transforms the Extrait from an instant impact into a journey.

What Transforms an Extrait into an Experience?

"Fragrance is the most abstract garment you wear.
Extrait is the haute couture version of that garment."

Throughout the history of perfumery, the Extrait concept has been regarded as the space of artistic freedom for perfumers. High concentration reveals the true character of raw materials — inexpensive ingredients cannot hide at this intensity. This is why the quality of raw materials in a genuine Extrait is directly and unmistakably felt.

At MON MÉLANGE Lab, every formulation is designed by confronting this reality. The natural resins, rare ouds, specially processed floral absolutes, and synthetic molecules we use can only reveal their full potential at 40% concentration.

How to Apply It

Extrait de Parfum is not applied in the same way as an Eau de Toilette. A few key distinctions:

Apply to Pulse Points

Wrist, neck, behind the ear, inner elbow. These areas radiate body heat and activate the fragrance molecules.

Do Not Rub

With high-concentration perfumes, friction breaks apart the top notes and disrupts the olfactory balance. Simply allow the fragrance to settle without rubbing.

Apply Sparingly

One to two sprays is ideal. More can be overpowering and may inhibit the fragrance's natural development.

Allow Time to Open

The first 30 minutes is the blooming phase. The true identity of the Extrait reveals itself only after this period has passed.

The MON MÉLANGE Lab Difference

We are not a perfume company — we are a fragrance laboratory. Every formulation is the result of an experiment. Our decision to work at 40% concentration is not a marketing maneuver; it is the tangible expression of our commitment to raw material integrity.

The first surge of intensity you feel when you open your bottle; the warm, deep impression that remains on your skin at the end of the day — these are the promises that 40% makes to you.

Every fragrance we create is rooted in truth — in the uncompromising honesty of what a raw material can truly offer when given the space to speak.

MON MÉLANGE Lab — Every fragrance is a formula.

© 2026 MON MÉLANGE Lab  ·  All Rights Reserved
extrait-de-parfum fragrance-concentration perfume-guide
Share:

B2B Partner Portal

Access our wholesale portal

Forgot Password?

Mon Mélange

Online
Hello! Welcome to Mon Mélange 🌹 I'm your personal fragrance consultant. How can I help you today?

I can help you with:
• Finding your perfect perfume
• Product recommendations
• B2B partnership inquiries
• Shipping & order info

Before we start

Please share your details so we can assist you better.

var btn = event.currentTarget; btn.disabled = true; btn.innerHTML = ''; fetch('/api/index.php?action=cart_add', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ slug: slug, quantity: 1 }) }) .then(function(r) { return r.json(); }) .then(function(data) { if (data.success) { btn.classList.add('added'); btn.innerHTML = ''; // Update cart count badge if exists var cartBadge = document.querySelector('.cart-count'); if (cartBadge && data.count !== undefined) { cartBadge.textContent = data.count; cartBadge.style.display = data.count > 0 ? 'flex' : 'none'; } setTimeout(function() { btn.classList.remove('added'); btn.innerHTML = ''; btn.disabled = false; }, 2000); } else { btn.innerHTML = ''; setTimeout(function() { btn.innerHTML = ''; btn.disabled = false; }, 1500); } }) .catch(function() { btn.innerHTML = ''; btn.disabled = false; }); } (function() { var widget = document.getElementById('mmChatWidget'); var toggle = document.getElementById('mmChatToggle'); var window_ = document.getElementById('mmChatWindow'); var minimize = document.getElementById('mmChatMinimize'); var form = document.getElementById('mmChatForm'); var input = document.getElementById('mmChatInput'); var messages = document.getElementById('mmChatMessages'); var iconOpen = document.getElementById('mmChatIconOpen'); var iconClose = document.getElementById('mmChatIconClose'); var sendBtn = document.getElementById('mmChatSend'); var isOpen = false; // Session key persistence var sessionKey = localStorage.getItem('mm_chat_session') || ''; function toggleChat() { isOpen = !isOpen; if (isOpen) { window_.classList.add('open'); iconOpen.style.display = 'none'; iconClose.style.display = 'block'; document.getElementById('mmChatBadge').style.display = 'none'; input.focus(); if (sessionKey) loadHistory(); } else { window_.classList.remove('open'); iconOpen.style.display = 'block'; iconClose.style.display = 'none'; } } toggle.addEventListener('click', toggleChat); minimize.addEventListener('click', toggleChat); function addMessage(text, isBot) { var div = document.createElement('div'); div.className = 'mm-msg ' + (isBot ? 'mm-msg-bot' : 'mm-msg-user'); var icon = isBot ? 'fa-spray-can-sparkles' : 'fa-user'; var formatted = text; if (isBot) { // Extract product cards var productCards = ''; formatted = formatted.replace(/\[PRODUCT:([^|]+)\|([^|]+)\|([^|]+)\|([^\]]+)\]/g, function(match, slug, name, price, desc) { productCards += '
' + '
' + '' + name + '' + '' + price + '' + '' + desc + '' + '
' + '
' + '' + '' + '
' + '
'; return ''; }); // Format remaining text formatted = formatted .replace(/\*\*(.*?)\*\*/g, '$1') .replace(/\n{2,}/g, '

') .replace(/\n/g, '
') .replace(/^(
)+/, '').replace(/(
)+$/, ''); if (productCards) { formatted += '
' + productCards + '
'; } } else { formatted = formatted .replace(/\*\*(.*?)\*\*/g, '$1') .replace(/\n/g, '
'); } div.innerHTML = '
' + '
' + formatted + '
'; messages.appendChild(div); messages.scrollTop = messages.scrollHeight; } function showTyping() { var div = document.createElement('div'); div.className = 'mm-msg mm-msg-bot mm-msg-typing'; div.id = 'mmTyping'; div.innerHTML = '
' + '
'; messages.appendChild(div); messages.scrollTop = messages.scrollHeight; } function hideTyping() { var el = document.getElementById('mmTyping'); if (el) el.remove(); } function sendMessage(text) { if (!text.trim()) return; addMessage(text, false); input.value = ''; sendBtn.disabled = true; showTyping(); fetch('/api/index.php?action=chat_send', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ message: text, session_key: sessionKey }) }) .then(function(r) { return r.json(); }) .then(function(data) { hideTyping(); sendBtn.disabled = false; if (data.success) { addMessage(data.message, true); if (data.session_key) { sessionKey = data.session_key; localStorage.setItem('mm_chat_session', sessionKey); } } else { addMessage(data.message || 'Sorry, something went wrong. Please try again.', true); } input.focus(); }) .catch(function() { hideTyping(); sendBtn.disabled = false; addMessage('Connection error. Please try again.', true); }); } form.addEventListener('submit', function(e) { e.preventDefault(); sendMessage(input.value); }); function loadHistory() { if (!sessionKey) return; fetch('/api/index.php?action=chat_history&session_key=' + encodeURIComponent(sessionKey)) .then(function(r) { return r.json(); }) .then(function(data) { if (data.success && data.messages && data.messages.length > 0) { // Clear default welcome message and show history messages.innerHTML = ''; data.messages.forEach(function(m) { addMessage(m.content, m.role === 'assistant'); }); } }) .catch(function() {}); } })();