COLOR #E5DAFE

HEX: #E5DAFE RGB: (229,218,254)

Color info

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

RGB color model

#E5DAFE color RGB value is (229,218,254).

RGB: (229,218,254) (90%, 85%, 100%)

RGB channels and saturation

R 229 of 255 = 90%
G 218 of 255 = 85%
B 254 of 255 = 100%

229
218
254

R + G + B ~ 92%. #E5DAFE is light color.

Portions of RGB colors in percentages

R + G + B = 229 + 218 + 254 = 701 (100%)
R 229 of 701 ~ 32.67%
G 218 of 701 ~ 31.1%
B 254 of 701 ~ 36.23'%

%32.67
%31.1
%36.23

CMYK color model

#E5DAFE color CMYK value is (10,14,0,0).

  • cyan value is 9.84%
  • magenta value is 14.17%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (10,14,0,0)
C10M14Y0K0 (10%, 14%, 0%, 0%)
(0.10 / 0.14 / 0.00 / 0.00)

CMYK percentages

%9.84
%14.17
%0
%0.39

Codes

Color #E5DAFE in popluar color models

E5 DA FE
RGB 229 218 254
HSL 258° 94.74% 92.55%
HSB/HSV 258° 14.17% 99.61%
CMYK 9.84% 14.17% 0.00%
0.39%

Color #E5DAFE in popluar number systems.

HEX E5 DA FE
Decimal 229 218 254
Binary 11100101 11011010 11111110
Octal 345 332 376

Shades and tints

Shades of #E5DAFE

#E5DAFE
(229,218,254)
#D1C7E7
(209,199,231)
#BDB4D0
(189,180,208)
#A9A1B9
(169,161,185)
#958EA2
(149,142,162)
#817B8B
(129,123,139)
#6D6874
(109,104,116)
#59555D
(89,85,93)
#454246
(69,66,70)
#312F2F
(49,47,47)
#1D1C18
(29,28,24)
#000000
(0,0,0)

Tints of #E5DAFE

#E5DAFE
(229,218,254)
#E7DDFE
(231,221,254)
#E9E0FE
(233,224,254)
#EBE3FE
(235,227,254)
#EDE6FE
(237,230,254)
#EFE9FE
(239,233,254)
#F1ECFE
(241,236,254)
#F3EFFE
(243,239,254)
#F5F2FE
(245,242,254)
#F7F5FE
(247,245,254)
#F9F8FE
(249,248,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DAFE; }

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

This text font color is #E5DAFE.

Background Color

.myBgColor { background-color: #E5DAFE; }

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

This div background color is #E5DAFE.

Border color

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

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

This div border color is #E5DAFE.

Opacity

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

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

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

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

This text has shadow with #E5DAFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5DAFE.

Preview

Color preview on black background

This text has color #E5DAFE on black background.


Color preview on white background

This text has color #E5DAFE on white background.


Black color preview on #E5DAFE background

This text has black color on #E5DAFE background.


White color preview on #E5DAFE background

This text has white color on #E5DAFE background.


Related colors

Complementary color

Complementary color for #hex is #1A2501.


I love getcolorcode.com

Triadic colors

1 #FEE5DA and #DAFEE5 with #E5DAFE are triadic colors.

2 #FEDAE5 and #DAE5FE with #E5DAFE are triadic colors.