COLOR #E1DAEC

HEX: #E1DAEC RGB: (225,218,236)

Color info

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

RGB color model

#E1DAEC color RGB value is (225,218,236).

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

RGB channels and saturation

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

225
218
236

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

Portions of RGB colors in percentages

R + G + B = 225 + 218 + 236 = 679 (100%)
R 225 of 679 ~ 33.14%
G 218 of 679 ~ 32.11%
B 236 of 679 ~ 34.76'%

%33.14
%32.11
%34.76

CMYK color model

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

  • cyan value is 4.66%
  • magenta value is 7.63%
  • yellow value is 0.00%
  • key color value is 7.45%

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

CMYK percentages

%4.66
%7.63
%0
%7.45

Codes

Color #E1DAEC in popluar color models

E1 DA EC
RGB 225 218 236
HSL 263° 32.14% 89.02%
HSB/HSV 263° 7.63% 92.55%
CMYK 4.66% 7.63% 0.00%
7.45%

Color #E1DAEC in popluar number systems.

HEX E1 DA EC
Decimal 225 218 236
Binary 11100001 11011010 11101100
Octal 341 332 354

Shades and tints

Shades of #E1DAEC

#E1DAEC
(225,218,236)
#CDC7D7
(205,199,215)
#B9B4C2
(185,180,194)
#A5A1AD
(165,161,173)
#918E98
(145,142,152)
#7D7B83
(125,123,131)
#69686E
(105,104,110)
#555559
(85,85,89)
#414244
(65,66,68)
#2D2F2F
(45,47,47)
#191C1A
(25,28,26)
#000000
(0,0,0)

Tints of #E1DAEC

#E1DAEC
(225,218,236)
#E3DDED
(227,221,237)
#E5E0EE
(229,224,238)
#E7E3EF
(231,227,239)
#E9E6F0
(233,230,240)
#EBE9F1
(235,233,241)
#EDECF2
(237,236,242)
#EFEFF3
(239,239,243)
#F1F2F4
(241,242,244)
#F3F5F5
(243,245,245)
#F5F8F6
(245,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DAEC; }

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

This text font color is #E1DAEC.

Background Color

.myBgColor { background-color: #E1DAEC; }

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

This div background color is #E1DAEC.

Border color

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

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

This div border color is #E1DAEC.

Opacity

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

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

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

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

This text has shadow with #E1DAEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1DAEC.

Preview

Color preview on black background

This text has color #E1DAEC on black background.


Color preview on white background

This text has color #E1DAEC on white background.


Black color preview on #E1DAEC background

This text has black color on #E1DAEC background.


White color preview on #E1DAEC background

This text has white color on #E1DAEC background.


Related colors

Complementary color

Complementary color for #hex is #1E2513.


I love getcolorcode.com

Triadic colors

1 #ECE1DA and #DAECE1 with #E1DAEC are triadic colors.

2 #ECDAE1 and #DAE1EC with #E1DAEC are triadic colors.