COLOR #E9CDE4

HEX: #E9CDE4 RGB: (233,205,228)

Color info

#E9CDE4 contains red, green and blue colors in about the same proportion. Web safe color of #E9CDE4 is #FFCCCC (or #FCC).

RGB color model

#E9CDE4 color RGB value is (233,205,228).

RGB: (233,205,228) (91%, 80%, 89%)

RGB channels and saturation

R 233 of 255 = 91%
G 205 of 255 = 80%
B 228 of 255 = 89%

233
205
228

R + G + B ~ 87%. #E9CDE4 is light color.

Portions of RGB colors in percentages

R + G + B = 233 + 205 + 228 = 666 (100%)
R 233 of 666 ~ 34.98%
G 205 of 666 ~ 30.78%
B 228 of 666 ~ 34.23'%

%34.98
%30.78
%34.23

CMYK color model

#E9CDE4 color CMYK value is (0,12,2,9).

  • cyan value is 0.00%
  • magenta value is 12.02%
  • yellow value is 2.15%
  • key color value is 8.63%

CMYK: (0,12,2,9)
C0M12Y2K9 (0%, 12%, 2%, 9%)
(0.00 / 0.12 / 0.02 / 0.09)

CMYK percentages

%0
%12.02
%2.15
%8.63

Codes

Color #E9CDE4 in popluar color models

E9 CD E4
RGB 233 205 228
HSL 311° 38.89% 85.88%
HSB/HSV 311° 12.02% 91.37%
CMYK 0.00% 12.02% 2.15%
8.63%

Color #E9CDE4 in popluar number systems.

HEX E9 CD E4
Decimal 233 205 228
Binary 11101001 11001101 11100100
Octal 351 315 344

Shades and tints

Shades of #E9CDE4

#E9CDE4
(233,205,228)
#D4BBD0
(212,187,208)
#BFA9BC
(191,169,188)
#AA97A8
(170,151,168)
#958594
(149,133,148)
#807380
(128,115,128)
#6B616C
(107,97,108)
#564F58
(86,79,88)
#413D44
(65,61,68)
#2C2B30
(44,43,48)
#17191C
(23,25,28)
#000000
(0,0,0)

Tints of #E9CDE4

#E9CDE4
(233,205,228)
#EBD1E6
(235,209,230)
#EDD5E8
(237,213,232)
#EFD9EA
(239,217,234)
#F1DDEC
(241,221,236)
#F3E1EE
(243,225,238)
#F5E5F0
(245,229,240)
#F7E9F2
(247,233,242)
#F9EDF4
(249,237,244)
#FBF1F6
(251,241,246)
#FDF5F8
(253,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9CDE4 color. Also use rgb(233,205,228) instead hex code.

Text Font Color

.myTextColor { color: #E9CDE4; }

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

This text font color is #E9CDE4.

Background Color

.myBgColor { background-color: #E9CDE4; }

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

This div background color is #E9CDE4.

Border color

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

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

This div border color is #E9CDE4.

Opacity

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

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

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

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

This text has shadow with #E9CDE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9CDE4.

Preview

Color preview on black background

This text has color #E9CDE4 on black background.


Color preview on white background

This text has color #E9CDE4 on white background.


Black color preview on #E9CDE4 background

This text has black color on #E9CDE4 background.


White color preview on #E9CDE4 background

This text has white color on #E9CDE4 background.


Related colors

Complementary color

Complementary color for #hex is #16321B.


I love getcolorcode.com

Triadic colors

1 #E4E9CD and #CDE4E9 with #E9CDE4 are triadic colors.

2 #E4CDE9 and #CDE9E4 with #E9CDE4 are triadic colors.