#EECEDE Color Information

Hex color code: #EECEDE

#EECEDE is a light magenta color. In RGB it is (238, 206, 222), and in HSL it is (330°, 48%, 87%). It is frequently seen in web interfaces.

Try:
Color NameMisty Rose
HEX
#EECEDE
RGB
238, 206, 222
HSL
330°, 48%, 87%
CMYK
0%, 13%, 7%, 7%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

New Feature
.badge { background-color: #EECEDE; 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 #EECEDE; background-color: #EECEDE15; }

Alert / Toast

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

Link / Accent

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

a { color: #EECEDE; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

238, 206, 222

Red: 238 / Green: 206 / Blue: 222

HSL

330°, 48%, 87%

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

CMYK

0%, 13%, 7%, 7%

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

What color is #EECEDE?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #EECEDE to RGB:

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

HEX to HSL

Convert #EECEDE to HSL:

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

HEX to CMYK

Convert #EECEDE to CMYK:

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

Color Meaning and Usage

A delicate magenta tone, #EECEDE has RGB (238, 206, 222) and HSL (330°, 48%, 87%). Known for evoking purity and simplicity, this very light tint is a common choice for dashboards and SaaS products. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #EECEDE is #CEEEDE, creating high-contrast pairings. For softer combinations, try analogous colors like #EECEEE.

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

Contrast with #EECEDE

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #EECEDE?

#EECEDE is a delicate magenta color - a very light tint that evokes purity and simplicity.

What is the RGB value of #EECEDE?

#EECEDE in RGB is (238, 206, 222) - 238 red, 206 green, and 222 blue.

How to use #EECEDE in CSS?

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

What colors go well with #EECEDE?

#CEEEDE (complementary), #EECEEE (analogous), and #DA95B8 (lighter shade) work well with #EECEDE.