COLOR #E4D7FE

HEX: #E4D7FE RGB: (228,215,254)

Color info

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

RGB color model

#E4D7FE color RGB value is (228,215,254).

RGB: (228,215,254) (89%, 84%, 100%)

RGB channels and saturation

R 228 of 255 = 89%
G 215 of 255 = 84%
B 254 of 255 = 100%

228
215
254

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

Portions of RGB colors in percentages

R + G + B = 228 + 215 + 254 = 697 (100%)
R 228 of 697 ~ 32.71%
G 215 of 697 ~ 30.85%
B 254 of 697 ~ 36.44'%

%32.71
%30.85
%36.44

CMYK color model

#E4D7FE color CMYK value is (10,15,0,0).

  • cyan value is 10.24%
  • magenta value is 15.35%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (10,15,0,0)
C10M15Y0K0 (10%, 15%, 0%, 0%)
(0.10 / 0.15 / 0.00 / 0.00)

CMYK percentages

%10.24
%15.35
%0
%0.39

Codes

Color #E4D7FE in popluar color models

E4 D7 FE
RGB 228 215 254
HSL 260° 95.12% 91.96%
HSB/HSV 260° 15.35% 99.61%
CMYK 10.24% 15.35% 0.00%
0.39%

Color #E4D7FE in popluar number systems.

HEX E4 D7 FE
Decimal 228 215 254
Binary 11100100 11010111 11111110
Octal 344 327 376

Shades and tints

Shades of #E4D7FE

#E4D7FE
(228,215,254)
#D0C4E7
(208,196,231)
#BCB1D0
(188,177,208)
#A89EB9
(168,158,185)
#948BA2
(148,139,162)
#80788B
(128,120,139)
#6C6574
(108,101,116)
#58525D
(88,82,93)
#443F46
(68,63,70)
#302C2F
(48,44,47)
#1C1918
(28,25,24)
#000000
(0,0,0)

Tints of #E4D7FE

#E4D7FE
(228,215,254)
#E6DAFE
(230,218,254)
#E8DDFE
(232,221,254)
#EAE0FE
(234,224,254)
#ECE3FE
(236,227,254)
#EEE6FE
(238,230,254)
#F0E9FE
(240,233,254)
#F2ECFE
(242,236,254)
#F4EFFE
(244,239,254)
#F6F2FE
(246,242,254)
#F8F5FE
(248,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4D7FE color. Also use rgb(228,215,254) instead hex code.

Text Font Color

.myTextColor { color: #E4D7FE; }

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

This text font color is #E4D7FE.

Background Color

.myBgColor { background-color: #E4D7FE; }

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

This div background color is #E4D7FE.

Border color

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

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

This div border color is #E4D7FE.

Opacity

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

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

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

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

This text has shadow with #E4D7FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4D7FE.

Preview

Color preview on black background

This text has color #E4D7FE on black background.


Color preview on white background

This text has color #E4D7FE on white background.


Black color preview on #E4D7FE background

This text has black color on #E4D7FE background.


White color preview on #E4D7FE background

This text has white color on #E4D7FE background.


Related colors

Complementary color

Complementary color for #hex is #1B2801.


I love getcolorcode.com

Triadic colors

1 #FEE4D7 and #D7FEE4 with #E4D7FE are triadic colors.

2 #FED7E4 and #D7E4FE with #E4D7FE are triadic colors.