COLOR #E1DAED

HEX: #E1DAED RGB: (225,218,237)

Color info

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

RGB color model

#E1DAED color RGB value is (225,218,237).

RGB: (225,218,237) (88%, 85%, 93%)

RGB channels and saturation

R 225 of 255 = 88%
G 218 of 255 = 85%
B 237 of 255 = 93%

225
218
237

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

Portions of RGB colors in percentages

R + G + B = 225 + 218 + 237 = 680 (100%)
R 225 of 680 ~ 33.09%
G 218 of 680 ~ 32.06%
B 237 of 680 ~ 34.85'%

%33.09
%32.06
%34.85

CMYK color model

#E1DAED color CMYK value is (5,8,0,7).

  • cyan value is 5.06%
  • magenta value is 8.02%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (5,8,0,7)
C5M8Y0K7 (5%, 8%, 0%, 7%)
(0.05 / 0.08 / 0.00 / 0.07)

CMYK percentages

%5.06
%8.02
%0
%7.06

Codes

Color #E1DAED in popluar color models

E1 DA ED
RGB 225 218 237
HSL 262° 34.55% 89.22%
HSB/HSV 262° 8.02% 92.94%
CMYK 5.06% 8.02% 0.00%
7.06%

Color #E1DAED in popluar number systems.

HEX E1 DA ED
Decimal 225 218 237
Binary 11100001 11011010 11101101
Octal 341 332 355

Shades and tints

Shades of #E1DAED

#E1DAED
(225,218,237)
#CDC7D8
(205,199,216)
#B9B4C3
(185,180,195)
#A5A1AE
(165,161,174)
#918E99
(145,142,153)
#7D7B84
(125,123,132)
#69686F
(105,104,111)
#55555A
(85,85,90)
#414245
(65,66,69)
#2D2F30
(45,47,48)
#191C1B
(25,28,27)
#000000
(0,0,0)

Tints of #E1DAED

#E1DAED
(225,218,237)
#E3DDEE
(227,221,238)
#E5E0EF
(229,224,239)
#E7E3F0
(231,227,240)
#E9E6F1
(233,230,241)
#EBE9F2
(235,233,242)
#EDECF3
(237,236,243)
#EFEFF4
(239,239,244)
#F1F2F5
(241,242,245)
#F3F5F6
(243,245,246)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DAED; }

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

This text font color is #E1DAED.

Background Color

.myBgColor { background-color: #E1DAED; }

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

This div background color is #E1DAED.

Border color

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

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

This div border color is #E1DAED.

Opacity

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

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

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

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

This text has shadow with #E1DAED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1DAED.

Preview

Color preview on black background

This text has color #E1DAED on black background.


Color preview on white background

This text has color #E1DAED on white background.


Black color preview on #E1DAED background

This text has black color on #E1DAED background.


White color preview on #E1DAED background

This text has white color on #E1DAED background.


Related colors

Complementary color

Complementary color for #hex is #1E2512.


I love getcolorcode.com

Triadic colors

1 #EDE1DA and #DAEDE1 with #E1DAED are triadic colors.

2 #EDDAE1 and #DAE1ED with #E1DAED are triadic colors.