COLOR #E0D9FD

HEX: #E0D9FD
RGB: (224,217,253)

Color info

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

RGB color model

#E0D9FD color RGB value is (224,217,253).

  • red value is 224;
  • green value is 217;
  • blue value is 253.
RGB:
(224,217,253)
(88%,85%,99%)

RGB channels and saturation

R 224 of 255 = 88%
G 217 of 255 = 85%
B 253 of 255 = 99%

224
217
253

R + G + B ~ 91%. #E0D9FD is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 217 + 253 = 694 (100%)
R 224 of 694 ~ 32.28%
G 217 of 694 ~ 31.27%
B 253 of 694 ~ 36.46%

%32.28
%31.27
%36.46

CMYK color model

#E0D9FD color CMYK value is (11,14,0,1).

  • cyan value is 11.46%
  • magenta value is 14.23%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(11,14,0,1)
C11M14Y0K1 
(11%,14%,0%,1%)
(0.11/0.14/0.00/0.01)	

CMYK percentages

%11.46
%14.23
%0
%0.78

Codes

Color #E0D9FD in popluar color models

E0D9FD
RGB224217253
HSL252°90.00%92.16%
HSB/HSV252°14.23%99.22%
CMYK11.46%14.23%0.00%
0.78%

Color #E0D9FD in popluar number systems.

HEXE0D9FD
Decimal224217253
Binary111000001101100111111101
Octal340331375

Shades and tints

Shades of #E0D9FD

#E0D9FD
(224,217,253)
#CCC6E6
(204,198,230)
#B8B3CF
(184,179,207)
#A4A0B8
(164,160,184)
#908DA1
(144,141,161)
#7C7A8A
(124,122,138)
#686773
(104,103,115)
#54545C
(84,84,92)
#404145
(64,65,69)
#2C2E2E
(44,46,46)
#181B17
(24,27,23)
#000000
(0,0,0)

Tints of #E0D9FD

#E0D9FD
(224,217,253)
#E2DCFD
(226,220,253)
#E4DFFD
(228,223,253)
#E6E2FD
(230,226,253)
#E8E5FD
(232,229,253)
#EAE8FD
(234,232,253)
#ECEBFD
(236,235,253)
#EEEEFD
(238,238,253)
#F0F1FD
(240,241,253)
#F2F4FD
(242,244,253)
#F4F7FD
(244,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0D9FD color. Also use rgb(224,217,253) instead hex code.

Text Font Color

.myTextColor { color: #E0D9FD; }

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

This text font color is #E0D9FD.


Background Color

.myBgColor { background-color: #E0D9FD; }

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

This div background color is #E0D9FD.


Border color

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

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

This div border color is #E0D9FD.


Opacity

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

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

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

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

This text has shadow with #E0D9FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0D9FD on black background.


Color preview on white background

This text has color #E0D9FD on white background.



Black color preview on #E0D9FD background

This text has black color on #E0D9FD background.


White color preview on #E0D9FD background

This text has white color on #E0D9FD background.