COLOR #EED4DE

HEX: #EED4DE
RGB: (238,212,222)

Color info

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

RGB color model

#EED4DE color RGB value is (238,212,222).

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

RGB channels and saturation

R 238 of 255 = 93%
G 212 of 255 = 83%
B 222 of 255 = 87%

238
212
222

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

Portions of RGB colors in percentages

R + G + B =
238 + 212 + 222 = 672 (100%)
R 238 of 672 ~ 35.42%
G 212 of 672 ~ 31.55%
B 222 of 672 ~ 33.04%

%35.42
%31.55
%33.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.92%
  • yellow value is 6.72%
  • key color value is 6.67%
CMYK:
(0,11,7,7)
C0M11Y7K7 
(0%,11%,7%,7%)
(0.00/0.11/0.07/0.07)	

CMYK percentages

%0
%10.92
%6.72
%6.67

Codes

Color #EED4DE in popluar color models

EED4DE
RGB238212222
HSL337°43.33%88.24%
HSB/HSV337°10.92%93.33%
CMYK0.00%10.92%6.72%
6.67%

Color #EED4DE in popluar number systems.

HEXEED4DE
Decimal238212222
Binary111011101101010011011110
Octal356324336

Shades and tints

Shades of #EED4DE

#EED4DE
(238,212,222)
#D9C1CA
(217,193,202)
#C4AEB6
(196,174,182)
#AF9BA2
(175,155,162)
#9A888E
(154,136,142)
#85757A
(133,117,122)
#706266
(112,98,102)
#5B4F52
(91,79,82)
#463C3E
(70,60,62)
#31292A
(49,41,42)
#1C1616
(28,22,22)
#000000
(0,0,0)

Tints of #EED4DE

#EED4DE
(238,212,222)
#EFD7E1
(239,215,225)
#F0DAE4
(240,218,228)
#F1DDE7
(241,221,231)
#F2E0EA
(242,224,234)
#F3E3ED
(243,227,237)
#F4E6F0
(244,230,240)
#F5E9F3
(245,233,243)
#F6ECF6
(246,236,246)
#F7EFF9
(247,239,249)
#F8F2FC
(248,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED4DE; }

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

This text font color is #EED4DE.


Background Color

.myBgColor { background-color: #EED4DE; }

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

This div background color is #EED4DE.


Border color

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

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

This div border color is #EED4DE.


Opacity

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

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

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

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

This text has shadow with #EED4DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED4DE on black background.


Color preview on white background

This text has color #EED4DE on white background.



Black color preview on #EED4DE background

This text has black color on #EED4DE background.


White color preview on #EED4DE background

This text has white color on #EED4DE background.