COLOR #E0DEEE

HEX: #E0DEEE RGB: (224,222,238)

Color info

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

RGB color model

#E0DEEE color RGB value is (224,222,238).

RGB: (224,222,238) (88%, 87%, 93%)

RGB channels and saturation

R 224 of 255 = 88%
G 222 of 255 = 87%
B 238 of 255 = 93%

224
222
238

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

Portions of RGB colors in percentages

R + G + B = 224 + 222 + 238 = 684 (100%)
R 224 of 684 ~ 32.75%
G 222 of 684 ~ 32.46%
B 238 of 684 ~ 34.8'%

%32.75
%32.46
%34.8

CMYK color model

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

  • cyan value is 5.88%
  • magenta value is 6.72%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (6,7,0,7)
C6M7Y0K7 (6%, 7%, 0%, 7%)
(0.06 / 0.07 / 0.00 / 0.07)

CMYK percentages

%5.88
%6.72
%0
%6.67

Codes

Color #E0DEEE in popluar color models

E0 DE EE
RGB 224 222 238
HSL 248° 32.00% 90.20%
HSB/HSV 248° 6.72% 93.33%
CMYK 5.88% 6.72% 0.00%
6.67%

Color #E0DEEE in popluar number systems.

HEX E0 DE EE
Decimal 224 222 238
Binary 11100000 11011110 11101110
Octal 340 336 356

Shades and tints

Shades of #E0DEEE

#E0DEEE
(224,222,238)
#CCCAD9
(204,202,217)
#B8B6C4
(184,182,196)
#A4A2AF
(164,162,175)
#908E9A
(144,142,154)
#7C7A85
(124,122,133)
#686670
(104,102,112)
#54525B
(84,82,91)
#403E46
(64,62,70)
#2C2A31
(44,42,49)
#18161C
(24,22,28)
#000000
(0,0,0)

Tints of #E0DEEE

#E0DEEE
(224,222,238)
#E2E1EF
(226,225,239)
#E4E4F0
(228,228,240)
#E6E7F1
(230,231,241)
#E8EAF2
(232,234,242)
#EAEDF3
(234,237,243)
#ECF0F4
(236,240,244)
#EEF3F5
(238,243,245)
#F0F6F6
(240,246,246)
#F2F9F7
(242,249,247)
#F4FCF8
(244,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DEEE; }

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

This text font color is #E0DEEE.

Background Color

.myBgColor { background-color: #E0DEEE; }

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

This div background color is #E0DEEE.

Border color

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

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

This div border color is #E0DEEE.

Opacity

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

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

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

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

This text has shadow with #E0DEEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0DEEE.

Preview

Color preview on black background

This text has color #E0DEEE on black background.


Color preview on white background

This text has color #E0DEEE on white background.


Black color preview on #E0DEEE background

This text has black color on #E0DEEE background.


White color preview on #E0DEEE background

This text has white color on #E0DEEE background.


Related colors

Complementary color

Complementary color for #hex is #1F2111.


I love getcolorcode.com

Triadic colors

1 #EEE0DE and #DEEEE0 with #E0DEEE are triadic colors.

2 #EEDEE0 and #DEE0EE with #E0DEEE are triadic colors.