COLOR #E0DDE4

HEX: #E0DDE4 RGB: (224,221,228)

Color info

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

RGB color model

#E0DDE4 color RGB value is (224,221,228).

RGB: (224,221,228) (88%, 87%, 89%)

RGB channels and saturation

R 224 of 255 = 88%
G 221 of 255 = 87%
B 228 of 255 = 89%

224
221
228

R + G + B ~ 88%. #E0DDE4 is light color.

Portions of RGB colors in percentages

R + G + B = 224 + 221 + 228 = 673 (100%)
R 224 of 673 ~ 33.28%
G 221 of 673 ~ 32.84%
B 228 of 673 ~ 33.88'%

%33.28
%32.84
%33.88

CMYK color model

#E0DDE4 color CMYK value is (2,3,0,11).

  • cyan value is 1.75%
  • magenta value is 3.07%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (2,3,0,11)
C2M3Y0K11 (2%, 3%, 0%, 11%)
(0.02 / 0.03 / 0.00 / 0.11)

CMYK percentages

%1.75
%3.07
%0
%10.59

Codes

Color #E0DDE4 in popluar color models

E0 DD E4
RGB 224 221 228
HSL 266° 11.48% 88.04%
HSB/HSV 266° 3.07% 89.41%
CMYK 1.75% 3.07% 0.00%
10.59%

Color #E0DDE4 in popluar number systems.

HEX E0 DD E4
Decimal 224 221 228
Binary 11100000 11011101 11100100
Octal 340 335 344

Shades and tints

Shades of #E0DDE4

#E0DDE4
(224,221,228)
#CCC9D0
(204,201,208)
#B8B5BC
(184,181,188)
#A4A1A8
(164,161,168)
#908D94
(144,141,148)
#7C7980
(124,121,128)
#68656C
(104,101,108)
#545158
(84,81,88)
#403D44
(64,61,68)
#2C2930
(44,41,48)
#18151C
(24,21,28)
#000000
(0,0,0)

Tints of #E0DDE4

#E0DDE4
(224,221,228)
#E2E0E6
(226,224,230)
#E4E3E8
(228,227,232)
#E6E6EA
(230,230,234)
#E8E9EC
(232,233,236)
#EAECEE
(234,236,238)
#ECEFF0
(236,239,240)
#EEF2F2
(238,242,242)
#F0F5F4
(240,245,244)
#F2F8F6
(242,248,246)
#F4FBF8
(244,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DDE4; }

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

This text font color is #E0DDE4.

Background Color

.myBgColor { background-color: #E0DDE4; }

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

This div background color is #E0DDE4.

Border color

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

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

This div border color is #E0DDE4.

Opacity

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

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

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

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

This text has shadow with #E0DDE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0DDE4.

Preview

Color preview on black background

This text has color #E0DDE4 on black background.


Color preview on white background

This text has color #E0DDE4 on white background.


Black color preview on #E0DDE4 background

This text has black color on #E0DDE4 background.


White color preview on #E0DDE4 background

This text has white color on #E0DDE4 background.


Related colors

Complementary color

Complementary color for #hex is #1F221B.


I love getcolorcode.com

Triadic colors

1 #E4E0DD and #DDE4E0 with #E0DDE4 are triadic colors.

2 #E4DDE0 and #DDE0E4 with #E0DDE4 are triadic colors.