COLOR #E0DAE5

HEX: #E0DAE5
RGB: (224,218,229)

Color info

#E0DAE5 contains red, green and blue colors in about the same proportion. Web safe color of #E0DAE5 is #CCCCCC (or #CCC).

RGB color model

#E0DAE5 color RGB value is (224,218,229).

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

RGB channels and saturation

R 224 of 255 = 88%
G 218 of 255 = 85%
B 229 of 255 = 90%

224
218
229

R + G + B ~ 88%. #E0DAE5 is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 218 + 229 = 671 (100%)
R 224 of 671 ~ 33.38%
G 218 of 671 ~ 32.49%
B 229 of 671 ~ 34.13%

%33.38
%32.49
%34.13

CMYK color model

#E0DAE5 color CMYK value is (2,5,0,10).

  • cyan value is 2.18%
  • magenta value is 4.80%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(2,5,0,10)
C2M5Y0K10 
(2%,5%,0%,10%)
(0.02/0.05/0.00/0.10)	

CMYK percentages

%2.18
%4.8
%0
%10.2

Codes

Color #E0DAE5 in popluar color models

E0DAE5
RGB224218229
HSL273°17.46%87.65%
HSB/HSV273°4.80%89.80%
CMYK2.18%4.80%0.00%
10.20%

Color #E0DAE5 in popluar number systems.

HEXE0DAE5
Decimal224218229
Binary111000001101101011100101
Octal340332345

Shades and tints

Shades of #E0DAE5

#E0DAE5
(224,218,229)
#CCC7D1
(204,199,209)
#B8B4BD
(184,180,189)
#A4A1A9
(164,161,169)
#908E95
(144,142,149)
#7C7B81
(124,123,129)
#68686D
(104,104,109)
#545559
(84,85,89)
#404245
(64,66,69)
#2C2F31
(44,47,49)
#181C1D
(24,28,29)
#000000
(0,0,0)

Tints of #E0DAE5

#E0DAE5
(224,218,229)
#E2DDE7
(226,221,231)
#E4E0E9
(228,224,233)
#E6E3EB
(230,227,235)
#E8E6ED
(232,230,237)
#EAE9EF
(234,233,239)
#ECECF1
(236,236,241)
#EEEFF3
(238,239,243)
#F0F2F5
(240,242,245)
#F2F5F7
(242,245,247)
#F4F8F9
(244,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DAE5; }

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

This text font color is #E0DAE5.


Background Color

.myBgColor { background-color: #E0DAE5; }

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

This div background color is #E0DAE5.


Border color

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

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

This div border color is #E0DAE5.


Opacity

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

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

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

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

This text has shadow with #E0DAE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DAE5 on black background.


Color preview on white background

This text has color #E0DAE5 on white background.



Black color preview on #E0DAE5 background

This text has black color on #E0DAE5 background.


White color preview on #E0DAE5 background

This text has white color on #E0DAE5 background.