COLOR #E0DDE9

HEX: #E0DDE9 RGB: (224,221,233)

Color info

#E0DDE9 contains red, green and blue colors in about the same proportion. Web safe color of #E0DDE9 is #CCCCFF (or #CCF).

RGB color model

#E0DDE9 color RGB value is (224,221,233).

RGB: (224,221,233) (88%, 87%, 91%)

RGB channels and saturation

R 224 of 255 = 88%
G 221 of 255 = 87%
B 233 of 255 = 91%

224
221
233

R + G + B ~ 89%. #E0DDE9 is light color.

Portions of RGB colors in percentages

R + G + B = 224 + 221 + 233 = 678 (100%)
R 224 of 678 ~ 33.04%
G 221 of 678 ~ 32.6%
B 233 of 678 ~ 34.37'%

%33.04
%32.6
%34.37

CMYK color model

#E0DDE9 color CMYK value is (4,5,0,9).

  • cyan value is 3.86%
  • magenta value is 5.15%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK: (4,5,0,9) C4M5Y0K9 (4%,5%,0%,9%) (0.04/0.05/0.00/0.09) 

CMYK percentages

%3.86
%5.15
%0
%8.63

Codes

Color #E0DDE9 in popluar color models

E0 DD E9
RGB 224 221 233
HSL 255° 21.43% 89.02%
HSB/HSV 255° 5.15% 91.37%
CMYK 3.86% 5.15% 0.00%
8.63%

Color #E0DDE9 in popluar number systems.

HEX E0 DD E9
Decimal 224 221 233
Binary 11100000 11011101 11101001
Octal 340 335 351

Shades and tints

Shades of #E0DDE9

#E0DDE9
(224,221,233)
#CCC9D4
(204,201,212)
#B8B5BF
(184,181,191)
#A4A1AA
(164,161,170)
#908D95
(144,141,149)
#7C7980
(124,121,128)
#68656B
(104,101,107)
#545156
(84,81,86)
#403D41
(64,61,65)
#2C292C
(44,41,44)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #E0DDE9

#E0DDE9
(224,221,233)
#E2E0EB
(226,224,235)
#E4E3ED
(228,227,237)
#E6E6EF
(230,230,239)
#E8E9F1
(232,233,241)
#EAECF3
(234,236,243)
#ECEFF5
(236,239,245)
#EEF2F7
(238,242,247)
#F0F5F9
(240,245,249)
#F2F8FB
(242,248,251)
#F4FBFD
(244,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DDE9; }

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

This text font color is #E0DDE9.

Background Color

.myBgColor { background-color: #E0DDE9; }

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

This div background color is #E0DDE9.

Border color

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

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

This div border color is #E0DDE9.

Opacity

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

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

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

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

This text has shadow with #E0DDE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0DDE9.

Preview

Color preview on black background

This text has color #E0DDE9 on black background.


Color preview on white background

This text has color #E0DDE9 on white background.


Black color preview on #E0DDE9 background

This text has black color on #E0DDE9 background.


White color preview on #E0DDE9 background

This text has white color on #E0DDE9 background.


Related colors

Complementary color

Complementary color for #hex is #1F2216.


I love getcolorcode.com

Triadic colors

1 #E9E0DD and #DDE9E0 with #E0DDE9 are triadic colors.

2 #E9DDE0 and #DDE0E9 with #E0DDE9 are triadic colors.