COLOR #E2DAE5

HEX: #E2DAE5 RGB: (226,218,229)

Color info

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

RGB color model

#E2DAE5 color RGB value is (226,218,229).

RGB: (226,218,229) (89%, 85%, 90%)

RGB channels and saturation

R 226 of 255 = 89%
G 218 of 255 = 85%
B 229 of 255 = 90%

226
218
229

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

Portions of RGB colors in percentages

R + G + B = 226 + 218 + 229 = 673 (100%)
R 226 of 673 ~ 33.58%
G 218 of 673 ~ 32.39%
B 229 of 673 ~ 34.03'%

%33.58
%32.39
%34.03

CMYK color model

#E2DAE5 color CMYK value is (1,5,0,10).

  • cyan value is 1.31%
  • magenta value is 4.80%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (1,5,0,10)
C1M5Y0K10 (1%, 5%, 0%, 10%)
(0.01 / 0.05 / 0.00 / 0.10)

CMYK percentages

%1.31
%4.8
%0
%10.2

Codes

Color #E2DAE5 in popluar color models

E2 DA E5
RGB 226 218 229
HSL 284° 17.46% 87.65%
HSB/HSV 284° 4.80% 89.80%
CMYK 1.31% 4.80% 0.00%
10.20%

Color #E2DAE5 in popluar number systems.

HEX E2 DA E5
Decimal 226 218 229
Binary 11100010 11011010 11100101
Octal 342 332 345

Shades and tints

Shades of #E2DAE5

#E2DAE5
(226,218,229)
#CEC7D1
(206,199,209)
#BAB4BD
(186,180,189)
#A6A1A9
(166,161,169)
#928E95
(146,142,149)
#7E7B81
(126,123,129)
#6A686D
(106,104,109)
#565559
(86,85,89)
#424245
(66,66,69)
#2E2F31
(46,47,49)
#1A1C1D
(26,28,29)
#000000
(0,0,0)

Tints of #E2DAE5

#E2DAE5
(226,218,229)
#E4DDE7
(228,221,231)
#E6E0E9
(230,224,233)
#E8E3EB
(232,227,235)
#EAE6ED
(234,230,237)
#ECE9EF
(236,233,239)
#EEECF1
(238,236,241)
#F0EFF3
(240,239,243)
#F2F2F5
(242,242,245)
#F4F5F7
(244,245,247)
#F6F8F9
(246,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2DAE5; }

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

This text font color is #E2DAE5.

Background Color

.myBgColor { background-color: #E2DAE5; }

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

This div background color is #E2DAE5.

Border color

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

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

This div border color is #E2DAE5.

Opacity

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

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

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

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

This text has shadow with #E2DAE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2DAE5.

Preview

Color preview on black background

This text has color #E2DAE5 on black background.


Color preview on white background

This text has color #E2DAE5 on white background.


Black color preview on #E2DAE5 background

This text has black color on #E2DAE5 background.


White color preview on #E2DAE5 background

This text has white color on #E2DAE5 background.


Related colors

Complementary color

Complementary color for #hex is #1D251A.


I love getcolorcode.com

Triadic colors

1 #E5E2DA and #DAE5E2 with #E2DAE5 are triadic colors.

2 #E5DAE2 and #DAE2E5 with #E2DAE5 are triadic colors.