COLOR #E5DAF4

HEX: #E5DAF4
RGB: (229,218,244)

Color info

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

RGB color model

#E5DAF4 color RGB value is (229,218,244).

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

RGB channels and saturation

R 229 of 255 = 90%
G 218 of 255 = 85%
B 244 of 255 = 96%

229
218
244

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

Portions of RGB colors in percentages

R + G + B =
229 + 218 + 244 = 691 (100%)
R 229 of 691 ~ 33.14%
G 218 of 691 ~ 31.55%
B 244 of 691 ~ 35.31%

%33.14
%31.55
%35.31

CMYK color model

#E5DAF4 color CMYK value is (6,11,0,4).

  • cyan value is 6.15%
  • magenta value is 10.66%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(6,11,0,4)
C6M11Y0K4 
(6%,11%,0%,4%)
(0.06/0.11/0.00/0.04)	

CMYK percentages

%6.15
%10.66
%0
%4.31

Codes

Color #E5DAF4 in popluar color models

E5DAF4
RGB229218244
HSL265°54.17%90.59%
HSB/HSV265°10.66%95.69%
CMYK6.15%10.66%0.00%
4.31%

Color #E5DAF4 in popluar number systems.

HEXE5DAF4
Decimal229218244
Binary111001011101101011110100
Octal345332364

Shades and tints

Shades of #E5DAF4

#E5DAF4
(229,218,244)
#D1C7DE
(209,199,222)
#BDB4C8
(189,180,200)
#A9A1B2
(169,161,178)
#958E9C
(149,142,156)
#817B86
(129,123,134)
#6D6870
(109,104,112)
#59555A
(89,85,90)
#454244
(69,66,68)
#312F2E
(49,47,46)
#1D1C18
(29,28,24)
#000000
(0,0,0)

Tints of #E5DAF4

#E5DAF4
(229,218,244)
#E7DDF5
(231,221,245)
#E9E0F6
(233,224,246)
#EBE3F7
(235,227,247)
#EDE6F8
(237,230,248)
#EFE9F9
(239,233,249)
#F1ECFA
(241,236,250)
#F3EFFB
(243,239,251)
#F5F2FC
(245,242,252)
#F7F5FD
(247,245,253)
#F9F8FE
(249,248,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5DAF4 color. Also use rgb(229,218,244) instead hex code.

Text Font Color

.myTextColor { color: #E5DAF4; }

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

This text font color is #E5DAF4.


Background Color

.myBgColor { background-color: #E5DAF4; }

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

This div background color is #E5DAF4.


Border color

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

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

This div border color is #E5DAF4.


Opacity

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

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

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

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

This text has shadow with #E5DAF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DAF4 on black background.


Color preview on white background

This text has color #E5DAF4 on white background.



Black color preview on #E5DAF4 background

This text has black color on #E5DAF4 background.


White color preview on #E5DAF4 background

This text has white color on #E5DAF4 background.