COLOR #E0DFF8

HEX: #E0DFF8
RGB: (224,223,248)

Color info

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

RGB color model

#E0DFF8 color RGB value is (224,223,248).

  • red value is 224;
  • green value is 223;
  • blue value is 248.
RGB:
(224,223,248)
(88%,87%,97%)

RGB channels and saturation

R 224 of 255 = 88%
G 223 of 255 = 87%
B 248 of 255 = 97%

224
223
248

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

Portions of RGB colors in percentages

R + G + B =
224 + 223 + 248 = 695 (100%)
R 224 of 695 ~ 32.23%
G 223 of 695 ~ 32.09%
B 248 of 695 ~ 35.68%

%32.23
%32.09
%35.68

CMYK color model

#E0DFF8 color CMYK value is (10,10,0,3).

  • cyan value is 9.68%
  • magenta value is 10.08%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(10,10,0,3)
C10M10Y0K3 
(10%,10%,0%,3%)
(0.10/0.10/0.00/0.03)	

CMYK percentages

%9.68
%10.08
%0
%2.75

Codes

Color #E0DFF8 in popluar color models

E0DFF8
RGB224223248
HSL242°64.10%92.35%
HSB/HSV242°10.08%97.25%
CMYK9.68%10.08%0.00%
2.75%

Color #E0DFF8 in popluar number systems.

HEXE0DFF8
Decimal224223248
Binary111000001101111111111000
Octal340337370

Shades and tints

Shades of #E0DFF8

#E0DFF8
(224,223,248)
#CCCBE2
(204,203,226)
#B8B7CC
(184,183,204)
#A4A3B6
(164,163,182)
#908FA0
(144,143,160)
#7C7B8A
(124,123,138)
#686774
(104,103,116)
#54535E
(84,83,94)
#403F48
(64,63,72)
#2C2B32
(44,43,50)
#18171C
(24,23,28)
#000000
(0,0,0)

Tints of #E0DFF8

#E0DFF8
(224,223,248)
#E2E1F8
(226,225,248)
#E4E3F8
(228,227,248)
#E6E5F8
(230,229,248)
#E8E7F8
(232,231,248)
#EAE9F8
(234,233,248)
#ECEBF8
(236,235,248)
#EEEDF8
(238,237,248)
#F0EFF8
(240,239,248)
#F2F1F8
(242,241,248)
#F4F3F8
(244,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0DFF8 color. Also use rgb(224,223,248) instead hex code.

Text Font Color

.myTextColor { color: #E0DFF8; }

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

This text font color is #E0DFF8.


Background Color

.myBgColor { background-color: #E0DFF8; }

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

This div background color is #E0DFF8.


Border color

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

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

This div border color is #E0DFF8.


Opacity

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

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

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

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

This text has shadow with #E0DFF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DFF8 on black background.


Color preview on white background

This text has color #E0DFF8 on white background.



Black color preview on #E0DFF8 background

This text has black color on #E0DFF8 background.


White color preview on #E0DFF8 background

This text has white color on #E0DFF8 background.