COLOR #E0D1FA

HEX: #E0D1FA
RGB: (224,209,250)

Color info

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

RGB color model

#E0D1FA color RGB value is (224,209,250).

  • red value is 224;
  • green value is 209;
  • blue value is 250.
RGB:
(224,209,250)
(88%,82%,98%)

RGB channels and saturation

R 224 of 255 = 88%
G 209 of 255 = 82%
B 250 of 255 = 98%

224
209
250

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

Portions of RGB colors in percentages

R + G + B =
224 + 209 + 250 = 683 (100%)
R 224 of 683 ~ 32.8%
G 209 of 683 ~ 30.6%
B 250 of 683 ~ 36.6%

%32.8
%30.6
%36.6

CMYK color model

#E0D1FA color CMYK value is (10,16,0,2).

  • cyan value is 10.40%
  • magenta value is 16.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(10,16,0,2)
C10M16Y0K2 
(10%,16%,0%,2%)
(0.10/0.16/0.00/0.02)	

CMYK percentages

%10.4
%16.4
%0
%1.96

Codes

Color #E0D1FA in popluar color models

E0D1FA
RGB224209250
HSL262°80.39%90.00%
HSB/HSV262°16.40%98.04%
CMYK10.40%16.40%0.00%
1.96%

Color #E0D1FA in popluar number systems.

HEXE0D1FA
Decimal224209250
Binary111000001101000111111010
Octal340321372

Shades and tints

Shades of #E0D1FA

#E0D1FA
(224,209,250)
#CCBEE4
(204,190,228)
#B8ABCE
(184,171,206)
#A498B8
(164,152,184)
#9085A2
(144,133,162)
#7C728C
(124,114,140)
#685F76
(104,95,118)
#544C60
(84,76,96)
#40394A
(64,57,74)
#2C2634
(44,38,52)
#18131E
(24,19,30)
#000000
(0,0,0)

Tints of #E0D1FA

#E0D1FA
(224,209,250)
#E2D5FA
(226,213,250)
#E4D9FA
(228,217,250)
#E6DDFA
(230,221,250)
#E8E1FA
(232,225,250)
#EAE5FA
(234,229,250)
#ECE9FA
(236,233,250)
#EEEDFA
(238,237,250)
#F0F1FA
(240,241,250)
#F2F5FA
(242,245,250)
#F4F9FA
(244,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0D1FA color. Also use rgb(224,209,250) instead hex code.

Text Font Color

.myTextColor { color: #E0D1FA; }

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

This text font color is #E0D1FA.


Background Color

.myBgColor { background-color: #E0D1FA; }

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

This div background color is #E0D1FA.


Border color

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

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

This div border color is #E0D1FA.


Opacity

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

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

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

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

This text has shadow with #E0D1FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0D1FA on black background.


Color preview on white background

This text has color #E0D1FA on white background.



Black color preview on #E0D1FA background

This text has black color on #E0D1FA background.


White color preview on #E0D1FA background

This text has white color on #E0D1FA background.