COLOR #E1D4EA

HEX: #E1D4EA RGB: (225,212,234)

Color info

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

RGB color model

#E1D4EA color RGB value is (225,212,234).

RGB: (225,212,234) (88%, 83%, 92%)

RGB channels and saturation

R 225 of 255 = 88%
G 212 of 255 = 83%
B 234 of 255 = 92%

225
212
234

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

Portions of RGB colors in percentages

R + G + B = 225 + 212 + 234 = 671 (100%)
R 225 of 671 ~ 33.53%
G 212 of 671 ~ 31.59%
B 234 of 671 ~ 34.87'%

%33.53
%31.59
%34.87

CMYK color model

#E1D4EA color CMYK value is (4,9,0,8).

  • cyan value is 3.85%
  • magenta value is 9.40%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (4,9,0,8)
C4M9Y0K8 (4%, 9%, 0%, 8%)
(0.04 / 0.09 / 0.00 / 0.08)

CMYK percentages

%3.85
%9.4
%0
%8.24

Codes

Color #E1D4EA in popluar color models

E1 D4 EA
RGB 225 212 234
HSL 275° 34.38% 87.45%
HSB/HSV 275° 9.40% 91.76%
CMYK 3.85% 9.40% 0.00%
8.24%

Color #E1D4EA in popluar number systems.

HEX E1 D4 EA
Decimal 225 212 234
Binary 11100001 11010100 11101010
Octal 341 324 352

Shades and tints

Shades of #E1D4EA

#E1D4EA
(225,212,234)
#CDC1D5
(205,193,213)
#B9AEC0
(185,174,192)
#A59BAB
(165,155,171)
#918896
(145,136,150)
#7D7581
(125,117,129)
#69626C
(105,98,108)
#554F57
(85,79,87)
#413C42
(65,60,66)
#2D292D
(45,41,45)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #E1D4EA

#E1D4EA
(225,212,234)
#E3D7EB
(227,215,235)
#E5DAEC
(229,218,236)
#E7DDED
(231,221,237)
#E9E0EE
(233,224,238)
#EBE3EF
(235,227,239)
#EDE6F0
(237,230,240)
#EFE9F1
(239,233,241)
#F1ECF2
(241,236,242)
#F3EFF3
(243,239,243)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D4EA; }

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

This text font color is #E1D4EA.

Background Color

.myBgColor { background-color: #E1D4EA; }

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

This div background color is #E1D4EA.

Border color

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

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

This div border color is #E1D4EA.

Opacity

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

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

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

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

This text has shadow with #E1D4EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1D4EA.

Preview

Color preview on black background

This text has color #E1D4EA on black background.


Color preview on white background

This text has color #E1D4EA on white background.


Black color preview on #E1D4EA background

This text has black color on #E1D4EA background.


White color preview on #E1D4EA background

This text has white color on #E1D4EA background.


Related colors

Complementary color

Complementary color for #hex is #1E2B15.


I love getcolorcode.com

Triadic colors

1 #EAE1D4 and #D4EAE1 with #E1D4EA are triadic colors.

2 #EAD4E1 and #D4E1EA with #E1D4EA are triadic colors.