COLOR #E5DAEE

HEX: #E5DAEE
RGB: (229,218,238)

Color info

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

RGB color model

#E5DAEE color RGB value is (229,218,238).

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

RGB channels and saturation

R 229 of 255 = 90%
G 218 of 255 = 85%
B 238 of 255 = 93%

229
218
238

R + G + B ~ 89%. #E5DAEE is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 218 + 238 = 685 (100%)
R 229 of 685 ~ 33.43%
G 218 of 685 ~ 31.82%
B 238 of 685 ~ 34.74%

%33.43
%31.82
%34.74

CMYK color model

#E5DAEE color CMYK value is (4,8,0,7).

  • cyan value is 3.78%
  • magenta value is 8.40%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (4,8,0,7) C4M8Y0K7 (4%,8%,0%,7%) (0.04/0.08/0.00/0.07)

CMYK percentages

%3.78
%8.4
%0
%6.67

Codes

Color #E5DAEE in popluar color models

E5DAEE
RGB229218238
HSL273°37.04%89.41%
HSB/HSV273°8.40%93.33%
CMYK3.78%8.40%0.00%
6.67%

Color #E5DAEE in popluar number systems.

HEXE5DAEE
Decimal229218238
Binary111001011101101011101110
Octal345332356

Shades and tints

Shades of #E5DAEE

#E5DAEE
(229,218,238)
#D1C7D9
(209,199,217)
#BDB4C4
(189,180,196)
#A9A1AF
(169,161,175)
#958E9A
(149,142,154)
#817B85
(129,123,133)
#6D6870
(109,104,112)
#59555B
(89,85,91)
#454246
(69,66,70)
#312F31
(49,47,49)
#1D1C1C
(29,28,28)
#000000
(0,0,0)

Tints of #E5DAEE

#E5DAEE
(229,218,238)
#E7DDEF
(231,221,239)
#E9E0F0
(233,224,240)
#EBE3F1
(235,227,241)
#EDE6F2
(237,230,242)
#EFE9F3
(239,233,243)
#F1ECF4
(241,236,244)
#F3EFF5
(243,239,245)
#F5F2F6
(245,242,246)
#F7F5F7
(247,245,247)
#F9F8F8
(249,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DAEE; }

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

This text font color is #E5DAEE.


Background Color

.myBgColor { background-color: #E5DAEE; }

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

This div background color is #E5DAEE.


Border color

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

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

This div border color is #E5DAEE.


Opacity

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

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

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

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

This text has shadow with #E5DAEE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E5DAEE on black background.


Color preview on white background

This text has color #E5DAEE on white background.



Black color preview on #E5DAEE background

This text has black color on #E5DAEE background.


White color preview on #E5DAEE background

This text has white color on #E5DAEE background.