COLOR #E5DCFE

HEX: #E5DCFE RGB: (229,220,254)

Color info

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

RGB color model

#E5DCFE color RGB value is (229,220,254).

RGB: (229,220,254) (90%, 86%, 100%)

RGB channels and saturation

R 229 of 255 = 90%
G 220 of 255 = 86%
B 254 of 255 = 100%

229
220
254

R + G + B ~ 92%. #E5DCFE is light color.

Portions of RGB colors in percentages

R + G + B = 229 + 220 + 254 = 703 (100%)
R 229 of 703 ~ 32.57%
G 220 of 703 ~ 31.29%
B 254 of 703 ~ 36.13'%

%32.57
%31.29
%36.13

CMYK color model

#E5DCFE color CMYK value is (10,13,0,0).

  • cyan value is 9.84%
  • magenta value is 13.39%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (10,13,0,0)
C10M13Y0K0 (10%, 13%, 0%, 0%)
(0.10 / 0.13 / 0.00 / 0.00)

CMYK percentages

%9.84
%13.39
%0
%0.39

Codes

Color #E5DCFE in popluar color models

E5 DC FE
RGB 229 220 254
HSL 256° 94.44% 92.94%
HSB/HSV 256° 13.39% 99.61%
CMYK 9.84% 13.39% 0.00%
0.39%

Color #E5DCFE in popluar number systems.

HEX E5 DC FE
Decimal 229 220 254
Binary 11100101 11011100 11111110
Octal 345 334 376

Shades and tints

Shades of #E5DCFE

#E5DCFE
(229,220,254)
#D1C8E7
(209,200,231)
#BDB4D0
(189,180,208)
#A9A0B9
(169,160,185)
#958CA2
(149,140,162)
#81788B
(129,120,139)
#6D6474
(109,100,116)
#59505D
(89,80,93)
#453C46
(69,60,70)
#31282F
(49,40,47)
#1D1418
(29,20,24)
#000000
(0,0,0)

Tints of #E5DCFE

#E5DCFE
(229,220,254)
#E7DFFE
(231,223,254)
#E9E2FE
(233,226,254)
#EBE5FE
(235,229,254)
#EDE8FE
(237,232,254)
#EFEBFE
(239,235,254)
#F1EEFE
(241,238,254)
#F3F1FE
(243,241,254)
#F5F4FE
(245,244,254)
#F7F7FE
(247,247,254)
#F9FAFE
(249,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5DCFE color. Also use rgb(229,220,254) instead hex code.

Text Font Color

.myTextColor { color: #E5DCFE; }

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

This text font color is #E5DCFE.

Background Color

.myBgColor { background-color: #E5DCFE; }

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

This div background color is #E5DCFE.

Border color

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

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

This div border color is #E5DCFE.

Opacity

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

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

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

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

This text has shadow with #E5DCFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5DCFE.

Preview

Color preview on black background

This text has color #E5DCFE on black background.


Color preview on white background

This text has color #E5DCFE on white background.


Black color preview on #E5DCFE background

This text has black color on #E5DCFE background.


White color preview on #E5DCFE background

This text has white color on #E5DCFE background.


Related colors

Complementary color

Complementary color for #hex is #1A2301.


I love getcolorcode.com

Triadic colors

1 #FEE5DC and #DCFEE5 with #E5DCFE are triadic colors.

2 #FEDCE5 and #DCE5FE with #E5DCFE are triadic colors.