COLOR #E1D8FF

HEX: #E1D8FF RGB: (225,216,255)

Color info

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

RGB color model

#E1D8FF color RGB value is (225,216,255).

RGB: (225,216,255) (88%, 85%, 100%)

RGB channels and saturation

R 225 of 255 = 88%
G 216 of 255 = 85%
B 255 of 255 = 100%

225
216
255

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

Portions of RGB colors in percentages

R + G + B = 225 + 216 + 255 = 696 (100%)
R 225 of 696 ~ 32.33%
G 216 of 696 ~ 31.03%
B 255 of 696 ~ 36.64'%

%32.33
%31.03
%36.64

CMYK color model

#E1D8FF color CMYK value is (12,15,0,0).

  • cyan value is 11.76%
  • magenta value is 15.29%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (12,15,0,0)
C12M15Y0K0 (12%, 15%, 0%, 0%)
(0.12 / 0.15 / 0.00 / 0.00)

CMYK percentages

%11.76
%15.29
%0
%0

Codes

Color #E1D8FF in popluar color models

E1 D8 FF
RGB 225 216 255
HSL 254° 100.00% 92.35%
HSB/HSV 254° 15.29% 100.00%
CMYK 11.76% 15.29% 0.00%
0.00%

Color #E1D8FF in popluar number systems.

HEX E1 D8 FF
Decimal 225 216 255
Binary 11100001 11011000 11111111
Octal 341 330 377

Shades and tints

Shades of #E1D8FF

#E1D8FF
(225,216,255)
#CDC5E8
(205,197,232)
#B9B2D1
(185,178,209)
#A59FBA
(165,159,186)
#918CA3
(145,140,163)
#7D798C
(125,121,140)
#696675
(105,102,117)
#55535E
(85,83,94)
#414047
(65,64,71)
#2D2D30
(45,45,48)
#191A19
(25,26,25)
#000000
(0,0,0)

Tints of #E1D8FF

#E1D8FF
(225,216,255)
#E3DBFF
(227,219,255)
#E5DEFF
(229,222,255)
#E7E1FF
(231,225,255)
#E9E4FF
(233,228,255)
#EBE7FF
(235,231,255)
#EDEAFF
(237,234,255)
#EFEDFF
(239,237,255)
#F1F0FF
(241,240,255)
#F3F3FF
(243,243,255)
#F5F6FF
(245,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D8FF color. Also use rgb(225,216,255) instead hex code.

Text Font Color

.myTextColor { color: #E1D8FF; }

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

This text font color is #E1D8FF.

Background Color

.myBgColor { background-color: #E1D8FF; }

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

This div background color is #E1D8FF.

Border color

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

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

This div border color is #E1D8FF.

Opacity

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

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

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

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

This text has shadow with #E1D8FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1D8FF.

Preview

Color preview on black background

This text has color #E1D8FF on black background.


Color preview on white background

This text has color #E1D8FF on white background.


Black color preview on #E1D8FF background

This text has black color on #E1D8FF background.


White color preview on #E1D8FF background

This text has white color on #E1D8FF background.


Related colors

Complementary color

Complementary color for #hex is #1E2700.


I love getcolorcode.com

Triadic colors

1 #FFE1D8 and #D8FFE1 with #E1D8FF are triadic colors.

2 #FFD8E1 and #D8E1FF with #E1D8FF are triadic colors.