COLOR #E4D1F5

HEX: #E4D1F5
RGB: (228,209,245)

Color info

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

RGB color model

#E4D1F5 color RGB value is (228,209,245).

  • red value is 228;
  • green value is 209;
  • blue value is 245.
RGB:
(228,209,245)
(89%,82%,96%)

RGB channels and saturation

R 228 of 255 = 89%
G 209 of 255 = 82%
B 245 of 255 = 96%

228
209
245

R + G + B ~ 89%. #E4D1F5 is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 209 + 245 = 682 (100%)
R 228 of 682 ~ 33.43%
G 209 of 682 ~ 30.65%
B 245 of 682 ~ 35.92%

%33.43
%30.65
%35.92

CMYK color model

#E4D1F5 color CMYK value is (7,15,0,4).

  • cyan value is 6.94%
  • magenta value is 14.69%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(7,15,0,4)
C7M15Y0K4 
(7%,15%,0%,4%)
(0.07/0.15/0.00/0.04)	

CMYK percentages

%6.94
%14.69
%0
%3.92

Codes

Color #E4D1F5 in popluar color models

E4D1F5
RGB228209245
HSL272°64.29%89.02%
HSB/HSV272°14.69%96.08%
CMYK6.94%14.69%0.00%
3.92%

Color #E4D1F5 in popluar number systems.

HEXE4D1F5
Decimal228209245
Binary111001001101000111110101
Octal344321365

Shades and tints

Shades of #E4D1F5

#E4D1F5
(228,209,245)
#D0BEDF
(208,190,223)
#BCABC9
(188,171,201)
#A898B3
(168,152,179)
#94859D
(148,133,157)
#807287
(128,114,135)
#6C5F71
(108,95,113)
#584C5B
(88,76,91)
#443945
(68,57,69)
#30262F
(48,38,47)
#1C1319
(28,19,25)
#000000
(0,0,0)

Tints of #E4D1F5

#E4D1F5
(228,209,245)
#E6D5F5
(230,213,245)
#E8D9F5
(232,217,245)
#EADDF5
(234,221,245)
#ECE1F5
(236,225,245)
#EEE5F5
(238,229,245)
#F0E9F5
(240,233,245)
#F2EDF5
(242,237,245)
#F4F1F5
(244,241,245)
#F6F5F5
(246,245,245)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4D1F5 color. Also use rgb(228,209,245) instead hex code.

Text Font Color

.myTextColor { color: #E4D1F5; }

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

This text font color is #E4D1F5.


Background Color

.myBgColor { background-color: #E4D1F5; }

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

This div background color is #E4D1F5.


Border color

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

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

This div border color is #E4D1F5.


Opacity

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

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

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

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

This text has shadow with #E4D1F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D1F5 on black background.


Color preview on white background

This text has color #E4D1F5 on white background.



Black color preview on #E4D1F5 background

This text has black color on #E4D1F5 background.


White color preview on #E4D1F5 background

This text has white color on #E4D1F5 background.