COLOR #EED5DC

HEX: #EED5DC
RGB: (238,213,220)

Color info

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

RGB color model

#EED5DC color RGB value is (238,213,220).

  • red value is 238;
  • green value is 213;
  • blue value is 220.
RGB:
(238,213,220)
(93%,84%,86%)

RGB channels and saturation

R 238 of 255 = 93%
G 213 of 255 = 84%
B 220 of 255 = 86%

238
213
220

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

Portions of RGB colors in percentages

R + G + B =
238 + 213 + 220 = 671 (100%)
R 238 of 671 ~ 35.47%
G 213 of 671 ~ 31.74%
B 220 of 671 ~ 32.79%

%35.47
%31.74
%32.79

CMYK color model

#EED5DC color CMYK value is (0,11,8,7).

  • cyan value is 0.00%
  • magenta value is 10.50%
  • yellow value is 7.56%
  • key color value is 6.67%
CMYK:
(0,11,8,7)
C0M11Y8K7 
(0%,11%,8%,7%)
(0.00/0.11/0.08/0.07)	

CMYK percentages

%0
%10.5
%7.56
%6.67

Codes

Color #EED5DC in popluar color models

EED5DC
RGB238213220
HSL343°42.37%88.43%
HSB/HSV343°10.50%93.33%
CMYK0.00%10.50%7.56%
6.67%

Color #EED5DC in popluar number systems.

HEXEED5DC
Decimal238213220
Binary111011101101010111011100
Octal356325334

Shades and tints

Shades of #EED5DC

#EED5DC
(238,213,220)
#D9C2C8
(217,194,200)
#C4AFB4
(196,175,180)
#AF9CA0
(175,156,160)
#9A898C
(154,137,140)
#857678
(133,118,120)
#706364
(112,99,100)
#5B5050
(91,80,80)
#463D3C
(70,61,60)
#312A28
(49,42,40)
#1C1714
(28,23,20)
#000000
(0,0,0)

Tints of #EED5DC

#EED5DC
(238,213,220)
#EFD8DF
(239,216,223)
#F0DBE2
(240,219,226)
#F1DEE5
(241,222,229)
#F2E1E8
(242,225,232)
#F3E4EB
(243,228,235)
#F4E7EE
(244,231,238)
#F5EAF1
(245,234,241)
#F6EDF4
(246,237,244)
#F7F0F7
(247,240,247)
#F8F3FA
(248,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED5DC; }

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

This text font color is #EED5DC.


Background Color

.myBgColor { background-color: #EED5DC; }

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

This div background color is #EED5DC.


Border color

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

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

This div border color is #EED5DC.


Opacity

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

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

Text with #EED5DC 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 #EED5DC;}

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

This text has shadow with #EED5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED5DC on black background.


Color preview on white background

This text has color #EED5DC on white background.



Black color preview on #EED5DC background

This text has black color on #EED5DC background.


White color preview on #EED5DC background

This text has white color on #EED5DC background.