COLOR #E5DFDB

HEX: #E5DFDB RGB: (229,223,219)

Color info

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

RGB color model

#E5DFDB color RGB value is (229,223,219).

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

RGB channels and saturation

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

229
223
219

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

Portions of RGB colors in percentages

R + G + B = 229 + 223 + 219 = 671 (100%)
R 229 of 671 ~ 34.13%
G 223 of 671 ~ 33.23%
B 219 of 671 ~ 32.64'%

%34.13
%33.23
%32.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.62%
  • yellow value is 4.37%
  • 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
%4.37
%10.2

Codes

Color #E5DFDB in popluar color models

E5 DF DB
RGB 229 223 219
HSL 24° 16.13% 87.84%
HSB/HSV 24° 4.37% 89.80%
CMYK 0.00% 2.62% 4.37%
10.20%

Color #E5DFDB in popluar number systems.

HEX E5 DF DB
Decimal 229 223 219
Binary 11100101 11011111 11011011
Octal 345 337 333

Shades and tints

Shades of #E5DFDB

#E5DFDB
(229,223,219)
#D1CBC8
(209,203,200)
#BDB7B5
(189,183,181)
#A9A3A2
(169,163,162)
#958F8F
(149,143,143)
#817B7C
(129,123,124)
#6D6769
(109,103,105)
#595356
(89,83,86)
#453F43
(69,63,67)
#312B30
(49,43,48)
#1D171D
(29,23,29)
#000000
(0,0,0)

Tints of #E5DFDB

#E5DFDB
(229,223,219)
#E7E1DE
(231,225,222)
#E9E3E1
(233,227,225)
#EBE5E4
(235,229,228)
#EDE7E7
(237,231,231)
#EFE9EA
(239,233,234)
#F1EBED
(241,235,237)
#F3EDF0
(243,237,240)
#F5EFF3
(245,239,243)
#F7F1F6
(247,241,246)
#F9F3F9
(249,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DFDB; }

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

This text font color is #E5DFDB.

Background Color

.myBgColor { background-color: #E5DFDB; }

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

This div background color is #E5DFDB.

Border color

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

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

This div border color is #E5DFDB.

Opacity

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

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

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

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

This text has shadow with #E5DFDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5DFDB.

Preview

Color preview on black background

This text has color #E5DFDB on black background.


Color preview on white background

This text has color #E5DFDB on white background.


Black color preview on #E5DFDB background

This text has black color on #E5DFDB background.


White color preview on #E5DFDB background

This text has white color on #E5DFDB background.


Related colors

Complementary color

Complementary color for #hex is #1A2024.


I love getcolorcode.com

Triadic colors

1 #DBE5DF and #DFDBE5 with #E5DFDB are triadic colors.

2 #DBDFE5 and #DFE5DB with #E5DFDB are triadic colors.