COLOR #E0DCED

HEX: #E0DCED RGB: (224,220,237)

Color info

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

RGB color model

#E0DCED color RGB value is (224,220,237).

RGB: (224,220,237) (88%, 86%, 93%)

RGB channels and saturation

R 224 of 255 = 88%
G 220 of 255 = 86%
B 237 of 255 = 93%

224
220
237

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

Portions of RGB colors in percentages

R + G + B = 224 + 220 + 237 = 681 (100%)
R 224 of 681 ~ 32.89%
G 220 of 681 ~ 32.31%
B 237 of 681 ~ 34.8'%

%32.89
%32.31
%34.8

CMYK color model

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

  • cyan value is 5.49%
  • magenta value is 7.17%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (5,7,0,7) C5M7Y0K7 (5%,7%,0%,7%) (0.05/0.07/0.00/0.07) 

CMYK percentages

%5.49
%7.17
%0
%7.06

Codes

Color #E0DCED in popluar color models

E0 DC ED
RGB 224 220 237
HSL 254° 32.08% 89.61%
HSB/HSV 254° 7.17% 92.94%
CMYK 5.49% 7.17% 0.00%
7.06%

Color #E0DCED in popluar number systems.

HEX E0 DC ED
Decimal 224 220 237
Binary 11100000 11011100 11101101
Octal 340 334 355

Shades and tints

Shades of #E0DCED

#E0DCED
(224,220,237)
#CCC8D8
(204,200,216)
#B8B4C3
(184,180,195)
#A4A0AE
(164,160,174)
#908C99
(144,140,153)
#7C7884
(124,120,132)
#68646F
(104,100,111)
#54505A
(84,80,90)
#403C45
(64,60,69)
#2C2830
(44,40,48)
#18141B
(24,20,27)
#000000
(0,0,0)

Tints of #E0DCED

#E0DCED
(224,220,237)
#E2DFEE
(226,223,238)
#E4E2EF
(228,226,239)
#E6E5F0
(230,229,240)
#E8E8F1
(232,232,241)
#EAEBF2
(234,235,242)
#ECEEF3
(236,238,243)
#EEF1F4
(238,241,244)
#F0F4F5
(240,244,245)
#F2F7F6
(242,247,246)
#F4FAF7
(244,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0DCED color. Also use rgb(224,220,237) instead hex code.

Text Font Color

.myTextColor { color: #E0DCED; }

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

This text font color is #E0DCED.

Background Color

.myBgColor { background-color: #E0DCED; }

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

This div background color is #E0DCED.

Border color

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

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

This div border color is #E0DCED.

Opacity

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

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

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

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

This text has shadow with #E0DCED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0DCED.

Preview

Color preview on black background

This text has color #E0DCED on black background.


Color preview on white background

This text has color #E0DCED on white background.


Black color preview on #E0DCED background

This text has black color on #E0DCED background.


White color preview on #E0DCED background

This text has white color on #E0DCED background.


Related colors

Complementary color

Complementary color for #hex is #1F2312.


I love getcolorcode.com

Triadic colors

1 #EDE0DC and #DCEDE0 with #E0DCED are triadic colors.

2 #EDDCE0 and #DCE0ED with #E0DCED are triadic colors.