#EEDDCE Color Information

Hex color code: #EEDDCE

#EEDDCE is a light orange color. In RGB it is (238, 221, 206), and in HSL it is (28°, 48%, 87%). It is commonly used in modern UI design.

Try:
Color NameAntique White
HEX
#EEDDCE
RGB
238, 221, 206
HSL
28°, 48%, 87%
CMYK
0%, 7%, 13%, 7%

Shades

CSS Usage
color: #EEDDCE;
background-color: #EEDDCE;
border-color: #EEDDCE;
box-shadow: 0 0 10px #EEDDCE;
border: 2px solid #EEDDCE;
Tailwind Usage
bg-[#EEDDCE]
text-[#EEDDCE]
border-[#EEDDCE]
shadow-[0_0_10px_EEDDCE]

Generate Gradient

Gradient CSS
background: linear-gradient(90deg, #EEDDCE, #FF5733);

Preview in UI

Button

.btn-primary { background-color: #EEDDCE; color: #000000; }

Badge

New Feature
.badge { background-color: #EEDDCE; color: #000000; }

Text Highlight

The quick brown fox jumps over the lazy dog. highlighted text example shows how the color looks as a text highlight.

Card

Card Title

This card uses your color as a border accent.

.card-accent { border: 2px solid #EEDDCE; background-color: #EEDDCE15; }

Alert / Toast

This is an alert using your color as accent.
.alert { background-color: #EEDDCE20; border-left: 4px solid #EEDDCE; }

Link / Accent

This is a paragraph with a link using your color. The color can be applied to interactive elements.

a { color: #EEDDCE; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

Relationships based on the position of #EEDDCE in the color wheel.

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

238, 221, 206

Red: 238 / Green: 221 / Blue: 206

HSL

28°, 48%, 87%

Hue: 28° / Saturation: 48% / Lightness: 87%

CMYK

0%, 7%, 13%, 7%

Cyan: 0% / Magenta: 7% / Yellow: 13% / Key: 7%

What color is #EEDDCE?

#EEDDCE is a very light tint associated with purity and simplicity.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #EEDDCE to RGB:

rgb(238, 221, 206)HEX to RGB Converter →

HEX to HSL

Convert #EEDDCE to HSL:

hsl(28, 48%, 87%)RGB to HSL Converter →

HEX to CMYK

Convert #EEDDCE to CMYK:

cmyk(0%, 7%, 13%, 7%)Color Converter →

Color Meaning and Usage

#EEDDCE is a soft orange color with RGB values of 238, 221, 206 and HSL of 28°, 48%, 87%. This very light tint evokes purity and simplicity, making it suitable for typically applied in digital products. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #EEDDCE is #CEDFEE, creating high-contrast pairings. For softer combinations, try analogous colors like #EECECF.

Use #EEDDCE in CSS: color: #EEDDCE or background-color: #EEDDCE. Create palettes with Color Palette Generator or check contrast with Contrast Checker.

Contrast with #EEDDCE

Sample text on this color - The quick brown fox jumps over the lazy dog.

Contrast Ratio: 15.87:1
WCAG AA: Pass
WCAG AAA: Pass

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #EEDDCE?

#EEDDCE is a soft orange color - a very light tint that evokes purity and simplicity.

What is the RGB value of #EEDDCE?

#EEDDCE in RGB is (238, 221, 206) - 238 red, 221 green, and 206 blue.

How to use #EEDDCE in CSS?

Use #EEDDCE directly in your CSS properties like color or background-color.

What colors go well with #EEDDCE?

#CEDFEE (complementary), #EECECF (analogous), and #DAB595 (lighter shade) work well with #EEDDCE.