COLOR #EED8E4

HEX: #EED8E4 RGB: (238,216,228)

Color info

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

RGB color model

#EED8E4 color RGB value is (238,216,228).

RGB: (238,216,228) (93%, 85%, 89%)

RGB channels and saturation

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

238
216
228

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

Portions of RGB colors in percentages

R + G + B = 238 + 216 + 228 = 682 (100%)
R 238 of 682 ~ 34.9%
G 216 of 682 ~ 31.67%
B 228 of 682 ~ 33.43'%

%34.9
%31.67
%33.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.24%
  • 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
%9.24
%4.2
%6.67

Codes

Color #EED8E4 in popluar color models

EE D8 E4
RGB 238 216 228
HSL 327° 39.29% 89.02%
HSB/HSV 327° 9.24% 93.33%
CMYK 0.00% 9.24% 4.20%
6.67%

Color #EED8E4 in popluar number systems.

HEX EE D8 E4
Decimal 238 216 228
Binary 11101110 11011000 11100100
Octal 356 330 344

Shades and tints

Shades of #EED8E4

#EED8E4
(238,216,228)
#D9C5D0
(217,197,208)
#C4B2BC
(196,178,188)
#AF9FA8
(175,159,168)
#9A8C94
(154,140,148)
#857980
(133,121,128)
#70666C
(112,102,108)
#5B5358
(91,83,88)
#464044
(70,64,68)
#312D30
(49,45,48)
#1C1A1C
(28,26,28)
#000000
(0,0,0)

Tints of #EED8E4

#EED8E4
(238,216,228)
#EFDBE6
(239,219,230)
#F0DEE8
(240,222,232)
#F1E1EA
(241,225,234)
#F2E4EC
(242,228,236)
#F3E7EE
(243,231,238)
#F4EAF0
(244,234,240)
#F5EDF2
(245,237,242)
#F6F0F4
(246,240,244)
#F7F3F6
(247,243,246)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED8E4; }

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

This text font color is #EED8E4.

Background Color

.myBgColor { background-color: #EED8E4; }

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

This div background color is #EED8E4.

Border color

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

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

This div border color is #EED8E4.

Opacity

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

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

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

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

This text has shadow with #EED8E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED8E4.

Preview

Color preview on black background

This text has color #EED8E4 on black background.


Color preview on white background

This text has color #EED8E4 on white background.


Black color preview on #EED8E4 background

This text has black color on #EED8E4 background.


White color preview on #EED8E4 background

This text has white color on #EED8E4 background.


Related colors

Complementary color

Complementary color for #hex is #11271B.


I love getcolorcode.com

Triadic colors

1 #E4EED8 and #D8E4EE with #EED8E4 are triadic colors.

2 #E4D8EE and #D8EEE4 with #EED8E4 are triadic colors.