COLOR #E5D3E5

HEX: #E5D3E5
RGB: (229,211,229)

Color info

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

RGB color model

#E5D3E5 color RGB value is (229,211,229).

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

RGB channels and saturation

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

229
211
229

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

Portions of RGB colors in percentages

R + G + B =
229 + 211 + 229 = 669 (100%)
R 229 of 669 ~ 34.23%
G 211 of 669 ~ 31.54%
B 229 of 669 ~ 34.23%

%34.23
%31.54
%34.23

CMYK color model

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

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

CMYK percentages

%0
%7.86
%0
%10.2

Codes

Color #E5D3E5 in popluar color models

E5D3E5
RGB229211229
HSL300°25.71%86.27%
HSB/HSV300°7.86%89.80%
CMYK0.00%7.86%0.00%
10.20%

Color #E5D3E5 in popluar number systems.

HEXE5D3E5
Decimal229211229
Binary111001011101001111100101
Octal345323345

Shades and tints

Shades of #E5D3E5

#E5D3E5
(229,211,229)
#D1C0D1
(209,192,209)
#BDADBD
(189,173,189)
#A99AA9
(169,154,169)
#958795
(149,135,149)
#817481
(129,116,129)
#6D616D
(109,97,109)
#594E59
(89,78,89)
#453B45
(69,59,69)
#312831
(49,40,49)
#1D151D
(29,21,29)
#000000
(0,0,0)

Tints of #E5D3E5

#E5D3E5
(229,211,229)
#E7D7E7
(231,215,231)
#E9DBE9
(233,219,233)
#EBDFEB
(235,223,235)
#EDE3ED
(237,227,237)
#EFE7EF
(239,231,239)
#F1EBF1
(241,235,241)
#F3EFF3
(243,239,243)
#F5F3F5
(245,243,245)
#F7F7F7
(247,247,247)
#F9FBF9
(249,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5D3E5; }

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

This text font color is #E5D3E5.


Background Color

.myBgColor { background-color: #E5D3E5; }

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

This div background color is #E5D3E5.


Border color

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

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

This div border color is #E5D3E5.


Opacity

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

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

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

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

This text has shadow with #E5D3E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D3E5 on black background.


Color preview on white background

This text has color #E5D3E5 on white background.



Black color preview on #E5D3E5 background

This text has black color on #E5D3E5 background.


White color preview on #E5D3E5 background

This text has white color on #E5D3E5 background.