91³Ô¹ÏÍø

Watch CBS News

Princess Diana's "largest wardrobe auction": See which pieces will be up for sale

The "largest wardrobe auction" of clothes worn by Princess Diana is set to take place later this month. 

The auction,  will take place June 26 in Beverly Hills, California, and will feature over 200 garments and artifacts that showcase Diana's "enduring influence as a fashion icon and humanitarian," Julien's Auctions said. 

"This collection is not only the most comprehensive offering of her wardrobe ever presented, but also a tribute to her elegance, grace, glamour, and enduring spirit," Martin Nolan, Julien's co-founder and executive director. "Each item is a window into a moment in history."

The auction will also feature items once worn by the Duke and Duchess of Windsor, Queen Elizabeth II, the Queen Mother and other members of the royal family, dating back to the 1800s. 

A portion of the money raised from the auction will go toward Muscular Dystrophy UK.

Previous auctions from Diana's wardrobe broke records in 2023. A dress worn twice by Diana was auctioned off for over $1.1 million in Hollywood, and a royal sweater that Diana wore in 1981 to one of then-Prince Charles' polo matches during their engagement sold for $1.1 million.

Here are some of the pieces that will be up for auction. 

Princess Diana's Style & A Royal Collection Preview
Item of clothing is displayed ahead of the largest collection of Diana, Princess of Wales clothing to be auctioned at the Peninsula London on June 3 in London, England. The collection will move to the Peninsula Hotel in Beverley Hills for auction. Getty Images

A Bruce Oldfield yellow floral ensemble was worn by Diana on June 17, 1987, at the Royal Ascot race. It has a potential selling price of $100,000 to $200,000.

Princess Diana's Style & A Royal Collection Preview
Item of clothing is displayed ahead of the largest collection of Diana, Princess of Wales clothing to be auctioned at the Peninsula London on June 3 in London, England. The collection will move to Peninsula Hotel Beverley Hills for auction. Getty Images

A Bellville Sassoon floral day dress that was worn on numerous occasions from 1988 to 1992. It has a potential selling price of $200,000 to $300,000.

Princess Diana's Style & A Royal Collection Preview
A ski suit is displayed ahead of the largest collection of Diana, Princess of Wales clothing to be auctioned at the Peninsula London on June 3 in London, England. The collection will move to Peninsula Hotel Beverley Hills for auction. Getty Images

This HEAD scarlet nylon ski suit was worn by Diana several times from 1985 to 1992. It has a potential selling price of $30,000 to $50,000.

Princess Diana's Style & A Royal Collection Preview
Item of clothing is displayed ahead of the largest collection of Diana, Princess of Wales clothing to be auctioned at the Peninsula London on June 3 in London, England. The collection will move to Peninsula Hotel Beverley Hills for auction. Getty Images

This Catherine Walker falcon evening gown was worn by Diana for her 1986 tour of the Middle East. The auction house estimates it will sell for $200,000 to $300,000 

Princess Diana's Style & A Royal Collection Preview
Black sequin dress is displayed ahead of the largest collection of Diana, Princess of Wales clothing to be auctioned at the Peninsula London on June 3 in London, England. The collection will move to Peninsula Hotel Beverley Hills for auction. Getty Images

An Emanuel black taffeta evening gown that Diana tried on during a fitting while she considered several options for her first official appearance after getting engaged in 1981. She ended up going with a strapless evening gown, also from Emanuel. It has a potential selling price of $20,000 to $40,000.

Princess Diana's Style & A Royal Collection Preview
A John Boyd hat is displayed ahead of the largest collection of Diana, Princess of Wales clothing to be auctioned at the Peninsula London on June 3 in London, England. The collection will move to Peninsula Hotel Beverley Hills for auction. Getty Images

This John Boyd peach pink straw archer style hat was worn by Diana for her honeymoon send-off in 1981 and then again in Canberra, Australia, for a public appearance two years later. It's predicted to go for $20,000 to $40,000.

Princess Diana's Style & A Royal Collection Preview
Item of clothing is displayed ahead of the largest collection of Diana, Princess of Wales clothing to be auctioned at the Peninsula London on June 3 in London, England. The collection will move to Peninsula Hotel Beverley Hills for auction. Getty Images

This three-piece Escada suit was worn by Diana for six public appearances between 1988 and 1992. It has a potential selling price of $30,000 to $50,000.

Princess Diana's Style & A Royal Collection Preview
Item of clothing is displayed ahead of the largest collection of Diana, Princess of Wales clothing to be auctioned at the Peninsula London on June 3 in London, England. The collection will move to Peninsula Hotel Beverley Hills for auction. Getty Images

A Jacqueline Mills calico dress toile worn by Diana in 1985. It has a potential selling price of $6,000 to $8,000

Princess Diana's Style & A Royal Collection Preview
Various shoes and handbags are displayed ahead of the largest collection of Diana, Princess of Wales clothing to be auctioned at the Peninsula London on June 3 in London, England. The collection will move to Peninsula Hotel Beverley Hills for auction. Getty Images

Various shoes and handbags of Diana's are also up for auction. 

Princess Diana's Style & A Royal Collection Preview
Item of clothing is displayed ahead of the largest collection of Diana, Princess of Wales clothing to be auctioned at the Peninsula London on June 3 in London, England. The collection will move to Peninsula Hotel Beverley Hills for auction. Getty Images

Diana was seen wearing this 1995 New York Catherine Walker coat dress as she was leaving the Carlyle Hotel in New York on Jan. 31, 1995. It has a potential selling price of $30,000 to $50,000.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=50747257b890e014813016b79ece0fb2'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });