COLOR #EED9E0

HEX: #EED9E0
RGB: (238,217,224)

Color info

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

RGB color model

#EED9E0 color RGB value is (238,217,224).

  • red value is 238;
  • green value is 217;
  • blue value is 224.
RGB:
(238,217,224)
(93%,85%,88%)

RGB channels and saturation

R 238 of 255 = 93%
G 217 of 255 = 85%
B 224 of 255 = 88%

238
217
224

R + G + B ~ 89%. #EED9E0 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 217 + 224 = 679 (100%)
R 238 of 679 ~ 35.05%
G 217 of 679 ~ 31.96%
B 224 of 679 ~ 32.99%

%35.05
%31.96
%32.99

CMYK color model

#EED9E0 color CMYK value is (0,9,6,7).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 5.88%
  • key color value is 6.67%
CMYK:
(0,9,6,7)
C0M9Y6K7 
(0%,9%,6%,7%)
(0.00/0.09/0.06/0.07)	

CMYK percentages

%0
%8.82
%5.88
%6.67

Codes

Color #EED9E0 in popluar color models

EED9E0
RGB238217224
HSL340°38.18%89.22%
HSB/HSV340°8.82%93.33%
CMYK0.00%8.82%5.88%
6.67%

Color #EED9E0 in popluar number systems.

HEXEED9E0
Decimal238217224
Binary111011101101100111100000
Octal356331340

Shades and tints

Shades of #EED9E0

#EED9E0
(238,217,224)
#D9C6CC
(217,198,204)
#C4B3B8
(196,179,184)
#AFA0A4
(175,160,164)
#9A8D90
(154,141,144)
#857A7C
(133,122,124)
#706768
(112,103,104)
#5B5454
(91,84,84)
#464140
(70,65,64)
#312E2C
(49,46,44)
#1C1B18
(28,27,24)
#000000
(0,0,0)

Tints of #EED9E0

#EED9E0
(238,217,224)
#EFDCE2
(239,220,226)
#F0DFE4
(240,223,228)
#F1E2E6
(241,226,230)
#F2E5E8
(242,229,232)
#F3E8EA
(243,232,234)
#F4EBEC
(244,235,236)
#F5EEEE
(245,238,238)
#F6F1F0
(246,241,240)
#F7F4F2
(247,244,242)
#F8F7F4
(248,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED9E0; }

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

This text font color is #EED9E0.


Background Color

.myBgColor { background-color: #EED9E0; }

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

This div background color is #EED9E0.


Border color

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

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

This div border color is #EED9E0.


Opacity

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

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

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

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

This text has shadow with #EED9E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED9E0 on black background.


Color preview on white background

This text has color #EED9E0 on white background.



Black color preview on #EED9E0 background

This text has black color on #EED9E0 background.


White color preview on #EED9E0 background

This text has white color on #EED9E0 background.