COLOR #E0D0FA

HEX: #E0D0FA
RGB: (224,208,250)

Color info

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

RGB color model

#E0D0FA color RGB value is (224,208,250).

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

RGB channels and saturation

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

224
208
250

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

Portions of RGB colors in percentages

R + G + B =
224 + 208 + 250 = 682 (100%)
R 224 of 682 ~ 32.84%
G 208 of 682 ~ 30.5%
B 250 of 682 ~ 36.66%

%32.84
%30.5
%36.66

CMYK color model

#E0D0FA color CMYK value is (10,17,0,2).

  • cyan value is 10.40%
  • magenta value is 16.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(10,17,0,2)
C10M17Y0K2 
(10%,17%,0%,2%)
(0.10/0.17/0.00/0.02)	

CMYK percentages

%10.4
%16.8
%0
%1.96

Codes

Color #E0D0FA in popluar color models

E0D0FA
RGB224208250
HSL263°80.77%89.80%
HSB/HSV263°16.80%98.04%
CMYK10.40%16.80%0.00%
1.96%

Color #E0D0FA in popluar number systems.

HEXE0D0FA
Decimal224208250
Binary111000001101000011111010
Octal340320372

Shades and tints

Shades of #E0D0FA

#E0D0FA
(224,208,250)
#CCBEE4
(204,190,228)
#B8ACCE
(184,172,206)
#A49AB8
(164,154,184)
#9088A2
(144,136,162)
#7C768C
(124,118,140)
#686476
(104,100,118)
#545260
(84,82,96)
#40404A
(64,64,74)
#2C2E34
(44,46,52)
#181C1E
(24,28,30)
#000000
(0,0,0)

Tints of #E0D0FA

#E0D0FA
(224,208,250)
#E2D4FA
(226,212,250)
#E4D8FA
(228,216,250)
#E6DCFA
(230,220,250)
#E8E0FA
(232,224,250)
#EAE4FA
(234,228,250)
#ECE8FA
(236,232,250)
#EEECFA
(238,236,250)
#F0F0FA
(240,240,250)
#F2F4FA
(242,244,250)
#F4F8FA
(244,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0D0FA; }

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

This text font color is #E0D0FA.


Background Color

.myBgColor { background-color: #E0D0FA; }

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

This div background color is #E0D0FA.


Border color

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

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

This div border color is #E0D0FA.


Opacity

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

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

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

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

This text has shadow with #E0D0FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0D0FA on black background.


Color preview on white background

This text has color #E0D0FA on white background.



Black color preview on #E0D0FA background

This text has black color on #E0D0FA background.


White color preview on #E0D0FA background

This text has white color on #E0D0FA background.