COLOR #E9D4EA

HEX: #E9D4EA RGB: (233,212,234)

Color info

#E9D4EA contains red, green and blue colors in about the same proportion. Web safe color of #E9D4EA is #FFCCFF (or #FCF).

RGB color model

#E9D4EA color RGB value is (233,212,234).

RGB: (233,212,234) (91%, 83%, 92%)

RGB channels and saturation

R 233 of 255 = 91%
G 212 of 255 = 83%
B 234 of 255 = 92%

233
212
234

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

Portions of RGB colors in percentages

R + G + B = 233 + 212 + 234 = 679 (100%)
R 233 of 679 ~ 34.32%
G 212 of 679 ~ 31.22%
B 234 of 679 ~ 34.46'%

%34.32
%31.22
%34.46

CMYK color model

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

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

CMYK: (0,9,0,8)
C0M9Y0K8 (0%, 9%, 0%, 8%)
(0.00 / 0.09 / 0.00 / 0.08)

CMYK percentages

%0.43
%9.4
%0
%8.24

Codes

Color #E9D4EA in popluar color models

E9 D4 EA
RGB 233 212 234
HSL 297° 34.38% 87.45%
HSB/HSV 297° 9.40% 91.76%
CMYK 0.43% 9.40% 0.00%
8.24%

Color #E9D4EA in popluar number systems.

HEX E9 D4 EA
Decimal 233 212 234
Binary 11101001 11010100 11101010
Octal 351 324 352

Shades and tints

Shades of #E9D4EA

#E9D4EA
(233,212,234)
#D4C1D5
(212,193,213)
#BFAEC0
(191,174,192)
#AA9BAB
(170,155,171)
#958896
(149,136,150)
#807581
(128,117,129)
#6B626C
(107,98,108)
#564F57
(86,79,87)
#413C42
(65,60,66)
#2C292D
(44,41,45)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #E9D4EA

#E9D4EA
(233,212,234)
#EBD7EB
(235,215,235)
#EDDAEC
(237,218,236)
#EFDDED
(239,221,237)
#F1E0EE
(241,224,238)
#F3E3EF
(243,227,239)
#F5E6F0
(245,230,240)
#F7E9F1
(247,233,241)
#F9ECF2
(249,236,242)
#FBEFF3
(251,239,243)
#FDF2F4
(253,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9D4EA; }

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

This text font color is #E9D4EA.

Background Color

.myBgColor { background-color: #E9D4EA; }

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

This div background color is #E9D4EA.

Border color

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

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

This div border color is #E9D4EA.

Opacity

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

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

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

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

This text has shadow with #E9D4EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9D4EA.

Preview

Color preview on black background

This text has color #E9D4EA on black background.


Color preview on white background

This text has color #E9D4EA on white background.


Black color preview on #E9D4EA background

This text has black color on #E9D4EA background.


White color preview on #E9D4EA background

This text has white color on #E9D4EA background.


Related colors

Complementary color

Complementary color for #hex is #162B15.


I love getcolorcode.com

Triadic colors

1 #EAE9D4 and #D4EAE9 with #E9D4EA are triadic colors.

2 #EAD4E9 and #D4E9EA with #E9D4EA are triadic colors.