COLOR #E1D4F7

HEX: #E1D4F7 RGB: (225,212,247)

Color info

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

RGB color model

#E1D4F7 color RGB value is (225,212,247).

RGB: (225,212,247) (88%, 83%, 97%)

RGB channels and saturation

R 225 of 255 = 88%
G 212 of 255 = 83%
B 247 of 255 = 97%

225
212
247

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

Portions of RGB colors in percentages

R + G + B = 225 + 212 + 247 = 684 (100%)
R 225 of 684 ~ 32.89%
G 212 of 684 ~ 30.99%
B 247 of 684 ~ 36.11'%

%32.89
%30.99
%36.11

CMYK color model

#E1D4F7 color CMYK value is (9,14,0,3).

  • cyan value is 8.91%
  • magenta value is 14.17%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK: (9,14,0,3) C9M14Y0K3 (9%,14%,0%,3%) (0.09/0.14/0.00/0.03) 

CMYK percentages

%8.91
%14.17
%0
%3.14

Codes

Color #E1D4F7 in popluar color models

E1 D4 F7
RGB 225 212 247
HSL 262° 68.63% 90.00%
HSB/HSV 262° 14.17% 96.86%
CMYK 8.91% 14.17% 0.00%
3.14%

Color #E1D4F7 in popluar number systems.

HEX E1 D4 F7
Decimal 225 212 247
Binary 11100001 11010100 11110111
Octal 341 324 367

Shades and tints

Shades of #E1D4F7

#E1D4F7
(225,212,247)
#CDC1E1
(205,193,225)
#B9AECB
(185,174,203)
#A59BB5
(165,155,181)
#91889F
(145,136,159)
#7D7589
(125,117,137)
#696273
(105,98,115)
#554F5D
(85,79,93)
#413C47
(65,60,71)
#2D2931
(45,41,49)
#19161B
(25,22,27)
#000000
(0,0,0)

Tints of #E1D4F7

#E1D4F7
(225,212,247)
#E3D7F7
(227,215,247)
#E5DAF7
(229,218,247)
#E7DDF7
(231,221,247)
#E9E0F7
(233,224,247)
#EBE3F7
(235,227,247)
#EDE6F7
(237,230,247)
#EFE9F7
(239,233,247)
#F1ECF7
(241,236,247)
#F3EFF7
(243,239,247)
#F5F2F7
(245,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D4F7 color. Also use rgb(225,212,247) instead hex code.

Text Font Color

.myTextColor { color: #E1D4F7; }

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

This text font color is #E1D4F7.

Background Color

.myBgColor { background-color: #E1D4F7; }

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

This div background color is #E1D4F7.

Border color

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

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

This div border color is #E1D4F7.

Opacity

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

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

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

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

This text has shadow with #E1D4F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1D4F7.

Preview

Color preview on black background

This text has color #E1D4F7 on black background.


Color preview on white background

This text has color #E1D4F7 on white background.


Black color preview on #E1D4F7 background

This text has black color on #E1D4F7 background.


White color preview on #E1D4F7 background

This text has white color on #E1D4F7 background.


Related colors

Complementary color

Complementary color for #hex is #1E2B08.


I love getcolorcode.com

Triadic colors

1 #F7E1D4 and #D4F7E1 with #E1D4F7 are triadic colors.

2 #F7D4E1 and #D4E1F7 with #E1D4F7 are triadic colors.