COLOR #E1D7F1

HEX: #E1D7F1 RGB: (225,215,241)

Color info

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

RGB color model

#E1D7F1 color RGB value is (225,215,241).

RGB: (225,215,241) (88%, 84%, 95%)

RGB channels and saturation

R 225 of 255 = 88%
G 215 of 255 = 84%
B 241 of 255 = 95%

225
215
241

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

Portions of RGB colors in percentages

R + G + B = 225 + 215 + 241 = 681 (100%)
R 225 of 681 ~ 33.04%
G 215 of 681 ~ 31.57%
B 241 of 681 ~ 35.39'%

%33.04
%31.57
%35.39

CMYK color model

#E1D7F1 color CMYK value is (7,11,0,5).

  • cyan value is 6.64%
  • magenta value is 10.79%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (7,11,0,5)
C7M11Y0K5 (7%, 11%, 0%, 5%)
(0.07 / 0.11 / 0.00 / 0.05)

CMYK percentages

%6.64
%10.79
%0
%5.49

Codes

Color #E1D7F1 in popluar color models

E1 D7 F1
RGB 225 215 241
HSL 263° 48.15% 89.41%
HSB/HSV 263° 10.79% 94.51%
CMYK 6.64% 10.79% 0.00%
5.49%

Color #E1D7F1 in popluar number systems.

HEX E1 D7 F1
Decimal 225 215 241
Binary 11100001 11010111 11110001
Octal 341 327 361

Shades and tints

Shades of #E1D7F1

#E1D7F1
(225,215,241)
#CDC4DC
(205,196,220)
#B9B1C7
(185,177,199)
#A59EB2
(165,158,178)
#918B9D
(145,139,157)
#7D7888
(125,120,136)
#696573
(105,101,115)
#55525E
(85,82,94)
#413F49
(65,63,73)
#2D2C34
(45,44,52)
#19191F
(25,25,31)
#000000
(0,0,0)

Tints of #E1D7F1

#E1D7F1
(225,215,241)
#E3DAF2
(227,218,242)
#E5DDF3
(229,221,243)
#E7E0F4
(231,224,244)
#E9E3F5
(233,227,245)
#EBE6F6
(235,230,246)
#EDE9F7
(237,233,247)
#EFECF8
(239,236,248)
#F1EFF9
(241,239,249)
#F3F2FA
(243,242,250)
#F5F5FB
(245,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D7F1 color. Also use rgb(225,215,241) instead hex code.

Text Font Color

.myTextColor { color: #E1D7F1; }

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

This text font color is #E1D7F1.

Background Color

.myBgColor { background-color: #E1D7F1; }

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

This div background color is #E1D7F1.

Border color

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

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

This div border color is #E1D7F1.

Opacity

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

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

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

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

This text has shadow with #E1D7F1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1D7F1.

Preview

Color preview on black background

This text has color #E1D7F1 on black background.


Color preview on white background

This text has color #E1D7F1 on white background.


Black color preview on #E1D7F1 background

This text has black color on #E1D7F1 background.


White color preview on #E1D7F1 background

This text has white color on #E1D7F1 background.


Related colors

Complementary color

Complementary color for #hex is #1E280E.


I love getcolorcode.com

Triadic colors

1 #F1E1D7 and #D7F1E1 with #E1D7F1 are triadic colors.

2 #F1D7E1 and #D7E1F1 with #E1D7F1 are triadic colors.