COLOR #EEDDE8

HEX: #EEDDE8 RGB: (238,221,232)

Color info

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

RGB color model

#EEDDE8 color RGB value is (238,221,232).

RGB: (238,221,232) (93%, 87%, 91%)

RGB channels and saturation

R 238 of 255 = 93%
G 221 of 255 = 87%
B 232 of 255 = 91%

238
221
232

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

Portions of RGB colors in percentages

R + G + B = 238 + 221 + 232 = 691 (100%)
R 238 of 691 ~ 34.44%
G 221 of 691 ~ 31.98%
B 232 of 691 ~ 33.57'%

%34.44
%31.98
%33.57

CMYK color model

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

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

CMYK: (0,7,3,7)
C0M7Y3K7 (0%, 7%, 3%, 7%)
(0.00 / 0.07 / 0.03 / 0.07)

CMYK percentages

%0
%7.14
%2.52
%6.67

Codes

Color #EEDDE8 in popluar color models

EE DD E8
RGB 238 221 232
HSL 321° 33.33% 90.00%
HSB/HSV 321° 7.14% 93.33%
CMYK 0.00% 7.14% 2.52%
6.67%

Color #EEDDE8 in popluar number systems.

HEX EE DD E8
Decimal 238 221 232
Binary 11101110 11011101 11101000
Octal 356 335 350

Shades and tints

Shades of #EEDDE8

#EEDDE8
(238,221,232)
#D9C9D3
(217,201,211)
#C4B5BE
(196,181,190)
#AFA1A9
(175,161,169)
#9A8D94
(154,141,148)
#85797F
(133,121,127)
#70656A
(112,101,106)
#5B5155
(91,81,85)
#463D40
(70,61,64)
#31292B
(49,41,43)
#1C1516
(28,21,22)
#000000
(0,0,0)

Tints of #EEDDE8

#EEDDE8
(238,221,232)
#EFE0EA
(239,224,234)
#F0E3EC
(240,227,236)
#F1E6EE
(241,230,238)
#F2E9F0
(242,233,240)
#F3ECF2
(243,236,242)
#F4EFF4
(244,239,244)
#F5F2F6
(245,242,246)
#F6F5F8
(246,245,248)
#F7F8FA
(247,248,250)
#F8FBFC
(248,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDDE8; }

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

This text font color is #EEDDE8.

Background Color

.myBgColor { background-color: #EEDDE8; }

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

This div background color is #EEDDE8.

Border color

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

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

This div border color is #EEDDE8.

Opacity

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

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

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

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

This text has shadow with #EEDDE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEDDE8.

Preview

Color preview on black background

This text has color #EEDDE8 on black background.


Color preview on white background

This text has color #EEDDE8 on white background.


Black color preview on #EEDDE8 background

This text has black color on #EEDDE8 background.


White color preview on #EEDDE8 background

This text has white color on #EEDDE8 background.


Related colors

Complementary color

Complementary color for #hex is #112217.


I love getcolorcode.com

Triadic colors

1 #E8EEDD and #DDE8EE with #EEDDE8 are triadic colors.

2 #E8DDEE and #DDEEE8 with #EEDDE8 are triadic colors.