COLOR #E0DDEF

HEX: #E0DDEF
RGB: (224,221,239)

Color info

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

RGB color model

#E0DDEF color RGB value is (224,221,239).

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

RGB channels and saturation

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

224
221
239

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

Portions of RGB colors in percentages

R + G + B =
224 + 221 + 239 = 684 (100%)
R 224 of 684 ~ 32.75%
G 221 of 684 ~ 32.31%
B 239 of 684 ~ 34.94%

%32.75
%32.31
%34.94

CMYK color model

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

  • cyan value is 6.28%
  • magenta value is 7.53%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(6,8,0,6)
C6M8Y0K6 
(6%,8%,0%,6%)
(0.06/0.08/0.00/0.06)	

CMYK percentages

%6.28
%7.53
%0
%6.27

Codes

Color #E0DDEF in popluar color models

E0DDEF
RGB224221239
HSL250°36.00%90.20%
HSB/HSV250°7.53%93.73%
CMYK6.28%7.53%0.00%
6.27%

Color #E0DDEF in popluar number systems.

HEXE0DDEF
Decimal224221239
Binary111000001101110111101111
Octal340335357

Shades and tints

Shades of #E0DDEF

#E0DDEF
(224,221,239)
#CCC9DA
(204,201,218)
#B8B5C5
(184,181,197)
#A4A1B0
(164,161,176)
#908D9B
(144,141,155)
#7C7986
(124,121,134)
#686571
(104,101,113)
#54515C
(84,81,92)
#403D47
(64,61,71)
#2C2932
(44,41,50)
#18151D
(24,21,29)
#000000
(0,0,0)

Tints of #E0DDEF

#E0DDEF
(224,221,239)
#E2E0F0
(226,224,240)
#E4E3F1
(228,227,241)
#E6E6F2
(230,230,242)
#E8E9F3
(232,233,243)
#EAECF4
(234,236,244)
#ECEFF5
(236,239,245)
#EEF2F6
(238,242,246)
#F0F5F7
(240,245,247)
#F2F8F8
(242,248,248)
#F4FBF9
(244,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DDEF; }

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

This text font color is #E0DDEF.


Background Color

.myBgColor { background-color: #E0DDEF; }

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

This div background color is #E0DDEF.


Border color

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

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

This div border color is #E0DDEF.


Opacity

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

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

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

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

This text has shadow with #E0DDEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DDEF on black background.


Color preview on white background

This text has color #E0DDEF on white background.



Black color preview on #E0DDEF background

This text has black color on #E0DDEF background.


White color preview on #E0DDEF background

This text has white color on #E0DDEF background.