COLOR #E1D4EC

HEX: #E1D4EC RGB: (225,212,236)

Color info

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

RGB color model

#E1D4EC color RGB value is (225,212,236).

RGB: (225,212,236) (88%, 83%, 93%)

RGB channels and saturation

R 225 of 255 = 88%
G 212 of 255 = 83%
B 236 of 255 = 93%

225
212
236

R + G + B ~ 88%. #E1D4EC is light color.

Portions of RGB colors in percentages

R + G + B = 225 + 212 + 236 = 673 (100%)
R 225 of 673 ~ 33.43%
G 212 of 673 ~ 31.5%
B 236 of 673 ~ 35.07'%

%33.43
%31.5
%35.07

CMYK color model

#E1D4EC color CMYK value is (5,10,0,7).

  • cyan value is 4.66%
  • magenta value is 10.17%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (5,10,0,7)
C5M10Y0K7 (5%, 10%, 0%, 7%)
(0.05 / 0.10 / 0.00 / 0.07)

CMYK percentages

%4.66
%10.17
%0
%7.45

Codes

Color #E1D4EC in popluar color models

E1 D4 EC
RGB 225 212 236
HSL 273° 38.71% 87.84%
HSB/HSV 273° 10.17% 92.55%
CMYK 4.66% 10.17% 0.00%
7.45%

Color #E1D4EC in popluar number systems.

HEX E1 D4 EC
Decimal 225 212 236
Binary 11100001 11010100 11101100
Octal 341 324 354

Shades and tints

Shades of #E1D4EC

#E1D4EC
(225,212,236)
#CDC1D7
(205,193,215)
#B9AEC2
(185,174,194)
#A59BAD
(165,155,173)
#918898
(145,136,152)
#7D7583
(125,117,131)
#69626E
(105,98,110)
#554F59
(85,79,89)
#413C44
(65,60,68)
#2D292F
(45,41,47)
#19161A
(25,22,26)
#000000
(0,0,0)

Tints of #E1D4EC

#E1D4EC
(225,212,236)
#E3D7ED
(227,215,237)
#E5DAEE
(229,218,238)
#E7DDEF
(231,221,239)
#E9E0F0
(233,224,240)
#EBE3F1
(235,227,241)
#EDE6F2
(237,230,242)
#EFE9F3
(239,233,243)
#F1ECF4
(241,236,244)
#F3EFF5
(243,239,245)
#F5F2F6
(245,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D4EC; }

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

This text font color is #E1D4EC.

Background Color

.myBgColor { background-color: #E1D4EC; }

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

This div background color is #E1D4EC.

Border color

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

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

This div border color is #E1D4EC.

Opacity

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

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

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

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

This text has shadow with #E1D4EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1D4EC.

Preview

Color preview on black background

This text has color #E1D4EC on black background.


Color preview on white background

This text has color #E1D4EC on white background.


Black color preview on #E1D4EC background

This text has black color on #E1D4EC background.


White color preview on #E1D4EC background

This text has white color on #E1D4EC background.


Related colors

Complementary color

Complementary color for #hex is #1E2B13.


I love getcolorcode.com

Triadic colors

1 #ECE1D4 and #D4ECE1 with #E1D4EC are triadic colors.

2 #ECD4E1 and #D4E1EC with #E1D4EC are triadic colors.