COLOR #E5D8F6

HEX: #E5D8F6
RGB: (229,216,246)

Color info

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

RGB color model

#E5D8F6 color RGB value is (229,216,246).

  • red value is 229;
  • green value is 216;
  • blue value is 246.
RGB:
(229,216,246)
(90%,85%,96%)

RGB channels and saturation

R 229 of 255 = 90%
G 216 of 255 = 85%
B 246 of 255 = 96%

229
216
246

R + G + B ~ 90%. #E5D8F6 is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 216 + 246 = 691 (100%)
R 229 of 691 ~ 33.14%
G 216 of 691 ~ 31.26%
B 246 of 691 ~ 35.6%

%33.14
%31.26
%35.6

CMYK color model

#E5D8F6 color CMYK value is (7,12,0,4).

  • cyan value is 6.91%
  • magenta value is 12.20%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(7,12,0,4)
C7M12Y0K4 
(7%,12%,0%,4%)
(0.07/0.12/0.00/0.04)	

CMYK percentages

%6.91
%12.2
%0
%3.53

Codes

Color #E5D8F6 in popluar color models

E5D8F6
RGB229216246
HSL266°62.50%90.59%
HSB/HSV266°12.20%96.47%
CMYK6.91%12.20%0.00%
3.53%

Color #E5D8F6 in popluar number systems.

HEXE5D8F6
Decimal229216246
Binary111001011101100011110110
Octal345330366

Shades and tints

Shades of #E5D8F6

#E5D8F6
(229,216,246)
#D1C5E0
(209,197,224)
#BDB2CA
(189,178,202)
#A99FB4
(169,159,180)
#958C9E
(149,140,158)
#817988
(129,121,136)
#6D6672
(109,102,114)
#59535C
(89,83,92)
#454046
(69,64,70)
#312D30
(49,45,48)
#1D1A1A
(29,26,26)
#000000
(0,0,0)

Tints of #E5D8F6

#E5D8F6
(229,216,246)
#E7DBF6
(231,219,246)
#E9DEF6
(233,222,246)
#EBE1F6
(235,225,246)
#EDE4F6
(237,228,246)
#EFE7F6
(239,231,246)
#F1EAF6
(241,234,246)
#F3EDF6
(243,237,246)
#F5F0F6
(245,240,246)
#F7F3F6
(247,243,246)
#F9F6F6
(249,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5D8F6; }

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

This text font color is #E5D8F6.


Background Color

.myBgColor { background-color: #E5D8F6; }

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

This div background color is #E5D8F6.


Border color

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

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

This div border color is #E5D8F6.


Opacity

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

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

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

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

This text has shadow with #E5D8F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D8F6 on black background.


Color preview on white background

This text has color #E5D8F6 on white background.



Black color preview on #E5D8F6 background

This text has black color on #E5D8F6 background.


White color preview on #E5D8F6 background

This text has white color on #E5D8F6 background.