COLOR #E0DFF4

HEX: #E0DFF4
RGB: (224,223,244)

Color info

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

RGB color model

#E0DFF4 color RGB value is (224,223,244).

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

RGB channels and saturation

R 224 of 255 = 88%
G 223 of 255 = 87%
B 244 of 255 = 96%

224
223
244

R + G + B ~ 90%. #E0DFF4 is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 223 + 244 = 691 (100%)
R 224 of 691 ~ 32.42%
G 223 of 691 ~ 32.27%
B 244 of 691 ~ 35.31%

%32.42
%32.27
%35.31

CMYK color model

#E0DFF4 color CMYK value is (8,9,0,4).

  • cyan value is 8.20%
  • magenta value is 8.61%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(8,9,0,4)
C8M9Y0K4 
(8%,9%,0%,4%)
(0.08/0.09/0.00/0.04)	

CMYK percentages

%8.2
%8.61
%0
%4.31

Codes

Color #E0DFF4 in popluar color models

E0DFF4
RGB224223244
HSL243°48.84%91.57%
HSB/HSV243°8.61%95.69%
CMYK8.20%8.61%0.00%
4.31%

Color #E0DFF4 in popluar number systems.

HEXE0DFF4
Decimal224223244
Binary111000001101111111110100
Octal340337364

Shades and tints

Shades of #E0DFF4

#E0DFF4
(224,223,244)
#CCCBDE
(204,203,222)
#B8B7C8
(184,183,200)
#A4A3B2
(164,163,178)
#908F9C
(144,143,156)
#7C7B86
(124,123,134)
#686770
(104,103,112)
#54535A
(84,83,90)
#403F44
(64,63,68)
#2C2B2E
(44,43,46)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #E0DFF4

#E0DFF4
(224,223,244)
#E2E1F5
(226,225,245)
#E4E3F6
(228,227,246)
#E6E5F7
(230,229,247)
#E8E7F8
(232,231,248)
#EAE9F9
(234,233,249)
#ECEBFA
(236,235,250)
#EEEDFB
(238,237,251)
#F0EFFC
(240,239,252)
#F2F1FD
(242,241,253)
#F4F3FE
(244,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DFF4; }

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

This text font color is #E0DFF4.


Background Color

.myBgColor { background-color: #E0DFF4; }

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

This div background color is #E0DFF4.


Border color

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

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

This div border color is #E0DFF4.


Opacity

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

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

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

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

This text has shadow with #E0DFF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DFF4 on black background.


Color preview on white background

This text has color #E0DFF4 on white background.



Black color preview on #E0DFF4 background

This text has black color on #E0DFF4 background.


White color preview on #E0DFF4 background

This text has white color on #E0DFF4 background.