COLOR #E0DAEC

HEX: #E0DAEC RGB: (224,218,236)

Color info

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

RGB color model

#E0DAEC color RGB value is (224,218,236).

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

RGB channels and saturation

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

224
218
236

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

Portions of RGB colors in percentages

R + G + B = 224 + 218 + 236 = 678 (100%)
R 224 of 678 ~ 33.04%
G 218 of 678 ~ 32.15%
B 236 of 678 ~ 34.81'%

%33.04
%32.15
%34.81

CMYK color model

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

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

%5.08
%7.63
%0
%7.45

Codes

Color #E0DAEC in popluar color models

E0 DA EC
RGB 224 218 236
HSL 260° 32.14% 89.02%
HSB/HSV 260° 7.63% 92.55%
CMYK 5.08% 7.63% 0.00%
7.45%

Color #E0DAEC in popluar number systems.

HEX E0 DA EC
Decimal 224 218 236
Binary 11100000 11011010 11101100
Octal 340 332 354

Shades and tints

Shades of #E0DAEC

#E0DAEC
(224,218,236)
#CCC7D7
(204,199,215)
#B8B4C2
(184,180,194)
#A4A1AD
(164,161,173)
#908E98
(144,142,152)
#7C7B83
(124,123,131)
#68686E
(104,104,110)
#545559
(84,85,89)
#404244
(64,66,68)
#2C2F2F
(44,47,47)
#181C1A
(24,28,26)
#000000
(0,0,0)

Tints of #E0DAEC

#E0DAEC
(224,218,236)
#E2DDED
(226,221,237)
#E4E0EE
(228,224,238)
#E6E3EF
(230,227,239)
#E8E6F0
(232,230,240)
#EAE9F1
(234,233,241)
#ECECF2
(236,236,242)
#EEEFF3
(238,239,243)
#F0F2F4
(240,242,244)
#F2F5F5
(242,245,245)
#F4F8F6
(244,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DAEC; }

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

This text font color is #E0DAEC.

Background Color

.myBgColor { background-color: #E0DAEC; }

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

This div background color is #E0DAEC.

Border color

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

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

This div border color is #E0DAEC.

Opacity

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

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

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

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

This text has shadow with #E0DAEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0DAEC.

Preview

Color preview on black background

This text has color #E0DAEC on black background.


Color preview on white background

This text has color #E0DAEC on white background.


Black color preview on #E0DAEC background

This text has black color on #E0DAEC background.


White color preview on #E0DAEC background

This text has white color on #E0DAEC background.


Related colors

Complementary color

Complementary color for #hex is #1F2513.


I love getcolorcode.com

Triadic colors

1 #ECE0DA and #DAECE0 with #E0DAEC are triadic colors.

2 #ECDAE0 and #DAE0EC with #E0DAEC are triadic colors.