COLOR #E0DEDA

HEX: #E0DEDA RGB: (224,222,218)

Color info

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

RGB color model

#E0DEDA color RGB value is (224,222,218).

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

RGB channels and saturation

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

224
222
218

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

Portions of RGB colors in percentages

R + G + B = 224 + 222 + 218 = 664 (100%)
R 224 of 664 ~ 33.73%
G 222 of 664 ~ 33.43%
B 218 of 664 ~ 32.83'%

%33.73
%33.43
%32.83

CMYK color model

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

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

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

CMYK percentages

%0
%0.89
%2.68
%12.16

Codes

Color #E0DEDA in popluar color models

E0 DE DA
RGB 224 222 218
HSL 40° 8.82% 86.67%
HSB/HSV 40° 2.68% 87.84%
CMYK 0.00% 0.89% 2.68%
12.16%

Color #E0DEDA in popluar number systems.

HEX E0 DE DA
Decimal 224 222 218
Binary 11100000 11011110 11011010
Octal 340 336 332

Shades and tints

Shades of #E0DEDA

#E0DEDA
(224,222,218)
#CCCAC7
(204,202,199)
#B8B6B4
(184,182,180)
#A4A2A1
(164,162,161)
#908E8E
(144,142,142)
#7C7A7B
(124,122,123)
#686668
(104,102,104)
#545255
(84,82,85)
#403E42
(64,62,66)
#2C2A2F
(44,42,47)
#18161C
(24,22,28)
#000000
(0,0,0)

Tints of #E0DEDA

#E0DEDA
(224,222,218)
#E2E1DD
(226,225,221)
#E4E4E0
(228,228,224)
#E6E7E3
(230,231,227)
#E8EAE6
(232,234,230)
#EAEDE9
(234,237,233)
#ECF0EC
(236,240,236)
#EEF3EF
(238,243,239)
#F0F6F2
(240,246,242)
#F2F9F5
(242,249,245)
#F4FCF8
(244,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DEDA; }

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

This text font color is #E0DEDA.

Background Color

.myBgColor { background-color: #E0DEDA; }

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

This div background color is #E0DEDA.

Border color

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

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

This div border color is #E0DEDA.

Opacity

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

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

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

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

This text has shadow with #E0DEDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0DEDA.

Preview

Color preview on black background

This text has color #E0DEDA on black background.


Color preview on white background

This text has color #E0DEDA on white background.


Black color preview on #E0DEDA background

This text has black color on #E0DEDA background.


White color preview on #E0DEDA background

This text has white color on #E0DEDA background.


Related colors

Complementary color

Complementary color for #hex is #1F2125.


I love getcolorcode.com

Triadic colors

1 #DAE0DE and #DEDAE0 with #E0DEDA are triadic colors.

2 #DADEE0 and #DEE0DA with #E0DEDA are triadic colors.