COLOR #E0DEDD

HEX: #E0DEDD RGB: (224,222,221)

Color info

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

RGB color model

#E0DEDD color RGB value is (224,222,221).

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

RGB channels and saturation

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

224
222
221

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

Portions of RGB colors in percentages

R + G + B = 224 + 222 + 221 = 667 (100%)
R 224 of 667 ~ 33.58%
G 222 of 667 ~ 33.28%
B 221 of 667 ~ 33.13'%

%33.58
%33.28
%33.13

CMYK color model

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

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

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

CMYK percentages

%0
%0.89
%1.34
%12.16

Codes

Color #E0DEDD in popluar color models

E0 DE DD
RGB 224 222 221
HSL 20° 4.62% 87.25%
HSB/HSV 20° 1.34% 87.84%
CMYK 0.00% 0.89% 1.34%
12.16%

Color #E0DEDD in popluar number systems.

HEX E0 DE DD
Decimal 224 222 221
Binary 11100000 11011110 11011101
Octal 340 336 335

Shades and tints

Shades of #E0DEDD

#E0DEDD
(224,222,221)
#CCCAC9
(204,202,201)
#B8B6B5
(184,182,181)
#A4A2A1
(164,162,161)
#908E8D
(144,142,141)
#7C7A79
(124,122,121)
#686665
(104,102,101)
#545251
(84,82,81)
#403E3D
(64,62,61)
#2C2A29
(44,42,41)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #E0DEDD

#E0DEDD
(224,222,221)
#E2E1E0
(226,225,224)
#E4E4E3
(228,228,227)
#E6E7E6
(230,231,230)
#E8EAE9
(232,234,233)
#EAEDEC
(234,237,236)
#ECF0EF
(236,240,239)
#EEF3F2
(238,243,242)
#F0F6F5
(240,246,245)
#F2F9F8
(242,249,248)
#F4FCFB
(244,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DEDD; }

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

This text font color is #E0DEDD.

Background Color

.myBgColor { background-color: #E0DEDD; }

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

This div background color is #E0DEDD.

Border color

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

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

This div border color is #E0DEDD.

Opacity

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

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

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

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

This text has shadow with #E0DEDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0DEDD.

Preview

Color preview on black background

This text has color #E0DEDD on black background.


Color preview on white background

This text has color #E0DEDD on white background.


Black color preview on #E0DEDD background

This text has black color on #E0DEDD background.


White color preview on #E0DEDD background

This text has white color on #E0DEDD background.


Related colors

Complementary color

Complementary color for #hex is #1F2122.


I love getcolorcode.com

Triadic colors

1 #DDE0DE and #DEDDE0 with #E0DEDD are triadic colors.

2 #DDDEE0 and #DEE0DD with #E0DEDD are triadic colors.