COLOR #EED9DC

HEX: #EED9DC RGB: (238,217,220)

Color info

#EED9DC contains red, green and blue colors in about the same proportion. Web safe color of #EED9DC is #FFCCCC (or #FCC).

RGB color model

#EED9DC color RGB value is (238,217,220).

RGB: (238,217,220) (93%, 85%, 86%)

RGB channels and saturation

R 238 of 255 = 93%
G 217 of 255 = 85%
B 220 of 255 = 86%

238
217
220

R + G + B ~ 88%. #EED9DC is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 217 + 220 = 675 (100%)
R 238 of 675 ~ 35.26%
G 217 of 675 ~ 32.15%
B 220 of 675 ~ 32.59'%

%35.26
%32.15
%32.59

CMYK color model

#EED9DC color CMYK value is (0,9,8,7).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 7.56%
  • key color value is 6.67%

CMYK: (0,9,8,7)
C0M9Y8K7 (0%, 9%, 8%, 7%)
(0.00 / 0.09 / 0.08 / 0.07)

CMYK percentages

%0
%8.82
%7.56
%6.67

Codes

Color #EED9DC in popluar color models

EE D9 DC
RGB 238 217 220
HSL 351° 38.18% 89.22%
HSB/HSV 351° 8.82% 93.33%
CMYK 0.00% 8.82% 7.56%
6.67%

Color #EED9DC in popluar number systems.

HEX EE D9 DC
Decimal 238 217 220
Binary 11101110 11011001 11011100
Octal 356 331 334

Shades and tints

Shades of #EED9DC

#EED9DC
(238,217,220)
#D9C6C8
(217,198,200)
#C4B3B4
(196,179,180)
#AFA0A0
(175,160,160)
#9A8D8C
(154,141,140)
#857A78
(133,122,120)
#706764
(112,103,100)
#5B5450
(91,84,80)
#46413C
(70,65,60)
#312E28
(49,46,40)
#1C1B14
(28,27,20)
#000000
(0,0,0)

Tints of #EED9DC

#EED9DC
(238,217,220)
#EFDCDF
(239,220,223)
#F0DFE2
(240,223,226)
#F1E2E5
(241,226,229)
#F2E5E8
(242,229,232)
#F3E8EB
(243,232,235)
#F4EBEE
(244,235,238)
#F5EEF1
(245,238,241)
#F6F1F4
(246,241,244)
#F7F4F7
(247,244,247)
#F8F7FA
(248,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED9DC color. Also use rgb(238,217,220) instead hex code.

Text Font Color

.myTextColor { color: #EED9DC; }

<p style="color:#EED9DC">This sample text font color is #EED9DC.</p>

This text font color is #EED9DC.

Background Color

.myBgColor { background-color: #EED9DC; }

<div style="background-color:#EED9DC">Inner text</div>

This div background color is #EED9DC.

Border color

.myBorderColor { border: 1px solid #EED9DC; }

<div style="border:3px solid #EED9DC">Div</div>

This div border color is #EED9DC.

Opacity

.myOpacity80 { color: #EED9DC; opacity: 0.8; }

<p style="color:#EED9DC;opacity:0.8;">80%</p>

Text with #EED9DC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EED9DC;}

<p style="text-shadow: 3px 3px 1px #EED9DC">Text here.</p>

This text has shadow with #EED9DC color.


.textShadow {text-shadow: 3px 3px 1px #EED9DC', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EED9DC, 5px 5px 20px red">Text here.</p>

This text has shadow with #EED9DC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EED9DC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EED9DC, Direction=45, Strength=4)">Text</p>

This text has shadow with #EED9DC and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EED9DC;
-webkit-box-shadow: 1px 1px 3px 2px #EED9DC;
box-shadow: 1px 1px 3px 2px #EED9DC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EED9DC; -webkit-box-shadow: 1px 1px 3px 2px #EED9DC; box-shadow:1px 1px 3px 2px #EED9DC;">
Div content here
</div>

This div box has shadow with color #EED9DC.

Preview

Color preview on black background

This text has color #EED9DC on black background.


Color preview on white background

This text has color #EED9DC on white background.


Black color preview on #EED9DC background

This text has black color on #EED9DC background.


White color preview on #EED9DC background

This text has white color on #EED9DC background.


Related colors

Complementary color

Complementary color for #hex is #112623.


I love getcolorcode.com

Triadic colors

1 #DCEED9 and #D9DCEE with #EED9DC are triadic colors.

2 #DCD9EE and #D9EEDC with #EED9DC are triadic colors.