COLOR #E5DFDC

HEX: #E5DFDC RGB: (229,223,220)

Color info

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

RGB color model

#E5DFDC color RGB value is (229,223,220).

RGB: (229,223,220) (90%, 87%, 86%)

RGB channels and saturation

R 229 of 255 = 90%
G 223 of 255 = 87%
B 220 of 255 = 86%

229
223
220

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

Portions of RGB colors in percentages

R + G + B = 229 + 223 + 220 = 672 (100%)
R 229 of 672 ~ 34.08%
G 223 of 672 ~ 33.18%
B 220 of 672 ~ 32.74'%

%34.08
%33.18
%32.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.62%
  • yellow value is 3.93%
  • key color value is 10.20%
CMYK: (0,3,4,10) C0M3Y4K10 (0%,3%,4%,10%) (0.00/0.03/0.04/0.10) 

CMYK percentages

%0
%2.62
%3.93
%10.2

Codes

Color #E5DFDC in popluar color models

E5 DF DC
RGB 229 223 220
HSL 20° 14.75% 88.04%
HSB/HSV 20° 3.93% 89.80%
CMYK 0.00% 2.62% 3.93%
10.20%

Color #E5DFDC in popluar number systems.

HEX E5 DF DC
Decimal 229 223 220
Binary 11100101 11011111 11011100
Octal 345 337 334

Shades and tints

Shades of #E5DFDC

#E5DFDC
(229,223,220)
#D1CBC8
(209,203,200)
#BDB7B4
(189,183,180)
#A9A3A0
(169,163,160)
#958F8C
(149,143,140)
#817B78
(129,123,120)
#6D6764
(109,103,100)
#595350
(89,83,80)
#453F3C
(69,63,60)
#312B28
(49,43,40)
#1D1714
(29,23,20)
#000000
(0,0,0)

Tints of #E5DFDC

#E5DFDC
(229,223,220)
#E7E1DF
(231,225,223)
#E9E3E2
(233,227,226)
#EBE5E5
(235,229,229)
#EDE7E8
(237,231,232)
#EFE9EB
(239,233,235)
#F1EBEE
(241,235,238)
#F3EDF1
(243,237,241)
#F5EFF4
(245,239,244)
#F7F1F7
(247,241,247)
#F9F3FA
(249,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DFDC; }

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

This text font color is #E5DFDC.

Background Color

.myBgColor { background-color: #E5DFDC; }

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

This div background color is #E5DFDC.

Border color

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

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

This div border color is #E5DFDC.

Opacity

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

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

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

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

This text has shadow with #E5DFDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5DFDC.

Preview

Color preview on black background

This text has color #E5DFDC on black background.


Color preview on white background

This text has color #E5DFDC on white background.


Black color preview on #E5DFDC background

This text has black color on #E5DFDC background.


White color preview on #E5DFDC background

This text has white color on #E5DFDC background.


Related colors

Complementary color

Complementary color for #hex is #1A2023.


I love getcolorcode.com

Triadic colors

1 #DCE5DF and #DFDCE5 with #E5DFDC are triadic colors.

2 #DCDFE5 and #DFE5DC with #E5DFDC are triadic colors.