COLOR #E0DDEA

HEX: #E0DDEA
RGB: (224,221,234)

Color info

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

RGB color model

#E0DDEA color RGB value is (224,221,234).

  • red value is 224;
  • green value is 221;
  • blue value is 234.
RGB:
(224,221,234)
(88%,87%,92%)

RGB channels and saturation

R 224 of 255 = 88%
G 221 of 255 = 87%
B 234 of 255 = 92%

224
221
234

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

Portions of RGB colors in percentages

R + G + B =
224 + 221 + 234 = 679 (100%)
R 224 of 679 ~ 32.99%
G 221 of 679 ~ 32.55%
B 234 of 679 ~ 34.46%

%32.99
%32.55
%34.46

CMYK color model

#E0DDEA color CMYK value is (4,6,0,8).

  • cyan value is 4.27%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(4,6,0,8)
C4M6Y0K8 
(4%,6%,0%,8%)
(0.04/0.06/0.00/0.08)	

CMYK percentages

%4.27
%5.56
%0
%8.24

Codes

Color #E0DDEA in popluar color models

E0DDEA
RGB224221234
HSL254°23.64%89.22%
HSB/HSV254°5.56%91.76%
CMYK4.27%5.56%0.00%
8.24%

Color #E0DDEA in popluar number systems.

HEXE0DDEA
Decimal224221234
Binary111000001101110111101010
Octal340335352

Shades and tints

Shades of #E0DDEA

#E0DDEA
(224,221,234)
#CCC9D5
(204,201,213)
#B8B5C0
(184,181,192)
#A4A1AB
(164,161,171)
#908D96
(144,141,150)
#7C7981
(124,121,129)
#68656C
(104,101,108)
#545157
(84,81,87)
#403D42
(64,61,66)
#2C292D
(44,41,45)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #E0DDEA

#E0DDEA
(224,221,234)
#E2E0EB
(226,224,235)
#E4E3EC
(228,227,236)
#E6E6ED
(230,230,237)
#E8E9EE
(232,233,238)
#EAECEF
(234,236,239)
#ECEFF0
(236,239,240)
#EEF2F1
(238,242,241)
#F0F5F2
(240,245,242)
#F2F8F3
(242,248,243)
#F4FBF4
(244,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DDEA; }

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

This text font color is #E0DDEA.


Background Color

.myBgColor { background-color: #E0DDEA; }

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

This div background color is #E0DDEA.


Border color

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

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

This div border color is #E0DDEA.


Opacity

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

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

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

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

This text has shadow with #E0DDEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DDEA on black background.


Color preview on white background

This text has color #E0DDEA on white background.



Black color preview on #E0DDEA background

This text has black color on #E0DDEA background.


White color preview on #E0DDEA background

This text has white color on #E0DDEA background.