COLOR #E0DADC

HEX: #E0DADC RGB: (224,218,220)

Color info

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

RGB color model

#E0DADC color RGB value is (224,218,220).

RGB: (224,218,220) (88%, 85%, 86%)

RGB channels and saturation

R 224 of 255 = 88%
G 218 of 255 = 85%
B 220 of 255 = 86%

224
218
220

R + G + B ~ 86%. #E0DADC is light color.

Portions of RGB colors in percentages

R + G + B = 224 + 218 + 220 = 662 (100%)
R 224 of 662 ~ 33.84%
G 218 of 662 ~ 32.93%
B 220 of 662 ~ 33.23'%

%33.84
%32.93
%33.23

CMYK color model

#E0DADC color CMYK value is (0,3,2,12).

  • cyan value is 0.00%
  • magenta value is 2.68%
  • yellow value is 1.79%
  • key color value is 12.16%

CMYK: (0,3,2,12)
C0M3Y2K12 (0%, 3%, 2%, 12%)
(0.00 / 0.03 / 0.02 / 0.12)

CMYK percentages

%0
%2.68
%1.79
%12.16

Codes

Color #E0DADC in popluar color models

E0 DA DC
RGB 224 218 220
HSL 340° 8.82% 86.67%
HSB/HSV 340° 2.68% 87.84%
CMYK 0.00% 2.68% 1.79%
12.16%

Color #E0DADC in popluar number systems.

HEX E0 DA DC
Decimal 224 218 220
Binary 11100000 11011010 11011100
Octal 340 332 334

Shades and tints

Shades of #E0DADC

#E0DADC
(224,218,220)
#CCC7C8
(204,199,200)
#B8B4B4
(184,180,180)
#A4A1A0
(164,161,160)
#908E8C
(144,142,140)
#7C7B78
(124,123,120)
#686864
(104,104,100)
#545550
(84,85,80)
#40423C
(64,66,60)
#2C2F28
(44,47,40)
#181C14
(24,28,20)
#000000
(0,0,0)

Tints of #E0DADC

#E0DADC
(224,218,220)
#E2DDDF
(226,221,223)
#E4E0E2
(228,224,226)
#E6E3E5
(230,227,229)
#E8E6E8
(232,230,232)
#EAE9EB
(234,233,235)
#ECECEE
(236,236,238)
#EEEFF1
(238,239,241)
#F0F2F4
(240,242,244)
#F2F5F7
(242,245,247)
#F4F8FA
(244,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DADC; }

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

This text font color is #E0DADC.

Background Color

.myBgColor { background-color: #E0DADC; }

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

This div background color is #E0DADC.

Border color

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

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

This div border color is #E0DADC.

Opacity

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

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

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

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

This text has shadow with #E0DADC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0DADC.

Preview

Color preview on black background

This text has color #E0DADC on black background.


Color preview on white background

This text has color #E0DADC on white background.


Black color preview on #E0DADC background

This text has black color on #E0DADC background.


White color preview on #E0DADC background

This text has white color on #E0DADC background.


Related colors

Complementary color

Complementary color for #hex is #1F2523.


I love getcolorcode.com

Triadic colors

1 #DCE0DA and #DADCE0 with #E0DADC are triadic colors.

2 #DCDAE0 and #DAE0DC with #E0DADC are triadic colors.