COLOR #E1D4FF

HEX: #E1D4FF RGB: (225,212,255)

Color info

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

RGB color model

#E1D4FF color RGB value is (225,212,255).

RGB: (225,212,255) (88%, 83%, 100%)

RGB channels and saturation

R 225 of 255 = 88%
G 212 of 255 = 83%
B 255 of 255 = 100%

225
212
255

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

Portions of RGB colors in percentages

R + G + B = 225 + 212 + 255 = 692 (100%)
R 225 of 692 ~ 32.51%
G 212 of 692 ~ 30.64%
B 255 of 692 ~ 36.85'%

%32.51
%30.64
%36.85

CMYK color model

#E1D4FF color CMYK value is (12,17,0,0).

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

CMYK: (12,17,0,0)
C12M17Y0K0 (12%, 17%, 0%, 0%)
(0.12 / 0.17 / 0.00 / 0.00)

CMYK percentages

%11.76
%16.86
%0
%0

Codes

Color #E1D4FF in popluar color models

E1 D4 FF
RGB 225 212 255
HSL 258° 100.00% 91.57%
HSB/HSV 258° 16.86% 100.00%
CMYK 11.76% 16.86% 0.00%
0.00%

Color #E1D4FF in popluar number systems.

HEX E1 D4 FF
Decimal 225 212 255
Binary 11100001 11010100 11111111
Octal 341 324 377

Shades and tints

Shades of #E1D4FF

#E1D4FF
(225,212,255)
#CDC1E8
(205,193,232)
#B9AED1
(185,174,209)
#A59BBA
(165,155,186)
#9188A3
(145,136,163)
#7D758C
(125,117,140)
#696275
(105,98,117)
#554F5E
(85,79,94)
#413C47
(65,60,71)
#2D2930
(45,41,48)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #E1D4FF

#E1D4FF
(225,212,255)
#E3D7FF
(227,215,255)
#E5DAFF
(229,218,255)
#E7DDFF
(231,221,255)
#E9E0FF
(233,224,255)
#EBE3FF
(235,227,255)
#EDE6FF
(237,230,255)
#EFE9FF
(239,233,255)
#F1ECFF
(241,236,255)
#F3EFFF
(243,239,255)
#F5F2FF
(245,242,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D4FF; }

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

This text font color is #E1D4FF.

Background Color

.myBgColor { background-color: #E1D4FF; }

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

This div background color is #E1D4FF.

Border color

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

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

This div border color is #E1D4FF.

Opacity

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

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

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

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

This text has shadow with #E1D4FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1D4FF.

Preview

Color preview on black background

This text has color #E1D4FF on black background.


Color preview on white background

This text has color #E1D4FF on white background.


Black color preview on #E1D4FF background

This text has black color on #E1D4FF background.


White color preview on #E1D4FF background

This text has white color on #E1D4FF background.


Related colors

Complementary color

Complementary color for #hex is #1E2B00.


I love getcolorcode.com

Triadic colors

1 #FFE1D4 and #D4FFE1 with #E1D4FF are triadic colors.

2 #FFD4E1 and #D4E1FF with #E1D4FF are triadic colors.