COLOR #E1DAE5

HEX: #E1DAE5 RGB: (225,218,229)

Color info

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

RGB color model

#E1DAE5 color RGB value is (225,218,229).

RGB: (225,218,229) (88%, 85%, 90%)

RGB channels and saturation

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

225
218
229

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

Portions of RGB colors in percentages

R + G + B = 225 + 218 + 229 = 672 (100%)
R 225 of 672 ~ 33.48%
G 218 of 672 ~ 32.44%
B 229 of 672 ~ 34.08'%

%33.48
%32.44
%34.08

CMYK color model

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

  • cyan value is 1.75%
  • 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

%1.75
%4.8
%0
%10.2

Codes

Color #E1DAE5 in popluar color models

E1 DA E5
RGB 225 218 229
HSL 278° 17.46% 87.65%
HSB/HSV 278° 4.80% 89.80%
CMYK 1.75% 4.80% 0.00%
10.20%

Color #E1DAE5 in popluar number systems.

HEX E1 DA E5
Decimal 225 218 229
Binary 11100001 11011010 11100101
Octal 341 332 345

Shades and tints

Shades of #E1DAE5

#E1DAE5
(225,218,229)
#CDC7D1
(205,199,209)
#B9B4BD
(185,180,189)
#A5A1A9
(165,161,169)
#918E95
(145,142,149)
#7D7B81
(125,123,129)
#69686D
(105,104,109)
#555559
(85,85,89)
#414245
(65,66,69)
#2D2F31
(45,47,49)
#191C1D
(25,28,29)
#000000
(0,0,0)

Tints of #E1DAE5

#E1DAE5
(225,218,229)
#E3DDE7
(227,221,231)
#E5E0E9
(229,224,233)
#E7E3EB
(231,227,235)
#E9E6ED
(233,230,237)
#EBE9EF
(235,233,239)
#EDECF1
(237,236,241)
#EFEFF3
(239,239,243)
#F1F2F5
(241,242,245)
#F3F5F7
(243,245,247)
#F5F8F9
(245,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DAE5; }

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

This text font color is #E1DAE5.

Background Color

.myBgColor { background-color: #E1DAE5; }

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

This div background color is #E1DAE5.

Border color

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

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

This div border color is #E1DAE5.

Opacity

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

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

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

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

This text has shadow with #E1DAE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1DAE5.

Preview

Color preview on black background

This text has color #E1DAE5 on black background.


Color preview on white background

This text has color #E1DAE5 on white background.


Black color preview on #E1DAE5 background

This text has black color on #E1DAE5 background.


White color preview on #E1DAE5 background

This text has white color on #E1DAE5 background.


Related colors

Complementary color

Complementary color for #hex is #1E251A.


I love getcolorcode.com

Triadic colors

1 #E5E1DA and #DAE5E1 with #E1DAE5 are triadic colors.

2 #E5DAE1 and #DAE1E5 with #E1DAE5 are triadic colors.