COLOR #E0DFE9

HEX: #E0DFE9 RGB: (224,223,233)

Color info

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

RGB color model

#E0DFE9 color RGB value is (224,223,233).

RGB: (224,223,233) (88%, 87%, 91%)

RGB channels and saturation

R 224 of 255 = 88%
G 223 of 255 = 87%
B 233 of 255 = 91%

224
223
233

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

Portions of RGB colors in percentages

R + G + B = 224 + 223 + 233 = 680 (100%)
R 224 of 680 ~ 32.94%
G 223 of 680 ~ 32.79%
B 233 of 680 ~ 34.26'%

%32.94
%32.79
%34.26

CMYK color model

#E0DFE9 color CMYK value is (4,4,0,9).

  • cyan value is 3.86%
  • magenta value is 4.29%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK: (4,4,0,9) C4M4Y0K9 (4%,4%,0%,9%) (0.04/0.04/0.00/0.09) 

CMYK percentages

%3.86
%4.29
%0
%8.63

Codes

Color #E0DFE9 in popluar color models

E0 DF E9
RGB 224 223 233
HSL 246° 18.52% 89.41%
HSB/HSV 246° 4.29% 91.37%
CMYK 3.86% 4.29% 0.00%
8.63%

Color #E0DFE9 in popluar number systems.

HEX E0 DF E9
Decimal 224 223 233
Binary 11100000 11011111 11101001
Octal 340 337 351

Shades and tints

Shades of #E0DFE9

#E0DFE9
(224,223,233)
#CCCBD4
(204,203,212)
#B8B7BF
(184,183,191)
#A4A3AA
(164,163,170)
#908F95
(144,143,149)
#7C7B80
(124,123,128)
#68676B
(104,103,107)
#545356
(84,83,86)
#403F41
(64,63,65)
#2C2B2C
(44,43,44)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #E0DFE9

#E0DFE9
(224,223,233)
#E2E1EB
(226,225,235)
#E4E3ED
(228,227,237)
#E6E5EF
(230,229,239)
#E8E7F1
(232,231,241)
#EAE9F3
(234,233,243)
#ECEBF5
(236,235,245)
#EEEDF7
(238,237,247)
#F0EFF9
(240,239,249)
#F2F1FB
(242,241,251)
#F4F3FD
(244,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DFE9; }

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

This text font color is #E0DFE9.

Background Color

.myBgColor { background-color: #E0DFE9; }

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

This div background color is #E0DFE9.

Border color

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

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

This div border color is #E0DFE9.

Opacity

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

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

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

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

This text has shadow with #E0DFE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0DFE9.

Preview

Color preview on black background

This text has color #E0DFE9 on black background.


Color preview on white background

This text has color #E0DFE9 on white background.


Black color preview on #E0DFE9 background

This text has black color on #E0DFE9 background.


White color preview on #E0DFE9 background

This text has white color on #E0DFE9 background.


Related colors

Complementary color

Complementary color for #hex is #1F2016.


I love getcolorcode.com

Triadic colors

1 #E9E0DF and #DFE9E0 with #E0DFE9 are triadic colors.

2 #E9DFE0 and #DFE0E9 with #E0DFE9 are triadic colors.