COLOR #EEDBE5

HEX: #EEDBE5 RGB: (238,219,229)

Color info

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

RGB color model

#EEDBE5 color RGB value is (238,219,229).

RGB: (238,219,229) (93%, 86%, 90%)

RGB channels and saturation

R 238 of 255 = 93%
G 219 of 255 = 86%
B 229 of 255 = 90%

238
219
229

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

Portions of RGB colors in percentages

R + G + B = 238 + 219 + 229 = 686 (100%)
R 238 of 686 ~ 34.69%
G 219 of 686 ~ 31.92%
B 229 of 686 ~ 33.38'%

%34.69
%31.92
%33.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.98%
  • yellow value is 3.78%
  • key color value is 6.67%

CMYK: (0,8,4,7)
C0M8Y4K7 (0%, 8%, 4%, 7%)
(0.00 / 0.08 / 0.04 / 0.07)

CMYK percentages

%0
%7.98
%3.78
%6.67

Codes

Color #EEDBE5 in popluar color models

EE DB E5
RGB 238 219 229
HSL 328° 35.85% 89.61%
HSB/HSV 328° 7.98% 93.33%
CMYK 0.00% 7.98% 3.78%
6.67%

Color #EEDBE5 in popluar number systems.

HEX EE DB E5
Decimal 238 219 229
Binary 11101110 11011011 11100101
Octal 356 333 345

Shades and tints

Shades of #EEDBE5

#EEDBE5
(238,219,229)
#D9C8D1
(217,200,209)
#C4B5BD
(196,181,189)
#AFA2A9
(175,162,169)
#9A8F95
(154,143,149)
#857C81
(133,124,129)
#70696D
(112,105,109)
#5B5659
(91,86,89)
#464345
(70,67,69)
#313031
(49,48,49)
#1C1D1D
(28,29,29)
#000000
(0,0,0)

Tints of #EEDBE5

#EEDBE5
(238,219,229)
#EFDEE7
(239,222,231)
#F0E1E9
(240,225,233)
#F1E4EB
(241,228,235)
#F2E7ED
(242,231,237)
#F3EAEF
(243,234,239)
#F4EDF1
(244,237,241)
#F5F0F3
(245,240,243)
#F6F3F5
(246,243,245)
#F7F6F7
(247,246,247)
#F8F9F9
(248,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDBE5; }

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

This text font color is #EEDBE5.

Background Color

.myBgColor { background-color: #EEDBE5; }

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

This div background color is #EEDBE5.

Border color

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

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

This div border color is #EEDBE5.

Opacity

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

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

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

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

This text has shadow with #EEDBE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEDBE5.

Preview

Color preview on black background

This text has color #EEDBE5 on black background.


Color preview on white background

This text has color #EEDBE5 on white background.


Black color preview on #EEDBE5 background

This text has black color on #EEDBE5 background.


White color preview on #EEDBE5 background

This text has white color on #EEDBE5 background.


Related colors

Complementary color

Complementary color for #hex is #11241A.


I love getcolorcode.com

Triadic colors

1 #E5EEDB and #DBE5EE with #EEDBE5 are triadic colors.

2 #E5DBEE and #DBEEE5 with #EEDBE5 are triadic colors.