COLOR #E0DFEE

HEX: #E0DFEE RGB: (224,223,238)

Color info

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

RGB color model

#E0DFEE color RGB value is (224,223,238).

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

RGB channels and saturation

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

224
223
238

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

Portions of RGB colors in percentages

R + G + B = 224 + 223 + 238 = 685 (100%)
R 224 of 685 ~ 32.7%
G 223 of 685 ~ 32.55%
B 238 of 685 ~ 34.74'%

%32.7
%32.55
%34.74

CMYK color model

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

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

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

CMYK percentages

%5.88
%6.3
%0
%6.67

Codes

Color #E0DFEE in popluar color models

E0 DF EE
RGB 224 223 238
HSL 244° 30.61% 90.39%
HSB/HSV 244° 6.30% 93.33%
CMYK 5.88% 6.30% 0.00%
6.67%

Color #E0DFEE in popluar number systems.

HEX E0 DF EE
Decimal 224 223 238
Binary 11100000 11011111 11101110
Octal 340 337 356

Shades and tints

Shades of #E0DFEE

#E0DFEE
(224,223,238)
#CCCBD9
(204,203,217)
#B8B7C4
(184,183,196)
#A4A3AF
(164,163,175)
#908F9A
(144,143,154)
#7C7B85
(124,123,133)
#686770
(104,103,112)
#54535B
(84,83,91)
#403F46
(64,63,70)
#2C2B31
(44,43,49)
#18171C
(24,23,28)
#000000
(0,0,0)

Tints of #E0DFEE

#E0DFEE
(224,223,238)
#E2E1EF
(226,225,239)
#E4E3F0
(228,227,240)
#E6E5F1
(230,229,241)
#E8E7F2
(232,231,242)
#EAE9F3
(234,233,243)
#ECEBF4
(236,235,244)
#EEEDF5
(238,237,245)
#F0EFF6
(240,239,246)
#F2F1F7
(242,241,247)
#F4F3F8
(244,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DFEE; }

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

This text font color is #E0DFEE.

Background Color

.myBgColor { background-color: #E0DFEE; }

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

This div background color is #E0DFEE.

Border color

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

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

This div border color is #E0DFEE.

Opacity

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

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

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

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

This text has shadow with #E0DFEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0DFEE.

Preview

Color preview on black background

This text has color #E0DFEE on black background.


Color preview on white background

This text has color #E0DFEE on white background.


Black color preview on #E0DFEE background

This text has black color on #E0DFEE background.


White color preview on #E0DFEE background

This text has white color on #E0DFEE background.


Related colors

Complementary color

Complementary color for #hex is #1F2011.


I love getcolorcode.com

Triadic colors

1 #EEE0DF and #DFEEE0 with #E0DFEE are triadic colors.

2 #EEDFE0 and #DFE0EE with #E0DFEE are triadic colors.