COLOR #E5DDEE

HEX: #E5DDEE RGB: (229,221,238)

Color info

#E5DDEE contains red, green and blue colors in about the same proportion. Web safe color of #E5DDEE is #CCCCFF (or #CCF).

RGB color model

#E5DDEE color RGB value is (229,221,238).

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

RGB channels and saturation

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

229
221
238

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

Portions of RGB colors in percentages

R + G + B = 229 + 221 + 238 = 688 (100%)
R 229 of 688 ~ 33.28%
G 221 of 688 ~ 32.12%
B 238 of 688 ~ 34.59'%

%33.28
%32.12
%34.59

CMYK color model

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

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

CMYK: (4,7,0,7)
C4M7Y0K7 (4%, 7%, 0%, 7%)
(0.04 / 0.07 / 0.00 / 0.07)

CMYK percentages

%3.78
%7.14
%0
%6.67

Codes

Color #E5DDEE in popluar color models

E5 DD EE
RGB 229 221 238
HSL 268° 33.33% 90.00%
HSB/HSV 268° 7.14% 93.33%
CMYK 3.78% 7.14% 0.00%
6.67%

Color #E5DDEE in popluar number systems.

HEX E5 DD EE
Decimal 229 221 238
Binary 11100101 11011101 11101110
Octal 345 335 356

Shades and tints

Shades of #E5DDEE

#E5DDEE
(229,221,238)
#D1C9D9
(209,201,217)
#BDB5C4
(189,181,196)
#A9A1AF
(169,161,175)
#958D9A
(149,141,154)
#817985
(129,121,133)
#6D6570
(109,101,112)
#59515B
(89,81,91)
#453D46
(69,61,70)
#312931
(49,41,49)
#1D151C
(29,21,28)
#000000
(0,0,0)

Tints of #E5DDEE

#E5DDEE
(229,221,238)
#E7E0EF
(231,224,239)
#E9E3F0
(233,227,240)
#EBE6F1
(235,230,241)
#EDE9F2
(237,233,242)
#EFECF3
(239,236,243)
#F1EFF4
(241,239,244)
#F3F2F5
(243,242,245)
#F5F5F6
(245,245,246)
#F7F8F7
(247,248,247)
#F9FBF8
(249,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DDEE; }

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

This text font color is #E5DDEE.

Background Color

.myBgColor { background-color: #E5DDEE; }

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

This div background color is #E5DDEE.

Border color

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

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

This div border color is #E5DDEE.

Opacity

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

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

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

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

This text has shadow with #E5DDEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5DDEE.

Preview

Color preview on black background

This text has color #E5DDEE on black background.


Color preview on white background

This text has color #E5DDEE on white background.


Black color preview on #E5DDEE background

This text has black color on #E5DDEE background.


White color preview on #E5DDEE background

This text has white color on #E5DDEE background.


Related colors

Complementary color

Complementary color for #hex is #1A2211.


I love getcolorcode.com

Triadic colors

1 #EEE5DD and #DDEEE5 with #E5DDEE are triadic colors.

2 #EEDDE5 and #DDE5EE with #E5DDEE are triadic colors.