COLOR #E5D4F6

HEX: #E5D4F6
RGB: (229,212,246)

Color info

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

RGB color model

#E5D4F6 color RGB value is (229,212,246).

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

RGB channels and saturation

R 229 of 255 = 90%
G 212 of 255 = 83%
B 246 of 255 = 96%

229
212
246

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

Portions of RGB colors in percentages

R + G + B =
229 + 212 + 246 = 687 (100%)
R 229 of 687 ~ 33.33%
G 212 of 687 ~ 30.86%
B 246 of 687 ~ 35.81%

%33.33
%30.86
%35.81

CMYK color model

#E5D4F6 color CMYK value is (7,14,0,4).

  • cyan value is 6.91%
  • magenta value is 13.82%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(7,14,0,4)
C7M14Y0K4 
(7%,14%,0%,4%)
(0.07/0.14/0.00/0.04)	

CMYK percentages

%6.91
%13.82
%0
%3.53

Codes

Color #E5D4F6 in popluar color models

E5D4F6
RGB229212246
HSL270°65.38%89.80%
HSB/HSV270°13.82%96.47%
CMYK6.91%13.82%0.00%
3.53%

Color #E5D4F6 in popluar number systems.

HEXE5D4F6
Decimal229212246
Binary111001011101010011110110
Octal345324366

Shades and tints

Shades of #E5D4F6

#E5D4F6
(229,212,246)
#D1C1E0
(209,193,224)
#BDAECA
(189,174,202)
#A99BB4
(169,155,180)
#95889E
(149,136,158)
#817588
(129,117,136)
#6D6272
(109,98,114)
#594F5C
(89,79,92)
#453C46
(69,60,70)
#312930
(49,41,48)
#1D161A
(29,22,26)
#000000
(0,0,0)

Tints of #E5D4F6

#E5D4F6
(229,212,246)
#E7D7F6
(231,215,246)
#E9DAF6
(233,218,246)
#EBDDF6
(235,221,246)
#EDE0F6
(237,224,246)
#EFE3F6
(239,227,246)
#F1E6F6
(241,230,246)
#F3E9F6
(243,233,246)
#F5ECF6
(245,236,246)
#F7EFF6
(247,239,246)
#F9F2F6
(249,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5D4F6; }

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

This text font color is #E5D4F6.


Background Color

.myBgColor { background-color: #E5D4F6; }

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

This div background color is #E5D4F6.


Border color

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

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

This div border color is #E5D4F6.


Opacity

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

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

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

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

This text has shadow with #E5D4F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D4F6 on black background.


Color preview on white background

This text has color #E5D4F6 on white background.



Black color preview on #E5D4F6 background

This text has black color on #E5D4F6 background.


White color preview on #E5D4F6 background

This text has white color on #E5D4F6 background.