COLOR #EED9E4

HEX: #EED9E4
RGB: (238,217,228)

Color info

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

RGB color model

#EED9E4 color RGB value is (238,217,228).

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

RGB channels and saturation

R 238 of 255 = 93%
G 217 of 255 = 85%
B 228 of 255 = 89%

238
217
228

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

Portions of RGB colors in percentages

R + G + B =
238 + 217 + 228 = 683 (100%)
R 238 of 683 ~ 34.85%
G 217 of 683 ~ 31.77%
B 228 of 683 ~ 33.38%

%34.85
%31.77
%33.38

CMYK color model

#EED9E4 color CMYK value is (0,9,4,7).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 4.20%
  • key color value is 6.67%
CMYK:
(0,9,4,7)
C0M9Y4K7 
(0%,9%,4%,7%)
(0.00/0.09/0.04/0.07)	

CMYK percentages

%0
%8.82
%4.2
%6.67

Codes

Color #EED9E4 in popluar color models

EED9E4
RGB238217228
HSL329°38.18%89.22%
HSB/HSV329°8.82%93.33%
CMYK0.00%8.82%4.20%
6.67%

Color #EED9E4 in popluar number systems.

HEXEED9E4
Decimal238217228
Binary111011101101100111100100
Octal356331344

Shades and tints

Shades of #EED9E4

#EED9E4
(238,217,228)
#D9C6D0
(217,198,208)
#C4B3BC
(196,179,188)
#AFA0A8
(175,160,168)
#9A8D94
(154,141,148)
#857A80
(133,122,128)
#70676C
(112,103,108)
#5B5458
(91,84,88)
#464144
(70,65,68)
#312E30
(49,46,48)
#1C1B1C
(28,27,28)
#000000
(0,0,0)

Tints of #EED9E4

#EED9E4
(238,217,228)
#EFDCE6
(239,220,230)
#F0DFE8
(240,223,232)
#F1E2EA
(241,226,234)
#F2E5EC
(242,229,236)
#F3E8EE
(243,232,238)
#F4EBF0
(244,235,240)
#F5EEF2
(245,238,242)
#F6F1F4
(246,241,244)
#F7F4F6
(247,244,246)
#F8F7F8
(248,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED9E4; }

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

This text font color is #EED9E4.


Background Color

.myBgColor { background-color: #EED9E4; }

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

This div background color is #EED9E4.


Border color

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

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

This div border color is #EED9E4.


Opacity

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

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

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

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

This text has shadow with #EED9E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED9E4 on black background.


Color preview on white background

This text has color #EED9E4 on white background.



Black color preview on #EED9E4 background

This text has black color on #EED9E4 background.


White color preview on #EED9E4 background

This text has white color on #EED9E4 background.