COLOR #E5DCF4

HEX: #E5DCF4
RGB: (229,220,244)

Color info

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

RGB color model

#E5DCF4 color RGB value is (229,220,244).

  • red value is 229;
  • green value is 220;
  • blue value is 244.
RGB:
(229,220,244)
(90%,86%,96%)

RGB channels and saturation

R 229 of 255 = 90%
G 220 of 255 = 86%
B 244 of 255 = 96%

229
220
244

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

Portions of RGB colors in percentages

R + G + B =
229 + 220 + 244 = 693 (100%)
R 229 of 693 ~ 33.04%
G 220 of 693 ~ 31.75%
B 244 of 693 ~ 35.21%

%33.04
%31.75
%35.21

CMYK color model

#E5DCF4 color CMYK value is (6,10,0,4).

  • cyan value is 6.15%
  • magenta value is 9.84%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(6,10,0,4)
C6M10Y0K4 
(6%,10%,0%,4%)
(0.06/0.10/0.00/0.04)	

CMYK percentages

%6.15
%9.84
%0
%4.31

Codes

Color #E5DCF4 in popluar color models

E5DCF4
RGB229220244
HSL263°52.17%90.98%
HSB/HSV263°9.84%95.69%
CMYK6.15%9.84%0.00%
4.31%

Color #E5DCF4 in popluar number systems.

HEXE5DCF4
Decimal229220244
Binary111001011101110011110100
Octal345334364

Shades and tints

Shades of #E5DCF4

#E5DCF4
(229,220,244)
#D1C8DE
(209,200,222)
#BDB4C8
(189,180,200)
#A9A0B2
(169,160,178)
#958C9C
(149,140,156)
#817886
(129,120,134)
#6D6470
(109,100,112)
#59505A
(89,80,90)
#453C44
(69,60,68)
#31282E
(49,40,46)
#1D1418
(29,20,24)
#000000
(0,0,0)

Tints of #E5DCF4

#E5DCF4
(229,220,244)
#E7DFF5
(231,223,245)
#E9E2F6
(233,226,246)
#EBE5F7
(235,229,247)
#EDE8F8
(237,232,248)
#EFEBF9
(239,235,249)
#F1EEFA
(241,238,250)
#F3F1FB
(243,241,251)
#F5F4FC
(245,244,252)
#F7F7FD
(247,247,253)
#F9FAFE
(249,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DCF4; }

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

This text font color is #E5DCF4.


Background Color

.myBgColor { background-color: #E5DCF4; }

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

This div background color is #E5DCF4.


Border color

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

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

This div border color is #E5DCF4.


Opacity

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

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

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

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

This text has shadow with #E5DCF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DCF4 on black background.


Color preview on white background

This text has color #E5DCF4 on white background.



Black color preview on #E5DCF4 background

This text has black color on #E5DCF4 background.


White color preview on #E5DCF4 background

This text has white color on #E5DCF4 background.