COLOR #E5D3DE

HEX: #E5D3DE
RGB: (229,211,222)

Color info

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

RGB color model

#E5D3DE color RGB value is (229,211,222).

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

RGB channels and saturation

R 229 of 255 = 90%
G 211 of 255 = 83%
B 222 of 255 = 87%

229
211
222

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

Portions of RGB colors in percentages

R + G + B =
229 + 211 + 222 = 662 (100%)
R 229 of 662 ~ 34.59%
G 211 of 662 ~ 31.87%
B 222 of 662 ~ 33.53%

%34.59
%31.87
%33.53

CMYK color model

#E5D3DE color CMYK value is (0,8,3,10).

  • cyan value is 0.00%
  • magenta value is 7.86%
  • yellow value is 3.06%
  • key color value is 10.20%
CMYK:
(0,8,3,10)
C0M8Y3K10 
(0%,8%,3%,10%)
(0.00/0.08/0.03/0.10)	

CMYK percentages

%0
%7.86
%3.06
%10.2

Codes

Color #E5D3DE in popluar color models

E5D3DE
RGB229211222
HSL323°25.71%86.27%
HSB/HSV323°7.86%89.80%
CMYK0.00%7.86%3.06%
10.20%

Color #E5D3DE in popluar number systems.

HEXE5D3DE
Decimal229211222
Binary111001011101001111011110
Octal345323336

Shades and tints

Shades of #E5D3DE

#E5D3DE
(229,211,222)
#D1C0CA
(209,192,202)
#BDADB6
(189,173,182)
#A99AA2
(169,154,162)
#95878E
(149,135,142)
#81747A
(129,116,122)
#6D6166
(109,97,102)
#594E52
(89,78,82)
#453B3E
(69,59,62)
#31282A
(49,40,42)
#1D1516
(29,21,22)
#000000
(0,0,0)

Tints of #E5D3DE

#E5D3DE
(229,211,222)
#E7D7E1
(231,215,225)
#E9DBE4
(233,219,228)
#EBDFE7
(235,223,231)
#EDE3EA
(237,227,234)
#EFE7ED
(239,231,237)
#F1EBF0
(241,235,240)
#F3EFF3
(243,239,243)
#F5F3F6
(245,243,246)
#F7F7F9
(247,247,249)
#F9FBFC
(249,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5D3DE; }

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

This text font color is #E5D3DE.


Background Color

.myBgColor { background-color: #E5D3DE; }

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

This div background color is #E5D3DE.


Border color

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

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

This div border color is #E5D3DE.


Opacity

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

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

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

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

This text has shadow with #E5D3DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D3DE on black background.


Color preview on white background

This text has color #E5D3DE on white background.



Black color preview on #E5D3DE background

This text has black color on #E5D3DE background.


White color preview on #E5D3DE background

This text has white color on #E5D3DE background.