COLOR #E0DADD

HEX: #E0DADD RGB: (224,218,221)

Color info

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

RGB color model

#E0DADD color RGB value is (224,218,221).

RGB: (224,218,221) (88%, 85%, 87%)

RGB channels and saturation

R 224 of 255 = 88%
G 218 of 255 = 85%
B 221 of 255 = 87%

224
218
221

R + G + B ~ 87%. #E0DADD is light color.

Portions of RGB colors in percentages

R + G + B = 224 + 218 + 221 = 663 (100%)
R 224 of 663 ~ 33.79%
G 218 of 663 ~ 32.88%
B 221 of 663 ~ 33.33'%

%33.79
%32.88
%33.33

CMYK color model

#E0DADD color CMYK value is (0,3,1,12).

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

CMYK: (0,3,1,12)
C0M3Y1K12 (0%, 3%, 1%, 12%)
(0.00 / 0.03 / 0.01 / 0.12)

CMYK percentages

%0
%2.68
%1.34
%12.16

Codes

Color #E0DADD in popluar color models

E0 DA DD
RGB 224 218 221
HSL 330° 8.82% 86.67%
HSB/HSV 330° 2.68% 87.84%
CMYK 0.00% 2.68% 1.34%
12.16%

Color #E0DADD in popluar number systems.

HEX E0 DA DD
Decimal 224 218 221
Binary 11100000 11011010 11011101
Octal 340 332 335

Shades and tints

Shades of #E0DADD

#E0DADD
(224,218,221)
#CCC7C9
(204,199,201)
#B8B4B5
(184,180,181)
#A4A1A1
(164,161,161)
#908E8D
(144,142,141)
#7C7B79
(124,123,121)
#686865
(104,104,101)
#545551
(84,85,81)
#40423D
(64,66,61)
#2C2F29
(44,47,41)
#181C15
(24,28,21)
#000000
(0,0,0)

Tints of #E0DADD

#E0DADD
(224,218,221)
#E2DDE0
(226,221,224)
#E4E0E3
(228,224,227)
#E6E3E6
(230,227,230)
#E8E6E9
(232,230,233)
#EAE9EC
(234,233,236)
#ECECEF
(236,236,239)
#EEEFF2
(238,239,242)
#F0F2F5
(240,242,245)
#F2F5F8
(242,245,248)
#F4F8FB
(244,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DADD; }

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

This text font color is #E0DADD.

Background Color

.myBgColor { background-color: #E0DADD; }

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

This div background color is #E0DADD.

Border color

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

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

This div border color is #E0DADD.

Opacity

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

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

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

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

This text has shadow with #E0DADD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0DADD.

Preview

Color preview on black background

This text has color #E0DADD on black background.


Color preview on white background

This text has color #E0DADD on white background.


Black color preview on #E0DADD background

This text has black color on #E0DADD background.


White color preview on #E0DADD background

This text has white color on #E0DADD background.


Related colors

Complementary color

Complementary color for #hex is #1F2522.


I love getcolorcode.com

Triadic colors

1 #DDE0DA and #DADDE0 with #E0DADD are triadic colors.

2 #DDDAE0 and #DAE0DD with #E0DADD are triadic colors.