COLOR #EEDEE5

HEX: #EEDEE5 RGB: (238,222,229)

Color info

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

RGB color model

#EEDEE5 color RGB value is (238,222,229).

RGB: (238,222,229) (93%, 87%, 90%)

RGB channels and saturation

R 238 of 255 = 93%
G 222 of 255 = 87%
B 229 of 255 = 90%

238
222
229

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

Portions of RGB colors in percentages

R + G + B = 238 + 222 + 229 = 689 (100%)
R 238 of 689 ~ 34.54%
G 222 of 689 ~ 32.22%
B 229 of 689 ~ 33.24'%

%34.54
%32.22
%33.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.72%
  • yellow value is 3.78%
  • key color value is 6.67%
CMYK: (0,7,4,7) C0M7Y4K7 (0%,7%,4%,7%) (0.00/0.07/0.04/0.07) 

CMYK percentages

%0
%6.72
%3.78
%6.67

Codes

Color #EEDEE5 in popluar color models

EE DE E5
RGB 238 222 229
HSL 334° 32.00% 90.20%
HSB/HSV 334° 6.72% 93.33%
CMYK 0.00% 6.72% 3.78%
6.67%

Color #EEDEE5 in popluar number systems.

HEX EE DE E5
Decimal 238 222 229
Binary 11101110 11011110 11100101
Octal 356 336 345

Shades and tints

Shades of #EEDEE5

#EEDEE5
(238,222,229)
#D9CAD1
(217,202,209)
#C4B6BD
(196,182,189)
#AFA2A9
(175,162,169)
#9A8E95
(154,142,149)
#857A81
(133,122,129)
#70666D
(112,102,109)
#5B5259
(91,82,89)
#463E45
(70,62,69)
#312A31
(49,42,49)
#1C161D
(28,22,29)
#000000
(0,0,0)

Tints of #EEDEE5

#EEDEE5
(238,222,229)
#EFE1E7
(239,225,231)
#F0E4E9
(240,228,233)
#F1E7EB
(241,231,235)
#F2EAED
(242,234,237)
#F3EDEF
(243,237,239)
#F4F0F1
(244,240,241)
#F5F3F3
(245,243,243)
#F6F6F5
(246,246,245)
#F7F9F7
(247,249,247)
#F8FCF9
(248,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEDEE5 color. Also use rgb(238,222,229) instead hex code.

Text Font Color

.myTextColor { color: #EEDEE5; }

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

This text font color is #EEDEE5.

Background Color

.myBgColor { background-color: #EEDEE5; }

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

This div background color is #EEDEE5.

Border color

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

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

This div border color is #EEDEE5.

Opacity

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

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

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

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

This text has shadow with #EEDEE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEDEE5.

Preview

Color preview on black background

This text has color #EEDEE5 on black background.


Color preview on white background

This text has color #EEDEE5 on white background.


Black color preview on #EEDEE5 background

This text has black color on #EEDEE5 background.


White color preview on #EEDEE5 background

This text has white color on #EEDEE5 background.


Related colors

Complementary color

Complementary color for #hex is #11211A.


I love getcolorcode.com

Triadic colors

1 #E5EEDE and #DEE5EE with #EEDEE5 are triadic colors.

2 #E5DEEE and #DEEEE5 with #EEDEE5 are triadic colors.