COLOR #E5DDE4

HEX: #E5DDE4 RGB: (229,221,228)

Color info

#E5DDE4 contains red, green and blue colors in about the same proportion. Web safe color of #E5DDE4 is #CCCCCC (or #CCC).

RGB color model

#E5DDE4 color RGB value is (229,221,228).

RGB: (229,221,228) (90%, 87%, 89%)

RGB channels and saturation

R 229 of 255 = 90%
G 221 of 255 = 87%
B 228 of 255 = 89%

229
221
228

R + G + B ~ 89%. #E5DDE4 is light color.

Portions of RGB colors in percentages

R + G + B = 229 + 221 + 228 = 678 (100%)
R 229 of 678 ~ 33.78%
G 221 of 678 ~ 32.6%
B 228 of 678 ~ 33.63'%

%33.78
%32.6
%33.63

CMYK color model

#E5DDE4 color CMYK value is (0,3,0,10).

  • cyan value is 0.00%
  • magenta value is 3.49%
  • yellow value is 0.44%
  • key color value is 10.20%
CMYK: (0,3,0,10) C0M3Y0K10 (0%,3%,0%,10%) (0.00/0.03/0.00/0.10) 

CMYK percentages

%0
%3.49
%0.44
%10.2

Codes

Color #E5DDE4 in popluar color models

E5 DD E4
RGB 229 221 228
HSL 308° 13.33% 88.24%
HSB/HSV 308° 3.49% 89.80%
CMYK 0.00% 3.49% 0.44%
10.20%

Color #E5DDE4 in popluar number systems.

HEX E5 DD E4
Decimal 229 221 228
Binary 11100101 11011101 11100100
Octal 345 335 344

Shades and tints

Shades of #E5DDE4

#E5DDE4
(229,221,228)
#D1C9D0
(209,201,208)
#BDB5BC
(189,181,188)
#A9A1A8
(169,161,168)
#958D94
(149,141,148)
#817980
(129,121,128)
#6D656C
(109,101,108)
#595158
(89,81,88)
#453D44
(69,61,68)
#312930
(49,41,48)
#1D151C
(29,21,28)
#000000
(0,0,0)

Tints of #E5DDE4

#E5DDE4
(229,221,228)
#E7E0E6
(231,224,230)
#E9E3E8
(233,227,232)
#EBE6EA
(235,230,234)
#EDE9EC
(237,233,236)
#EFECEE
(239,236,238)
#F1EFF0
(241,239,240)
#F3F2F2
(243,242,242)
#F5F5F4
(245,245,244)
#F7F8F6
(247,248,246)
#F9FBF8
(249,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DDE4; }

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

This text font color is #E5DDE4.

Background Color

.myBgColor { background-color: #E5DDE4; }

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

This div background color is #E5DDE4.

Border color

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

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

This div border color is #E5DDE4.

Opacity

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

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

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

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

This text has shadow with #E5DDE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5DDE4.

Preview

Color preview on black background

This text has color #E5DDE4 on black background.


Color preview on white background

This text has color #E5DDE4 on white background.


Black color preview on #E5DDE4 background

This text has black color on #E5DDE4 background.


White color preview on #E5DDE4 background

This text has white color on #E5DDE4 background.


Related colors

Complementary color

Complementary color for #hex is #1A221B.


I love getcolorcode.com

Triadic colors

1 #E4E5DD and #DDE4E5 with #E5DDE4 are triadic colors.

2 #E4DDE5 and #DDE5E4 with #E5DDE4 are triadic colors.