COLOR #E5DCE4

HEX: #E5DCE4 RGB: (229,220,228)

Color info

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

RGB color model

#E5DCE4 color RGB value is (229,220,228).

RGB: (229,220,228) (90%, 86%, 89%)

RGB channels and saturation

R 229 of 255 = 90%
G 220 of 255 = 86%
B 228 of 255 = 89%

229
220
228

R + G + B ~ 88%. #E5DCE4 is light color.

Portions of RGB colors in percentages

R + G + B = 229 + 220 + 228 = 677 (100%)
R 229 of 677 ~ 33.83%
G 220 of 677 ~ 32.5%
B 228 of 677 ~ 33.68'%

%33.83
%32.5
%33.68

CMYK color model

#E5DCE4 color CMYK value is (0,4,0,10).

  • cyan value is 0.00%
  • magenta value is 3.93%
  • yellow value is 0.44%
  • key color value is 10.20%

CMYK: (0,4,0,10)
C0M4Y0K10 (0%, 4%, 0%, 10%)
(0.00 / 0.04 / 0.00 / 0.10)

CMYK percentages

%0
%3.93
%0.44
%10.2

Codes

Color #E5DCE4 in popluar color models

E5 DC E4
RGB 229 220 228
HSL 307° 14.75% 88.04%
HSB/HSV 307° 3.93% 89.80%
CMYK 0.00% 3.93% 0.44%
10.20%

Color #E5DCE4 in popluar number systems.

HEX E5 DC E4
Decimal 229 220 228
Binary 11100101 11011100 11100100
Octal 345 334 344

Shades and tints

Shades of #E5DCE4

#E5DCE4
(229,220,228)
#D1C8D0
(209,200,208)
#BDB4BC
(189,180,188)
#A9A0A8
(169,160,168)
#958C94
(149,140,148)
#817880
(129,120,128)
#6D646C
(109,100,108)
#595058
(89,80,88)
#453C44
(69,60,68)
#312830
(49,40,48)
#1D141C
(29,20,28)
#000000
(0,0,0)

Tints of #E5DCE4

#E5DCE4
(229,220,228)
#E7DFE6
(231,223,230)
#E9E2E8
(233,226,232)
#EBE5EA
(235,229,234)
#EDE8EC
(237,232,236)
#EFEBEE
(239,235,238)
#F1EEF0
(241,238,240)
#F3F1F2
(243,241,242)
#F5F4F4
(245,244,244)
#F7F7F6
(247,247,246)
#F9FAF8
(249,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DCE4; }

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

This text font color is #E5DCE4.

Background Color

.myBgColor { background-color: #E5DCE4; }

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

This div background color is #E5DCE4.

Border color

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

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

This div border color is #E5DCE4.

Opacity

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

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

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

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

This text has shadow with #E5DCE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5DCE4.

Preview

Color preview on black background

This text has color #E5DCE4 on black background.


Color preview on white background

This text has color #E5DCE4 on white background.


Black color preview on #E5DCE4 background

This text has black color on #E5DCE4 background.


White color preview on #E5DCE4 background

This text has white color on #E5DCE4 background.


Related colors

Complementary color

Complementary color for #hex is #1A231B.


I love getcolorcode.com

Triadic colors

1 #E4E5DC and #DCE4E5 with #E5DCE4 are triadic colors.

2 #E4DCE5 and #DCE5E4 with #E5DCE4 are triadic colors.