COLOR #E1DAE0

HEX: #E1DAE0 RGB: (225,218,224)

Color info

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

RGB color model

#E1DAE0 color RGB value is (225,218,224).

RGB: (225,218,224) (88%, 85%, 88%)

RGB channels and saturation

R 225 of 255 = 88%
G 218 of 255 = 85%
B 224 of 255 = 88%

225
218
224

R + G + B ~ 87%. #E1DAE0 is light color.

Portions of RGB colors in percentages

R + G + B = 225 + 218 + 224 = 667 (100%)
R 225 of 667 ~ 33.73%
G 218 of 667 ~ 32.68%
B 224 of 667 ~ 33.58'%

%33.73
%32.68
%33.58

CMYK color model

#E1DAE0 color CMYK value is (0,3,0,12).

  • cyan value is 0.00%
  • magenta value is 3.11%
  • yellow value is 0.44%
  • key color value is 11.76%

CMYK: (0,3,0,12)
C0M3Y0K12 (0%, 3%, 0%, 12%)
(0.00 / 0.03 / 0.00 / 0.12)

CMYK percentages

%0
%3.11
%0.44
%11.76

Codes

Color #E1DAE0 in popluar color models

E1 DA E0
RGB 225 218 224
HSL 309° 10.45% 86.86%
HSB/HSV 309° 3.11% 88.24%
CMYK 0.00% 3.11% 0.44%
11.76%

Color #E1DAE0 in popluar number systems.

HEX E1 DA E0
Decimal 225 218 224
Binary 11100001 11011010 11100000
Octal 341 332 340

Shades and tints

Shades of #E1DAE0

#E1DAE0
(225,218,224)
#CDC7CC
(205,199,204)
#B9B4B8
(185,180,184)
#A5A1A4
(165,161,164)
#918E90
(145,142,144)
#7D7B7C
(125,123,124)
#696868
(105,104,104)
#555554
(85,85,84)
#414240
(65,66,64)
#2D2F2C
(45,47,44)
#191C18
(25,28,24)
#000000
(0,0,0)

Tints of #E1DAE0

#E1DAE0
(225,218,224)
#E3DDE2
(227,221,226)
#E5E0E4
(229,224,228)
#E7E3E6
(231,227,230)
#E9E6E8
(233,230,232)
#EBE9EA
(235,233,234)
#EDECEC
(237,236,236)
#EFEFEE
(239,239,238)
#F1F2F0
(241,242,240)
#F3F5F2
(243,245,242)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DAE0; }

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

This text font color is #E1DAE0.

Background Color

.myBgColor { background-color: #E1DAE0; }

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

This div background color is #E1DAE0.

Border color

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

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

This div border color is #E1DAE0.

Opacity

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

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

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

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

This text has shadow with #E1DAE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1DAE0.

Preview

Color preview on black background

This text has color #E1DAE0 on black background.


Color preview on white background

This text has color #E1DAE0 on white background.


Black color preview on #E1DAE0 background

This text has black color on #E1DAE0 background.


White color preview on #E1DAE0 background

This text has white color on #E1DAE0 background.


Related colors

Complementary color

Complementary color for #hex is #1E251F.


I love getcolorcode.com

Triadic colors

1 #E0E1DA and #DAE0E1 with #E1DAE0 are triadic colors.

2 #E0DAE1 and #DAE1E0 with #E1DAE0 are triadic colors.