COLOR #E0DEDE

HEX: #E0DEDE RGB: (224,222,222)

Color info

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

RGB color model

#E0DEDE color RGB value is (224,222,222).

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

RGB channels and saturation

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

224
222
222

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

Portions of RGB colors in percentages

R + G + B = 224 + 222 + 222 = 668 (100%)
R 224 of 668 ~ 33.53%
G 222 of 668 ~ 33.23%
B 222 of 668 ~ 33.23'%

%33.53
%33.23
%33.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.89%
  • yellow value is 0.89%
  • 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
%0.89
%12.16

Codes

Color #E0DEDE in popluar color models

E0 DE DE
RGB 224 222 222
HSL 3.12% 87.45%
HSB/HSV 0.89% 87.84%
CMYK 0.00% 0.89% 0.89%
12.16%

Color #E0DEDE in popluar number systems.

HEX E0 DE DE
Decimal 224 222 222
Binary 11100000 11011110 11011110
Octal 340 336 336

Shades and tints

Shades of #E0DEDE

#E0DEDE
(224,222,222)
#CCCACA
(204,202,202)
#B8B6B6
(184,182,182)
#A4A2A2
(164,162,162)
#908E8E
(144,142,142)
#7C7A7A
(124,122,122)
#686666
(104,102,102)
#545252
(84,82,82)
#403E3E
(64,62,62)
#2C2A2A
(44,42,42)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #E0DEDE

#E0DEDE
(224,222,222)
#E2E1E1
(226,225,225)
#E4E4E4
(228,228,228)
#E6E7E7
(230,231,231)
#E8EAEA
(232,234,234)
#EAEDED
(234,237,237)
#ECF0F0
(236,240,240)
#EEF3F3
(238,243,243)
#F0F6F6
(240,246,246)
#F2F9F9
(242,249,249)
#F4FCFC
(244,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DEDE; }

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

This text font color is #E0DEDE.

Background Color

.myBgColor { background-color: #E0DEDE; }

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

This div background color is #E0DEDE.

Border color

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

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

This div border color is #E0DEDE.

Opacity

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

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

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

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

This text has shadow with #E0DEDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0DEDE.

Preview

Color preview on black background

This text has color #E0DEDE on black background.


Color preview on white background

This text has color #E0DEDE on white background.


Black color preview on #E0DEDE background

This text has black color on #E0DEDE background.


White color preview on #E0DEDE background

This text has white color on #E0DEDE background.


Related colors

Complementary color

Complementary color for #hex is #1F2121.


I love getcolorcode.com