COLOR #E4DCFE

HEX: #E4DCFE
RGB: (228,220,254)

Color info

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

RGB color model

#E4DCFE color RGB value is (228,220,254).

  • red value is 228;
  • green value is 220;
  • blue value is 254.
RGB:
(228,220,254)
(89%,86%,100%)

RGB channels and saturation

R 228 of 255 = 89%
G 220 of 255 = 86%
B 254 of 255 = 100%

228
220
254

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

Portions of RGB colors in percentages

R + G + B =
228 + 220 + 254 = 702 (100%)
R 228 of 702 ~ 32.48%
G 220 of 702 ~ 31.34%
B 254 of 702 ~ 36.18%

%32.48
%31.34
%36.18

CMYK color model

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

  • cyan value is 10.24%
  • 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

%10.24
%13.39
%0
%0.39

Codes

Color #E4DCFE in popluar color models

E4DCFE
RGB228220254
HSL254°94.44%92.94%
HSB/HSV254°13.39%99.61%
CMYK10.24%13.39%0.00%
0.39%

Color #E4DCFE in popluar number systems.

HEXE4DCFE
Decimal228220254
Binary111001001101110011111110
Octal344334376

Shades and tints

Shades of #E4DCFE

#E4DCFE
(228,220,254)
#D0C8E7
(208,200,231)
#BCB4D0
(188,180,208)
#A8A0B9
(168,160,185)
#948CA2
(148,140,162)
#80788B
(128,120,139)
#6C6474
(108,100,116)
#58505D
(88,80,93)
#443C46
(68,60,70)
#30282F
(48,40,47)
#1C1418
(28,20,24)
#000000
(0,0,0)

Tints of #E4DCFE

#E4DCFE
(228,220,254)
#E6DFFE
(230,223,254)
#E8E2FE
(232,226,254)
#EAE5FE
(234,229,254)
#ECE8FE
(236,232,254)
#EEEBFE
(238,235,254)
#F0EEFE
(240,238,254)
#F2F1FE
(242,241,254)
#F4F4FE
(244,244,254)
#F6F7FE
(246,247,254)
#F8FAFE
(248,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DCFE; }

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

This text font color is #E4DCFE.


Background Color

.myBgColor { background-color: #E4DCFE; }

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

This div background color is #E4DCFE.


Border color

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

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

This div border color is #E4DCFE.


Opacity

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

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

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

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

This text has shadow with #E4DCFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4DCFE on black background.


Color preview on white background

This text has color #E4DCFE on white background.



Black color preview on #E4DCFE background

This text has black color on #E4DCFE background.


White color preview on #E4DCFE background

This text has white color on #E4DCFE background.