COLOR #E0DFEF

HEX: #E0DFEF RGB: (224,223,239)

Color info

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

RGB color model

#E0DFEF color RGB value is (224,223,239).

RGB: (224,223,239) (88%, 87%, 94%)

RGB channels and saturation

R 224 of 255 = 88%
G 223 of 255 = 87%
B 239 of 255 = 94%

224
223
239

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

Portions of RGB colors in percentages

R + G + B = 224 + 223 + 239 = 686 (100%)
R 224 of 686 ~ 32.65%
G 223 of 686 ~ 32.51%
B 239 of 686 ~ 34.84'%

%32.65
%32.51
%34.84

CMYK color model

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

  • cyan value is 6.28%
  • magenta value is 6.69%
  • yellow value is 0.00%
  • key color value is 6.27%

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

CMYK percentages

%6.28
%6.69
%0
%6.27

Codes

Color #E0DFEF in popluar color models

E0 DF EF
RGB 224 223 239
HSL 244° 33.33% 90.59%
HSB/HSV 244° 6.69% 93.73%
CMYK 6.28% 6.69% 0.00%
6.27%

Color #E0DFEF in popluar number systems.

HEX E0 DF EF
Decimal 224 223 239
Binary 11100000 11011111 11101111
Octal 340 337 357

Shades and tints

Shades of #E0DFEF

#E0DFEF
(224,223,239)
#CCCBDA
(204,203,218)
#B8B7C5
(184,183,197)
#A4A3B0
(164,163,176)
#908F9B
(144,143,155)
#7C7B86
(124,123,134)
#686771
(104,103,113)
#54535C
(84,83,92)
#403F47
(64,63,71)
#2C2B32
(44,43,50)
#18171D
(24,23,29)
#000000
(0,0,0)

Tints of #E0DFEF

#E0DFEF
(224,223,239)
#E2E1F0
(226,225,240)
#E4E3F1
(228,227,241)
#E6E5F2
(230,229,242)
#E8E7F3
(232,231,243)
#EAE9F4
(234,233,244)
#ECEBF5
(236,235,245)
#EEEDF6
(238,237,246)
#F0EFF7
(240,239,247)
#F2F1F8
(242,241,248)
#F4F3F9
(244,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DFEF; }

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

This text font color is #E0DFEF.

Background Color

.myBgColor { background-color: #E0DFEF; }

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

This div background color is #E0DFEF.

Border color

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

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

This div border color is #E0DFEF.

Opacity

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

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

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

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

This text has shadow with #E0DFEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0DFEF.

Preview

Color preview on black background

This text has color #E0DFEF on black background.


Color preview on white background

This text has color #E0DFEF on white background.


Black color preview on #E0DFEF background

This text has black color on #E0DFEF background.


White color preview on #E0DFEF background

This text has white color on #E0DFEF background.


Related colors

Complementary color

Complementary color for #hex is #1F2010.


I love getcolorcode.com

Triadic colors

1 #EFE0DF and #DFEFE0 with #E0DFEF are triadic colors.

2 #EFDFE0 and #DFE0EF with #E0DFEF are triadic colors.