COLOR #E5D4EC

HEX: #E5D4EC
RGB: (229,212,236)

Color info

#E5D4EC contains red, green and blue colors in about the same proportion. Web safe color of #E5D4EC is #CCCCFF (or #CCF).

RGB color model

#E5D4EC color RGB value is (229,212,236).

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

RGB channels and saturation

R 229 of 255 = 90%
G 212 of 255 = 83%
B 236 of 255 = 93%

229
212
236

R + G + B ~ 89%. #E5D4EC is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 212 + 236 = 677 (100%)
R 229 of 677 ~ 33.83%
G 212 of 677 ~ 31.31%
B 236 of 677 ~ 34.86%

%33.83
%31.31
%34.86

CMYK color model

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

  • cyan value is 2.97%
  • magenta value is 10.17%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(3,10,0,7)
C3M10Y0K7 
(3%,10%,0%,7%)
(0.03/0.10/0.00/0.07)	

CMYK percentages

%2.97
%10.17
%0
%7.45

Codes

Color #E5D4EC in popluar color models

E5D4EC
RGB229212236
HSL283°38.71%87.84%
HSB/HSV283°10.17%92.55%
CMYK2.97%10.17%0.00%
7.45%

Color #E5D4EC in popluar number systems.

HEXE5D4EC
Decimal229212236
Binary111001011101010011101100
Octal345324354

Shades and tints

Shades of #E5D4EC

#E5D4EC
(229,212,236)
#D1C1D7
(209,193,215)
#BDAEC2
(189,174,194)
#A99BAD
(169,155,173)
#958898
(149,136,152)
#817583
(129,117,131)
#6D626E
(109,98,110)
#594F59
(89,79,89)
#453C44
(69,60,68)
#31292F
(49,41,47)
#1D161A
(29,22,26)
#000000
(0,0,0)

Tints of #E5D4EC

#E5D4EC
(229,212,236)
#E7D7ED
(231,215,237)
#E9DAEE
(233,218,238)
#EBDDEF
(235,221,239)
#EDE0F0
(237,224,240)
#EFE3F1
(239,227,241)
#F1E6F2
(241,230,242)
#F3E9F3
(243,233,243)
#F5ECF4
(245,236,244)
#F7EFF5
(247,239,245)
#F9F2F6
(249,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5D4EC; }

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

This text font color is #E5D4EC.


Background Color

.myBgColor { background-color: #E5D4EC; }

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

This div background color is #E5D4EC.


Border color

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

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

This div border color is #E5D4EC.


Opacity

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

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

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

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

This text has shadow with #E5D4EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D4EC on black background.


Color preview on white background

This text has color #E5D4EC on white background.



Black color preview on #E5D4EC background

This text has black color on #E5D4EC background.


White color preview on #E5D4EC background

This text has white color on #E5D4EC background.