COLOR #E4D9FC

HEX: #E4D9FC
RGB: (228,217,252)

Color info

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

RGB color model

#E4D9FC color RGB value is (228,217,252).

  • red value is 228;
  • green value is 217;
  • blue value is 252.
RGB:
(228,217,252)
(89%,85%,99%)

RGB channels and saturation

R 228 of 255 = 89%
G 217 of 255 = 85%
B 252 of 255 = 99%

228
217
252

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

Portions of RGB colors in percentages

R + G + B =
228 + 217 + 252 = 697 (100%)
R 228 of 697 ~ 32.71%
G 217 of 697 ~ 31.13%
B 252 of 697 ~ 36.15%

%32.71
%31.13
%36.15

CMYK color model

#E4D9FC color CMYK value is (10,14,0,1).

  • cyan value is 9.52%
  • magenta value is 13.89%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(10,14,0,1)
C10M14Y0K1 
(10%,14%,0%,1%)
(0.10/0.14/0.00/0.01)	

CMYK percentages

%9.52
%13.89
%0
%1.18

Codes

Color #E4D9FC in popluar color models

E4D9FC
RGB228217252
HSL259°85.37%91.96%
HSB/HSV259°13.89%98.82%
CMYK9.52%13.89%0.00%
1.18%

Color #E4D9FC in popluar number systems.

HEXE4D9FC
Decimal228217252
Binary111001001101100111111100
Octal344331374

Shades and tints

Shades of #E4D9FC

#E4D9FC
(228,217,252)
#D0C6E6
(208,198,230)
#BCB3D0
(188,179,208)
#A8A0BA
(168,160,186)
#948DA4
(148,141,164)
#807A8E
(128,122,142)
#6C6778
(108,103,120)
#585462
(88,84,98)
#44414C
(68,65,76)
#302E36
(48,46,54)
#1C1B20
(28,27,32)
#000000
(0,0,0)

Tints of #E4D9FC

#E4D9FC
(228,217,252)
#E6DCFC
(230,220,252)
#E8DFFC
(232,223,252)
#EAE2FC
(234,226,252)
#ECE5FC
(236,229,252)
#EEE8FC
(238,232,252)
#F0EBFC
(240,235,252)
#F2EEFC
(242,238,252)
#F4F1FC
(244,241,252)
#F6F4FC
(246,244,252)
#F8F7FC
(248,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4D9FC color. Also use rgb(228,217,252) instead hex code.

Text Font Color

.myTextColor { color: #E4D9FC; }

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

This text font color is #E4D9FC.


Background Color

.myBgColor { background-color: #E4D9FC; }

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

This div background color is #E4D9FC.


Border color

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

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

This div border color is #E4D9FC.


Opacity

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

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

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

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

This text has shadow with #E4D9FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D9FC on black background.


Color preview on white background

This text has color #E4D9FC on white background.



Black color preview on #E4D9FC background

This text has black color on #E4D9FC background.


White color preview on #E4D9FC background

This text has white color on #E4D9FC background.