COLOR #E4D3F8

HEX: #E4D3F8
RGB: (228,211,248)

Color info

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

RGB color model

#E4D3F8 color RGB value is (228,211,248).

  • red value is 228;
  • green value is 211;
  • blue value is 248.
RGB:
(228,211,248)
(89%,83%,97%)

RGB channels and saturation

R 228 of 255 = 89%
G 211 of 255 = 83%
B 248 of 255 = 97%

228
211
248

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

Portions of RGB colors in percentages

R + G + B =
228 + 211 + 248 = 687 (100%)
R 228 of 687 ~ 33.19%
G 211 of 687 ~ 30.71%
B 248 of 687 ~ 36.1%

%33.19
%30.71
%36.1

CMYK color model

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

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

CMYK percentages

%8.06
%14.92
%0
%2.75

Codes

Color #E4D3F8 in popluar color models

E4D3F8
RGB228211248
HSL268°72.55%90.00%
HSB/HSV268°14.92%97.25%
CMYK8.06%14.92%0.00%
2.75%

Color #E4D3F8 in popluar number systems.

HEXE4D3F8
Decimal228211248
Binary111001001101001111111000
Octal344323370

Shades and tints

Shades of #E4D3F8

#E4D3F8
(228,211,248)
#D0C0E2
(208,192,226)
#BCADCC
(188,173,204)
#A89AB6
(168,154,182)
#9487A0
(148,135,160)
#80748A
(128,116,138)
#6C6174
(108,97,116)
#584E5E
(88,78,94)
#443B48
(68,59,72)
#302832
(48,40,50)
#1C151C
(28,21,28)
#000000
(0,0,0)

Tints of #E4D3F8

#E4D3F8
(228,211,248)
#E6D7F8
(230,215,248)
#E8DBF8
(232,219,248)
#EADFF8
(234,223,248)
#ECE3F8
(236,227,248)
#EEE7F8
(238,231,248)
#F0EBF8
(240,235,248)
#F2EFF8
(242,239,248)
#F4F3F8
(244,243,248)
#F6F7F8
(246,247,248)
#F8FBF8
(248,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4D3F8 color. Also use rgb(228,211,248) instead hex code.

Text Font Color

.myTextColor { color: #E4D3F8; }

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

This text font color is #E4D3F8.


Background Color

.myBgColor { background-color: #E4D3F8; }

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

This div background color is #E4D3F8.


Border color

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

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

This div border color is #E4D3F8.


Opacity

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

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

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

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

This text has shadow with #E4D3F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D3F8 on black background.


Color preview on white background

This text has color #E4D3F8 on white background.



Black color preview on #E4D3F8 background

This text has black color on #E4D3F8 background.


White color preview on #E4D3F8 background

This text has white color on #E4D3F8 background.