COLOR #E5D5FE

HEX: #E5D5FE
RGB: (229,213,254)

Color info

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

RGB color model

#E5D5FE color RGB value is (229,213,254).

  • red value is 229;
  • green value is 213;
  • blue value is 254.
RGB:
(229,213,254)
(90%,84%,100%)

RGB channels and saturation

R 229 of 255 = 90%
G 213 of 255 = 84%
B 254 of 255 = 100%

229
213
254

R + G + B ~ 91%. #E5D5FE is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 213 + 254 = 696 (100%)
R 229 of 696 ~ 32.9%
G 213 of 696 ~ 30.6%
B 254 of 696 ~ 36.49%

%32.9
%30.6
%36.49

CMYK color model

#E5D5FE color CMYK value is (10,16,0,0).

  • cyan value is 9.84%
  • magenta value is 16.14%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(10,16,0,0)
C10M16Y0K0 
(10%,16%,0%,0%)
(0.10/0.16/0.00/0.00)	

CMYK percentages

%9.84
%16.14
%0
%0.39

Codes

Color #E5D5FE in popluar color models

E5D5FE
RGB229213254
HSL263°95.35%91.57%
HSB/HSV263°16.14%99.61%
CMYK9.84%16.14%0.00%
0.39%

Color #E5D5FE in popluar number systems.

HEXE5D5FE
Decimal229213254
Binary111001011101010111111110
Octal345325376

Shades and tints

Shades of #E5D5FE

#E5D5FE
(229,213,254)
#D1C2E7
(209,194,231)
#BDAFD0
(189,175,208)
#A99CB9
(169,156,185)
#9589A2
(149,137,162)
#81768B
(129,118,139)
#6D6374
(109,99,116)
#59505D
(89,80,93)
#453D46
(69,61,70)
#312A2F
(49,42,47)
#1D1718
(29,23,24)
#000000
(0,0,0)

Tints of #E5D5FE

#E5D5FE
(229,213,254)
#E7D8FE
(231,216,254)
#E9DBFE
(233,219,254)
#EBDEFE
(235,222,254)
#EDE1FE
(237,225,254)
#EFE4FE
(239,228,254)
#F1E7FE
(241,231,254)
#F3EAFE
(243,234,254)
#F5EDFE
(245,237,254)
#F7F0FE
(247,240,254)
#F9F3FE
(249,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5D5FE; }

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

This text font color is #E5D5FE.


Background Color

.myBgColor { background-color: #E5D5FE; }

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

This div background color is #E5D5FE.


Border color

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

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

This div border color is #E5D5FE.


Opacity

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

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

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

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

This text has shadow with #E5D5FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D5FE on black background.


Color preview on white background

This text has color #E5D5FE on white background.



Black color preview on #E5D5FE background

This text has black color on #E5D5FE background.


White color preview on #E5D5FE background

This text has white color on #E5D5FE background.