COLOR #EED4DC

HEX: #EED4DC
RGB: (238,212,220)

Color info

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

RGB color model

#EED4DC color RGB value is (238,212,220).

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

RGB channels and saturation

R 238 of 255 = 93%
G 212 of 255 = 83%
B 220 of 255 = 86%

238
212
220

R + G + B ~ 87%. #EED4DC is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 212 + 220 = 670 (100%)
R 238 of 670 ~ 35.52%
G 212 of 670 ~ 31.64%
B 220 of 670 ~ 32.84%

%35.52
%31.64
%32.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.92%
  • 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.92
%7.56
%6.67

Codes

Color #EED4DC in popluar color models

EED4DC
RGB238212220
HSL342°43.33%88.24%
HSB/HSV342°10.92%93.33%
CMYK0.00%10.92%7.56%
6.67%

Color #EED4DC in popluar number systems.

HEXEED4DC
Decimal238212220
Binary111011101101010011011100
Octal356324334

Shades and tints

Shades of #EED4DC

#EED4DC
(238,212,220)
#D9C1C8
(217,193,200)
#C4AEB4
(196,174,180)
#AF9BA0
(175,155,160)
#9A888C
(154,136,140)
#857578
(133,117,120)
#706264
(112,98,100)
#5B4F50
(91,79,80)
#463C3C
(70,60,60)
#312928
(49,41,40)
#1C1614
(28,22,20)
#000000
(0,0,0)

Tints of #EED4DC

#EED4DC
(238,212,220)
#EFD7DF
(239,215,223)
#F0DAE2
(240,218,226)
#F1DDE5
(241,221,229)
#F2E0E8
(242,224,232)
#F3E3EB
(243,227,235)
#F4E6EE
(244,230,238)
#F5E9F1
(245,233,241)
#F6ECF4
(246,236,244)
#F7EFF7
(247,239,247)
#F8F2FA
(248,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED4DC; }

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

This text font color is #EED4DC.


Background Color

.myBgColor { background-color: #EED4DC; }

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

This div background color is #EED4DC.


Border color

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

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

This div border color is #EED4DC.


Opacity

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

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

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

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

This text has shadow with #EED4DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED4DC on black background.


Color preview on white background

This text has color #EED4DC on white background.



Black color preview on #EED4DC background

This text has black color on #EED4DC background.


White color preview on #EED4DC background

This text has white color on #EED4DC background.