COLOR #E0DCFF

HEX: #E0DCFF RGB: (224,220,255)

Color info

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

RGB color model

#E0DCFF color RGB value is (224,220,255).

RGB: (224,220,255) (88%, 86%, 100%)

RGB channels and saturation

R 224 of 255 = 88%
G 220 of 255 = 86%
B 255 of 255 = 100%

224
220
255

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

Portions of RGB colors in percentages

R + G + B = 224 + 220 + 255 = 699 (100%)
R 224 of 699 ~ 32.05%
G 220 of 699 ~ 31.47%
B 255 of 699 ~ 36.48'%

%32.05
%31.47
%36.48

CMYK color model

#E0DCFF color CMYK value is (12,14,0,0).

  • cyan value is 12.16%
  • magenta value is 13.73%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK: (12,14,0,0) C12M14Y0K0 (12%,14%,0%,0%) (0.12/0.14/0.00/0.00) 

CMYK percentages

%12.16
%13.73
%0
%0

Codes

Color #E0DCFF in popluar color models

E0 DC FF
RGB 224 220 255
HSL 247° 100.00% 93.14%
HSB/HSV 247° 13.73% 100.00%
CMYK 12.16% 13.73% 0.00%
0.00%

Color #E0DCFF in popluar number systems.

HEX E0 DC FF
Decimal 224 220 255
Binary 11100000 11011100 11111111
Octal 340 334 377

Shades and tints

Shades of #E0DCFF

#E0DCFF
(224,220,255)
#CCC8E8
(204,200,232)
#B8B4D1
(184,180,209)
#A4A0BA
(164,160,186)
#908CA3
(144,140,163)
#7C788C
(124,120,140)
#686475
(104,100,117)
#54505E
(84,80,94)
#403C47
(64,60,71)
#2C2830
(44,40,48)
#181419
(24,20,25)
#000000
(0,0,0)

Tints of #E0DCFF

#E0DCFF
(224,220,255)
#E2DFFF
(226,223,255)
#E4E2FF
(228,226,255)
#E6E5FF
(230,229,255)
#E8E8FF
(232,232,255)
#EAEBFF
(234,235,255)
#ECEEFF
(236,238,255)
#EEF1FF
(238,241,255)
#F0F4FF
(240,244,255)
#F2F7FF
(242,247,255)
#F4FAFF
(244,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DCFF; }

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

This text font color is #E0DCFF.

Background Color

.myBgColor { background-color: #E0DCFF; }

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

This div background color is #E0DCFF.

Border color

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

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

This div border color is #E0DCFF.

Opacity

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

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

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

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

This text has shadow with #E0DCFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0DCFF.

Preview

Color preview on black background

This text has color #E0DCFF on black background.


Color preview on white background

This text has color #E0DCFF on white background.


Black color preview on #E0DCFF background

This text has black color on #E0DCFF background.


White color preview on #E0DCFF background

This text has white color on #E0DCFF background.


Related colors

Complementary color

Complementary color for #hex is #1F2300.


I love getcolorcode.com

Triadic colors

1 #FFE0DC and #DCFFE0 with #E0DCFF are triadic colors.

2 #FFDCE0 and #DCE0FF with #E0DCFF are triadic colors.