COLOR #E0DEEA

HEX: #E0DEEA
RGB: (224,222,234)

Color info

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

RGB color model

#E0DEEA color RGB value is (224,222,234).

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

RGB channels and saturation

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

224
222
234

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

Portions of RGB colors in percentages

R + G + B =
224 + 222 + 234 = 680 (100%)
R 224 of 680 ~ 32.94%
G 222 of 680 ~ 32.65%
B 234 of 680 ~ 34.41%

%32.94
%32.65
%34.41

CMYK color model

#E0DEEA color CMYK value is (4,5,0,8).

  • cyan value is 4.27%
  • magenta value is 5.13%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(4,5,0,8)
C4M5Y0K8 
(4%,5%,0%,8%)
(0.04/0.05/0.00/0.08)	

CMYK percentages

%4.27
%5.13
%0
%8.24

Codes

Color #E0DEEA in popluar color models

E0DEEA
RGB224222234
HSL250°22.22%89.41%
HSB/HSV250°5.13%91.76%
CMYK4.27%5.13%0.00%
8.24%

Color #E0DEEA in popluar number systems.

HEXE0DEEA
Decimal224222234
Binary111000001101111011101010
Octal340336352

Shades and tints

Shades of #E0DEEA

#E0DEEA
(224,222,234)
#CCCAD5
(204,202,213)
#B8B6C0
(184,182,192)
#A4A2AB
(164,162,171)
#908E96
(144,142,150)
#7C7A81
(124,122,129)
#68666C
(104,102,108)
#545257
(84,82,87)
#403E42
(64,62,66)
#2C2A2D
(44,42,45)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #E0DEEA

#E0DEEA
(224,222,234)
#E2E1EB
(226,225,235)
#E4E4EC
(228,228,236)
#E6E7ED
(230,231,237)
#E8EAEE
(232,234,238)
#EAEDEF
(234,237,239)
#ECF0F0
(236,240,240)
#EEF3F1
(238,243,241)
#F0F6F2
(240,246,242)
#F2F9F3
(242,249,243)
#F4FCF4
(244,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DEEA; }

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

This text font color is #E0DEEA.


Background Color

.myBgColor { background-color: #E0DEEA; }

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

This div background color is #E0DEEA.


Border color

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

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

This div border color is #E0DEEA.


Opacity

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

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

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

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

This text has shadow with #E0DEEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DEEA on black background.


Color preview on white background

This text has color #E0DEEA on white background.



Black color preview on #E0DEEA background

This text has black color on #E0DEEA background.


White color preview on #E0DEEA background

This text has white color on #E0DEEA background.