COLOR #E0DFFA

HEX: #E0DFFA
RGB: (224,223,250)

Color info

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

RGB color model

#E0DFFA color RGB value is (224,223,250).

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

RGB channels and saturation

R 224 of 255 = 88%
G 223 of 255 = 87%
B 250 of 255 = 98%

224
223
250

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

Portions of RGB colors in percentages

R + G + B =
224 + 223 + 250 = 697 (100%)
R 224 of 697 ~ 32.14%
G 223 of 697 ~ 31.99%
B 250 of 697 ~ 35.87%

%32.14
%31.99
%35.87

CMYK color model

#E0DFFA color CMYK value is (10,11,0,2).

  • cyan value is 10.40%
  • magenta value is 10.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(10,11,0,2)
C10M11Y0K2 
(10%,11%,0%,2%)
(0.10/0.11/0.00/0.02)	

CMYK percentages

%10.4
%10.8
%0
%1.96

Codes

Color #E0DFFA in popluar color models

E0DFFA
RGB224223250
HSL242°72.97%92.75%
HSB/HSV242°10.80%98.04%
CMYK10.40%10.80%0.00%
1.96%

Color #E0DFFA in popluar number systems.

HEXE0DFFA
Decimal224223250
Binary111000001101111111111010
Octal340337372

Shades and tints

Shades of #E0DFFA

#E0DFFA
(224,223,250)
#CCCBE4
(204,203,228)
#B8B7CE
(184,183,206)
#A4A3B8
(164,163,184)
#908FA2
(144,143,162)
#7C7B8C
(124,123,140)
#686776
(104,103,118)
#545360
(84,83,96)
#403F4A
(64,63,74)
#2C2B34
(44,43,52)
#18171E
(24,23,30)
#000000
(0,0,0)

Tints of #E0DFFA

#E0DFFA
(224,223,250)
#E2E1FA
(226,225,250)
#E4E3FA
(228,227,250)
#E6E5FA
(230,229,250)
#E8E7FA
(232,231,250)
#EAE9FA
(234,233,250)
#ECEBFA
(236,235,250)
#EEEDFA
(238,237,250)
#F0EFFA
(240,239,250)
#F2F1FA
(242,241,250)
#F4F3FA
(244,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DFFA; }

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

This text font color is #E0DFFA.


Background Color

.myBgColor { background-color: #E0DFFA; }

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

This div background color is #E0DFFA.


Border color

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

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

This div border color is #E0DFFA.


Opacity

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

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

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

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

This text has shadow with #E0DFFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DFFA on black background.


Color preview on white background

This text has color #E0DFFA on white background.



Black color preview on #E0DFFA background

This text has black color on #E0DFFA background.


White color preview on #E0DFFA background

This text has white color on #E0DFFA background.