COLOR #E4D1F7

HEX: #E4D1F7
RGB: (228,209,247)

Color info

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

RGB color model

#E4D1F7 color RGB value is (228,209,247).

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

RGB channels and saturation

R 228 of 255 = 89%
G 209 of 255 = 82%
B 247 of 255 = 97%

228
209
247

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

Portions of RGB colors in percentages

R + G + B =
228 + 209 + 247 = 684 (100%)
R 228 of 684 ~ 33.33%
G 209 of 684 ~ 30.56%
B 247 of 684 ~ 36.11%

%33.33
%30.56
%36.11

CMYK color model

#E4D1F7 color CMYK value is (8,15,0,3).

  • cyan value is 7.69%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(8,15,0,3)
C8M15Y0K3 
(8%,15%,0%,3%)
(0.08/0.15/0.00/0.03)	

CMYK percentages

%7.69
%15.38
%0
%3.14

Codes

Color #E4D1F7 in popluar color models

E4D1F7
RGB228209247
HSL270°70.37%89.41%
HSB/HSV270°15.38%96.86%
CMYK7.69%15.38%0.00%
3.14%

Color #E4D1F7 in popluar number systems.

HEXE4D1F7
Decimal228209247
Binary111001001101000111110111
Octal344321367

Shades and tints

Shades of #E4D1F7

#E4D1F7
(228,209,247)
#D0BEE1
(208,190,225)
#BCABCB
(188,171,203)
#A898B5
(168,152,181)
#94859F
(148,133,159)
#807289
(128,114,137)
#6C5F73
(108,95,115)
#584C5D
(88,76,93)
#443947
(68,57,71)
#302631
(48,38,49)
#1C131B
(28,19,27)
#000000
(0,0,0)

Tints of #E4D1F7

#E4D1F7
(228,209,247)
#E6D5F7
(230,213,247)
#E8D9F7
(232,217,247)
#EADDF7
(234,221,247)
#ECE1F7
(236,225,247)
#EEE5F7
(238,229,247)
#F0E9F7
(240,233,247)
#F2EDF7
(242,237,247)
#F4F1F7
(244,241,247)
#F6F5F7
(246,245,247)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4D1F7; }

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

This text font color is #E4D1F7.


Background Color

.myBgColor { background-color: #E4D1F7; }

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

This div background color is #E4D1F7.


Border color

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

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

This div border color is #E4D1F7.


Opacity

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

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

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

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

This text has shadow with #E4D1F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D1F7 on black background.


Color preview on white background

This text has color #E4D1F7 on white background.



Black color preview on #E4D1F7 background

This text has black color on #E4D1F7 background.


White color preview on #E4D1F7 background

This text has white color on #E4D1F7 background.