COLOR #E5D6DE

HEX: #E5D6DE
RGB: (229,214,222)

Color info

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

RGB color model

#E5D6DE color RGB value is (229,214,222).

  • red value is 229;
  • green value is 214;
  • blue value is 222.
RGB:
(229,214,222)
(90%,84%,87%)

RGB channels and saturation

R 229 of 255 = 90%
G 214 of 255 = 84%
B 222 of 255 = 87%

229
214
222

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

Portions of RGB colors in percentages

R + G + B =
229 + 214 + 222 = 665 (100%)
R 229 of 665 ~ 34.44%
G 214 of 665 ~ 32.18%
B 222 of 665 ~ 33.38%

%34.44
%32.18
%33.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.55%
  • yellow value is 3.06%
  • key color value is 10.20%
CMYK:
(0,7,3,10)
C0M7Y3K10 
(0%,7%,3%,10%)
(0.00/0.07/0.03/0.10)	

CMYK percentages

%0
%6.55
%3.06
%10.2

Codes

Color #E5D6DE in popluar color models

E5D6DE
RGB229214222
HSL328°22.39%86.86%
HSB/HSV328°6.55%89.80%
CMYK0.00%6.55%3.06%
10.20%

Color #E5D6DE in popluar number systems.

HEXE5D6DE
Decimal229214222
Binary111001011101011011011110
Octal345326336

Shades and tints

Shades of #E5D6DE

#E5D6DE
(229,214,222)
#D1C3CA
(209,195,202)
#BDB0B6
(189,176,182)
#A99DA2
(169,157,162)
#958A8E
(149,138,142)
#81777A
(129,119,122)
#6D6466
(109,100,102)
#595152
(89,81,82)
#453E3E
(69,62,62)
#312B2A
(49,43,42)
#1D1816
(29,24,22)
#000000
(0,0,0)

Tints of #E5D6DE

#E5D6DE
(229,214,222)
#E7D9E1
(231,217,225)
#E9DCE4
(233,220,228)
#EBDFE7
(235,223,231)
#EDE2EA
(237,226,234)
#EFE5ED
(239,229,237)
#F1E8F0
(241,232,240)
#F3EBF3
(243,235,243)
#F5EEF6
(245,238,246)
#F7F1F9
(247,241,249)
#F9F4FC
(249,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D6DE color. Also use rgb(229,214,222) instead hex code.

Text Font Color

.myTextColor { color: #E5D6DE; }

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

This text font color is #E5D6DE.


Background Color

.myBgColor { background-color: #E5D6DE; }

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

This div background color is #E5D6DE.


Border color

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

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

This div border color is #E5D6DE.


Opacity

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

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

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

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

This text has shadow with #E5D6DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D6DE on black background.


Color preview on white background

This text has color #E5D6DE on white background.



Black color preview on #E5D6DE background

This text has black color on #E5D6DE background.


White color preview on #E5D6DE background

This text has white color on #E5D6DE background.