COLOR #E5DADF

HEX: #E5DADF RGB: (229,218,223)

Color info

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

RGB color model

#E5DADF color RGB value is (229,218,223).

RGB: (229,218,223) (90%, 85%, 87%)

RGB channels and saturation

R 229 of 255 = 90%
G 218 of 255 = 85%
B 223 of 255 = 87%

229
218
223

R + G + B ~ 87%. #E5DADF is light color.

Portions of RGB colors in percentages

R + G + B = 229 + 218 + 223 = 670 (100%)
R 229 of 670 ~ 34.18%
G 218 of 670 ~ 32.54%
B 223 of 670 ~ 33.28'%

%34.18
%32.54
%33.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.80%
  • yellow value is 2.62%
  • key color value is 10.20%

CMYK: (0,5,3,10)
C0M5Y3K10 (0%, 5%, 3%, 10%)
(0.00 / 0.05 / 0.03 / 0.10)

CMYK percentages

%0
%4.8
%2.62
%10.2

Codes

Color #E5DADF in popluar color models

E5 DA DF
RGB 229 218 223
HSL 333° 17.46% 87.65%
HSB/HSV 333° 4.80% 89.80%
CMYK 0.00% 4.80% 2.62%
10.20%

Color #E5DADF in popluar number systems.

HEX E5 DA DF
Decimal 229 218 223
Binary 11100101 11011010 11011111
Octal 345 332 337

Shades and tints

Shades of #E5DADF

#E5DADF
(229,218,223)
#D1C7CB
(209,199,203)
#BDB4B7
(189,180,183)
#A9A1A3
(169,161,163)
#958E8F
(149,142,143)
#817B7B
(129,123,123)
#6D6867
(109,104,103)
#595553
(89,85,83)
#45423F
(69,66,63)
#312F2B
(49,47,43)
#1D1C17
(29,28,23)
#000000
(0,0,0)

Tints of #E5DADF

#E5DADF
(229,218,223)
#E7DDE1
(231,221,225)
#E9E0E3
(233,224,227)
#EBE3E5
(235,227,229)
#EDE6E7
(237,230,231)
#EFE9E9
(239,233,233)
#F1ECEB
(241,236,235)
#F3EFED
(243,239,237)
#F5F2EF
(245,242,239)
#F7F5F1
(247,245,241)
#F9F8F3
(249,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DADF; }

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

This text font color is #E5DADF.

Background Color

.myBgColor { background-color: #E5DADF; }

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

This div background color is #E5DADF.

Border color

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

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

This div border color is #E5DADF.

Opacity

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

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

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

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

This text has shadow with #E5DADF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5DADF.

Preview

Color preview on black background

This text has color #E5DADF on black background.


Color preview on white background

This text has color #E5DADF on white background.


Black color preview on #E5DADF background

This text has black color on #E5DADF background.


White color preview on #E5DADF background

This text has white color on #E5DADF background.


Related colors

Complementary color

Complementary color for #hex is #1A2520.


I love getcolorcode.com

Triadic colors

1 #DFE5DA and #DADFE5 with #E5DADF are triadic colors.

2 #DFDAE5 and #DAE5DF with #E5DADF are triadic colors.