COLOR #E0DFDD

HEX: #E0DFDD RGB: (224,223,221)

Color info

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

RGB color model

#E0DFDD color RGB value is (224,223,221).

RGB: (224,223,221) (88%, 87%, 87%)

RGB channels and saturation

R 224 of 255 = 88%
G 223 of 255 = 87%
B 221 of 255 = 87%

224
223
221

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

Portions of RGB colors in percentages

R + G + B = 224 + 223 + 221 = 668 (100%)
R 224 of 668 ~ 33.53%
G 223 of 668 ~ 33.38%
B 221 of 668 ~ 33.08'%

%33.53
%33.38
%33.08

CMYK color model

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

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

CMYK: (0,0,1,12)
C0M0Y1K12 (0%, 0%, 1%, 12%)
(0.00 / 0.00 / 0.01 / 0.12)

CMYK percentages

%0
%0.45
%1.34
%12.16

Codes

Color #E0DFDD in popluar color models

E0 DF DD
RGB 224 223 221
HSL 40° 4.62% 87.25%
HSB/HSV 40° 1.34% 87.84%
CMYK 0.00% 0.45% 1.34%
12.16%

Color #E0DFDD in popluar number systems.

HEX E0 DF DD
Decimal 224 223 221
Binary 11100000 11011111 11011101
Octal 340 337 335

Shades and tints

Shades of #E0DFDD

#E0DFDD
(224,223,221)
#CCCBC9
(204,203,201)
#B8B7B5
(184,183,181)
#A4A3A1
(164,163,161)
#908F8D
(144,143,141)
#7C7B79
(124,123,121)
#686765
(104,103,101)
#545351
(84,83,81)
#403F3D
(64,63,61)
#2C2B29
(44,43,41)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #E0DFDD

#E0DFDD
(224,223,221)
#E2E1E0
(226,225,224)
#E4E3E3
(228,227,227)
#E6E5E6
(230,229,230)
#E8E7E9
(232,231,233)
#EAE9EC
(234,233,236)
#ECEBEF
(236,235,239)
#EEEDF2
(238,237,242)
#F0EFF5
(240,239,245)
#F2F1F8
(242,241,248)
#F4F3FB
(244,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DFDD; }

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

This text font color is #E0DFDD.

Background Color

.myBgColor { background-color: #E0DFDD; }

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

This div background color is #E0DFDD.

Border color

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

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

This div border color is #E0DFDD.

Opacity

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

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

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

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

This text has shadow with #E0DFDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0DFDD.

Preview

Color preview on black background

This text has color #E0DFDD on black background.


Color preview on white background

This text has color #E0DFDD on white background.


Black color preview on #E0DFDD background

This text has black color on #E0DFDD background.


White color preview on #E0DFDD background

This text has white color on #E0DFDD background.


Related colors

Complementary color

Complementary color for #hex is #1F2022.


I love getcolorcode.com

Triadic colors

1 #DDE0DF and #DFDDE0 with #E0DFDD are triadic colors.

2 #DDDFE0 and #DFE0DD with #E0DFDD are triadic colors.