COLOR #EED8E8

HEX: #EED8E8 RGB: (238,216,232)

Color info

#EED8E8 contains red, green and blue colors in about the same proportion. Web safe color of #EED8E8 is #FFCCFF (or #FCF).

RGB color model

#EED8E8 color RGB value is (238,216,232).

RGB: (238,216,232) (93%, 85%, 91%)

RGB channels and saturation

R 238 of 255 = 93%
G 216 of 255 = 85%
B 232 of 255 = 91%

238
216
232

R + G + B ~ 90%. #EED8E8 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 216 + 232 = 686 (100%)
R 238 of 686 ~ 34.69%
G 216 of 686 ~ 31.49%
B 232 of 686 ~ 33.82'%

%34.69
%31.49
%33.82

CMYK color model

#EED8E8 color CMYK value is (0,9,3,7).

  • cyan value is 0.00%
  • magenta value is 9.24%
  • yellow value is 2.52%
  • key color value is 6.67%

CMYK: (0,9,3,7)
C0M9Y3K7 (0%, 9%, 3%, 7%)
(0.00 / 0.09 / 0.03 / 0.07)

CMYK percentages

%0
%9.24
%2.52
%6.67

Codes

Color #EED8E8 in popluar color models

EE D8 E8
RGB 238 216 232
HSL 316° 39.29% 89.02%
HSB/HSV 316° 9.24% 93.33%
CMYK 0.00% 9.24% 2.52%
6.67%

Color #EED8E8 in popluar number systems.

HEX EE D8 E8
Decimal 238 216 232
Binary 11101110 11011000 11101000
Octal 356 330 350

Shades and tints

Shades of #EED8E8

#EED8E8
(238,216,232)
#D9C5D3
(217,197,211)
#C4B2BE
(196,178,190)
#AF9FA9
(175,159,169)
#9A8C94
(154,140,148)
#85797F
(133,121,127)
#70666A
(112,102,106)
#5B5355
(91,83,85)
#464040
(70,64,64)
#312D2B
(49,45,43)
#1C1A16
(28,26,22)
#000000
(0,0,0)

Tints of #EED8E8

#EED8E8
(238,216,232)
#EFDBEA
(239,219,234)
#F0DEEC
(240,222,236)
#F1E1EE
(241,225,238)
#F2E4F0
(242,228,240)
#F3E7F2
(243,231,242)
#F4EAF4
(244,234,244)
#F5EDF6
(245,237,246)
#F6F0F8
(246,240,248)
#F7F3FA
(247,243,250)
#F8F6FC
(248,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED8E8; }

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

This text font color is #EED8E8.

Background Color

.myBgColor { background-color: #EED8E8; }

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

This div background color is #EED8E8.

Border color

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

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

This div border color is #EED8E8.

Opacity

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

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

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

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

This text has shadow with #EED8E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED8E8.

Preview

Color preview on black background

This text has color #EED8E8 on black background.


Color preview on white background

This text has color #EED8E8 on white background.


Black color preview on #EED8E8 background

This text has black color on #EED8E8 background.


White color preview on #EED8E8 background

This text has white color on #EED8E8 background.


Related colors

Complementary color

Complementary color for #hex is #112717.


I love getcolorcode.com

Triadic colors

1 #E8EED8 and #D8E8EE with #EED8E8 are triadic colors.

2 #E8D8EE and #D8EEE8 with #EED8E8 are triadic colors.