COLOR #E0DAFF

HEX: #E0DAFF
RGB: (224,218,255)

Color info

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

RGB color model

#E0DAFF color RGB value is (224,218,255).

  • red value is 224;
  • green value is 218;
  • blue value is 255.
RGB:
(224,218,255)
(88%,85%,100%)

RGB channels and saturation

R 224 of 255 = 88%
G 218 of 255 = 85%
B 255 of 255 = 100%

224
218
255

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

Portions of RGB colors in percentages

R + G + B =
224 + 218 + 255 = 697 (100%)
R 224 of 697 ~ 32.14%
G 218 of 697 ~ 31.28%
B 255 of 697 ~ 36.59%

%32.14
%31.28
%36.59

CMYK color model

#E0DAFF color CMYK value is (12,15,0,0).

  • cyan value is 12.16%
  • magenta value is 14.51%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(12,15,0,0)
C12M15Y0K0 
(12%,15%,0%,0%)
(0.12/0.15/0.00/0.00)	

CMYK percentages

%12.16
%14.51
%0
%0

Codes

Color #E0DAFF in popluar color models

E0DAFF
RGB224218255
HSL250°100.00%92.75%
HSB/HSV250°14.51%100.00%
CMYK12.16%14.51%0.00%
0.00%

Color #E0DAFF in popluar number systems.

HEXE0DAFF
Decimal224218255
Binary111000001101101011111111
Octal340332377

Shades and tints

Shades of #E0DAFF

#E0DAFF
(224,218,255)
#CCC7E8
(204,199,232)
#B8B4D1
(184,180,209)
#A4A1BA
(164,161,186)
#908EA3
(144,142,163)
#7C7B8C
(124,123,140)
#686875
(104,104,117)
#54555E
(84,85,94)
#404247
(64,66,71)
#2C2F30
(44,47,48)
#181C19
(24,28,25)
#000000
(0,0,0)

Tints of #E0DAFF

#E0DAFF
(224,218,255)
#E2DDFF
(226,221,255)
#E4E0FF
(228,224,255)
#E6E3FF
(230,227,255)
#E8E6FF
(232,230,255)
#EAE9FF
(234,233,255)
#ECECFF
(236,236,255)
#EEEFFF
(238,239,255)
#F0F2FF
(240,242,255)
#F2F5FF
(242,245,255)
#F4F8FF
(244,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0DAFF color. Also use rgb(224,218,255) instead hex code.

Text Font Color

.myTextColor { color: #E0DAFF; }

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

This text font color is #E0DAFF.


Background Color

.myBgColor { background-color: #E0DAFF; }

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

This div background color is #E0DAFF.


Border color

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

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

This div border color is #E0DAFF.


Opacity

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

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

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

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

This text has shadow with #E0DAFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DAFF on black background.


Color preview on white background

This text has color #E0DAFF on white background.



Black color preview on #E0DAFF background

This text has black color on #E0DAFF background.


White color preview on #E0DAFF background

This text has white color on #E0DAFF background.