COLOR #E4D4FD

HEX: #E4D4FD
RGB: (228,212,253)

Color info

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

RGB color model

#E4D4FD color RGB value is (228,212,253).

  • red value is 228;
  • green value is 212;
  • blue value is 253.
RGB:
(228,212,253)
(89%,83%,99%)

RGB channels and saturation

R 228 of 255 = 89%
G 212 of 255 = 83%
B 253 of 255 = 99%

228
212
253

R + G + B ~ 90%. #E4D4FD is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 212 + 253 = 693 (100%)
R 228 of 693 ~ 32.9%
G 212 of 693 ~ 30.59%
B 253 of 693 ~ 36.51%

%32.9
%30.59
%36.51

CMYK color model

#E4D4FD color CMYK value is (10,16,0,1).

  • cyan value is 9.88%
  • magenta value is 16.21%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(10,16,0,1)
C10M16Y0K1 
(10%,16%,0%,1%)
(0.10/0.16/0.00/0.01)	

CMYK percentages

%9.88
%16.21
%0
%0.78

Codes

Color #E4D4FD in popluar color models

E4D4FD
RGB228212253
HSL263°91.11%91.18%
HSB/HSV263°16.21%99.22%
CMYK9.88%16.21%0.00%
0.78%

Color #E4D4FD in popluar number systems.

HEXE4D4FD
Decimal228212253
Binary111001001101010011111101
Octal344324375

Shades and tints

Shades of #E4D4FD

#E4D4FD
(228,212,253)
#D0C1E6
(208,193,230)
#BCAECF
(188,174,207)
#A89BB8
(168,155,184)
#9488A1
(148,136,161)
#80758A
(128,117,138)
#6C6273
(108,98,115)
#584F5C
(88,79,92)
#443C45
(68,60,69)
#30292E
(48,41,46)
#1C1617
(28,22,23)
#000000
(0,0,0)

Tints of #E4D4FD

#E4D4FD
(228,212,253)
#E6D7FD
(230,215,253)
#E8DAFD
(232,218,253)
#EADDFD
(234,221,253)
#ECE0FD
(236,224,253)
#EEE3FD
(238,227,253)
#F0E6FD
(240,230,253)
#F2E9FD
(242,233,253)
#F4ECFD
(244,236,253)
#F6EFFD
(246,239,253)
#F8F2FD
(248,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4D4FD color. Also use rgb(228,212,253) instead hex code.

Text Font Color

.myTextColor { color: #E4D4FD; }

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

This text font color is #E4D4FD.


Background Color

.myBgColor { background-color: #E4D4FD; }

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

This div background color is #E4D4FD.


Border color

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

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

This div border color is #E4D4FD.


Opacity

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

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

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

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

This text has shadow with #E4D4FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D4FD on black background.


Color preview on white background

This text has color #E4D4FD on white background.



Black color preview on #E4D4FD background

This text has black color on #E4D4FD background.


White color preview on #E4D4FD background

This text has white color on #E4D4FD background.