COLOR #E5D9FA

HEX: #E5D9FA
RGB: (229,217,250)

Color info

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

RGB color model

#E5D9FA color RGB value is (229,217,250).

  • red value is 229;
  • green value is 217;
  • blue value is 250.
RGB:
(229,217,250)
(90%,85%,98%)

RGB channels and saturation

R 229 of 255 = 90%
G 217 of 255 = 85%
B 250 of 255 = 98%

229
217
250

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

Portions of RGB colors in percentages

R + G + B =
229 + 217 + 250 = 696 (100%)
R 229 of 696 ~ 32.9%
G 217 of 696 ~ 31.18%
B 250 of 696 ~ 35.92%

%32.9
%31.18
%35.92

CMYK color model

#E5D9FA color CMYK value is (8,13,0,2).

  • cyan value is 8.40%
  • magenta value is 13.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(8,13,0,2)
C8M13Y0K2 
(8%,13%,0%,2%)
(0.08/0.13/0.00/0.02)	

CMYK percentages

%8.4
%13.2
%0
%1.96

Codes

Color #E5D9FA in popluar color models

E5D9FA
RGB229217250
HSL262°76.74%91.57%
HSB/HSV262°13.20%98.04%
CMYK8.40%13.20%0.00%
1.96%

Color #E5D9FA in popluar number systems.

HEXE5D9FA
Decimal229217250
Binary111001011101100111111010
Octal345331372

Shades and tints

Shades of #E5D9FA

#E5D9FA
(229,217,250)
#D1C6E4
(209,198,228)
#BDB3CE
(189,179,206)
#A9A0B8
(169,160,184)
#958DA2
(149,141,162)
#817A8C
(129,122,140)
#6D6776
(109,103,118)
#595460
(89,84,96)
#45414A
(69,65,74)
#312E34
(49,46,52)
#1D1B1E
(29,27,30)
#000000
(0,0,0)

Tints of #E5D9FA

#E5D9FA
(229,217,250)
#E7DCFA
(231,220,250)
#E9DFFA
(233,223,250)
#EBE2FA
(235,226,250)
#EDE5FA
(237,229,250)
#EFE8FA
(239,232,250)
#F1EBFA
(241,235,250)
#F3EEFA
(243,238,250)
#F5F1FA
(245,241,250)
#F7F4FA
(247,244,250)
#F9F7FA
(249,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5D9FA; }

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

This text font color is #E5D9FA.


Background Color

.myBgColor { background-color: #E5D9FA; }

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

This div background color is #E5D9FA.


Border color

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

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

This div border color is #E5D9FA.


Opacity

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

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

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

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

This text has shadow with #E5D9FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D9FA on black background.


Color preview on white background

This text has color #E5D9FA on white background.



Black color preview on #E5D9FA background

This text has black color on #E5D9FA background.


White color preview on #E5D9FA background

This text has white color on #E5D9FA background.