COLOR #E0DCFD

HEX: #E0DCFD RGB: (224,220,253)

Color info

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

RGB color model

#E0DCFD color RGB value is (224,220,253).

RGB: (224,220,253) (88%, 86%, 99%)

RGB channels and saturation

R 224 of 255 = 88%
G 220 of 255 = 86%
B 253 of 255 = 99%

224
220
253

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

Portions of RGB colors in percentages

R + G + B = 224 + 220 + 253 = 697 (100%)
R 224 of 697 ~ 32.14%
G 220 of 697 ~ 31.56%
B 253 of 697 ~ 36.3'%

%32.14
%31.56
%36.3

CMYK color model

#E0DCFD color CMYK value is (11,13,0,1).

  • cyan value is 11.46%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (11,13,0,1)
C11M13Y0K1 (11%, 13%, 0%, 1%)
(0.11 / 0.13 / 0.00 / 0.01)

CMYK percentages

%11.46
%13.04
%0
%0.78

Codes

Color #E0DCFD in popluar color models

E0 DC FD
RGB 224 220 253
HSL 247° 89.19% 92.75%
HSB/HSV 247° 13.04% 99.22%
CMYK 11.46% 13.04% 0.00%
0.78%

Color #E0DCFD in popluar number systems.

HEX E0 DC FD
Decimal 224 220 253
Binary 11100000 11011100 11111101
Octal 340 334 375

Shades and tints

Shades of #E0DCFD

#E0DCFD
(224,220,253)
#CCC8E6
(204,200,230)
#B8B4CF
(184,180,207)
#A4A0B8
(164,160,184)
#908CA1
(144,140,161)
#7C788A
(124,120,138)
#686473
(104,100,115)
#54505C
(84,80,92)
#403C45
(64,60,69)
#2C282E
(44,40,46)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #E0DCFD

#E0DCFD
(224,220,253)
#E2DFFD
(226,223,253)
#E4E2FD
(228,226,253)
#E6E5FD
(230,229,253)
#E8E8FD
(232,232,253)
#EAEBFD
(234,235,253)
#ECEEFD
(236,238,253)
#EEF1FD
(238,241,253)
#F0F4FD
(240,244,253)
#F2F7FD
(242,247,253)
#F4FAFD
(244,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DCFD; }

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

This text font color is #E0DCFD.

Background Color

.myBgColor { background-color: #E0DCFD; }

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

This div background color is #E0DCFD.

Border color

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

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

This div border color is #E0DCFD.

Opacity

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

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

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

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

This text has shadow with #E0DCFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0DCFD.

Preview

Color preview on black background

This text has color #E0DCFD on black background.


Color preview on white background

This text has color #E0DCFD on white background.


Black color preview on #E0DCFD background

This text has black color on #E0DCFD background.


White color preview on #E0DCFD background

This text has white color on #E0DCFD background.


Related colors

Complementary color

Complementary color for #hex is #1F2302.


I love getcolorcode.com

Triadic colors

1 #FDE0DC and #DCFDE0 with #E0DCFD are triadic colors.

2 #FDDCE0 and #DCE0FD with #E0DCFD are triadic colors.