COLOR #E5DAFD

HEX: #E5DAFD RGB: (229,218,253)

Color info

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

RGB color model

#E5DAFD color RGB value is (229,218,253).

RGB: (229,218,253) (90%, 85%, 99%)

RGB channels and saturation

R 229 of 255 = 90%
G 218 of 255 = 85%
B 253 of 255 = 99%

229
218
253

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

Portions of RGB colors in percentages

R + G + B = 229 + 218 + 253 = 700 (100%)
R 229 of 700 ~ 32.71%
G 218 of 700 ~ 31.14%
B 253 of 700 ~ 36.14'%

%32.71
%31.14
%36.14

CMYK color model

#E5DAFD color CMYK value is (9,14,0,1).

  • cyan value is 9.49%
  • magenta value is 13.83%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (9,14,0,1)
C9M14Y0K1 (9%, 14%, 0%, 1%)
(0.09 / 0.14 / 0.00 / 0.01)

CMYK percentages

%9.49
%13.83
%0
%0.78

Codes

Color #E5DAFD in popluar color models

E5 DA FD
RGB 229 218 253
HSL 259° 89.74% 92.35%
HSB/HSV 259° 13.83% 99.22%
CMYK 9.49% 13.83% 0.00%
0.78%

Color #E5DAFD in popluar number systems.

HEX E5 DA FD
Decimal 229 218 253
Binary 11100101 11011010 11111101
Octal 345 332 375

Shades and tints

Shades of #E5DAFD

#E5DAFD
(229,218,253)
#D1C7E6
(209,199,230)
#BDB4CF
(189,180,207)
#A9A1B8
(169,161,184)
#958EA1
(149,142,161)
#817B8A
(129,123,138)
#6D6873
(109,104,115)
#59555C
(89,85,92)
#454245
(69,66,69)
#312F2E
(49,47,46)
#1D1C17
(29,28,23)
#000000
(0,0,0)

Tints of #E5DAFD

#E5DAFD
(229,218,253)
#E7DDFD
(231,221,253)
#E9E0FD
(233,224,253)
#EBE3FD
(235,227,253)
#EDE6FD
(237,230,253)
#EFE9FD
(239,233,253)
#F1ECFD
(241,236,253)
#F3EFFD
(243,239,253)
#F5F2FD
(245,242,253)
#F7F5FD
(247,245,253)
#F9F8FD
(249,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DAFD; }

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

This text font color is #E5DAFD.

Background Color

.myBgColor { background-color: #E5DAFD; }

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

This div background color is #E5DAFD.

Border color

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

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

This div border color is #E5DAFD.

Opacity

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

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

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

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

This text has shadow with #E5DAFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5DAFD.

Preview

Color preview on black background

This text has color #E5DAFD on black background.


Color preview on white background

This text has color #E5DAFD on white background.


Black color preview on #E5DAFD background

This text has black color on #E5DAFD background.


White color preview on #E5DAFD background

This text has white color on #E5DAFD background.


Related colors

Complementary color

Complementary color for #hex is #1A2502.


I love getcolorcode.com

Triadic colors

1 #FDE5DA and #DAFDE5 with #E5DAFD are triadic colors.

2 #FDDAE5 and #DAE5FD with #E5DAFD are triadic colors.