COLOR #E0DEF0

HEX: #E0DEF0
RGB: (224,222,240)

Color info

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

RGB color model

#E0DEF0 color RGB value is (224,222,240).

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

RGB channels and saturation

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

224
222
240

R + G + B ~ 90%. #E0DEF0 is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 222 + 240 = 686 (100%)
R 224 of 686 ~ 32.65%
G 222 of 686 ~ 32.36%
B 240 of 686 ~ 34.99%

%32.65
%32.36
%34.99

CMYK color model

#E0DEF0 color CMYK value is (7,8,0,6).

  • cyan value is 6.67%
  • magenta value is 7.50%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(7,8,0,6)
C7M8Y0K6 
(7%,8%,0%,6%)
(0.07/0.08/0.00/0.06)	

CMYK percentages

%6.67
%7.5
%0
%5.88

Codes

Color #E0DEF0 in popluar color models

E0DEF0
RGB224222240
HSL247°37.50%90.59%
HSB/HSV247°7.50%94.12%
CMYK6.67%7.50%0.00%
5.88%

Color #E0DEF0 in popluar number systems.

HEXE0DEF0
Decimal224222240
Binary111000001101111011110000
Octal340336360

Shades and tints

Shades of #E0DEF0

#E0DEF0
(224,222,240)
#CCCADB
(204,202,219)
#B8B6C6
(184,182,198)
#A4A2B1
(164,162,177)
#908E9C
(144,142,156)
#7C7A87
(124,122,135)
#686672
(104,102,114)
#54525D
(84,82,93)
#403E48
(64,62,72)
#2C2A33
(44,42,51)
#18161E
(24,22,30)
#000000
(0,0,0)

Tints of #E0DEF0

#E0DEF0
(224,222,240)
#E2E1F1
(226,225,241)
#E4E4F2
(228,228,242)
#E6E7F3
(230,231,243)
#E8EAF4
(232,234,244)
#EAEDF5
(234,237,245)
#ECF0F6
(236,240,246)
#EEF3F7
(238,243,247)
#F0F6F8
(240,246,248)
#F2F9F9
(242,249,249)
#F4FCFA
(244,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DEF0; }

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

This text font color is #E0DEF0.


Background Color

.myBgColor { background-color: #E0DEF0; }

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

This div background color is #E0DEF0.


Border color

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

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

This div border color is #E0DEF0.


Opacity

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

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

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

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

This text has shadow with #E0DEF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DEF0 on black background.


Color preview on white background

This text has color #E0DEF0 on white background.



Black color preview on #E0DEF0 background

This text has black color on #E0DEF0 background.


White color preview on #E0DEF0 background

This text has white color on #E0DEF0 background.