COLOR #E9CDE2

HEX: #E9CDE2 RGB: (233,205,226)

Color info

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

RGB color model

#E9CDE2 color RGB value is (233,205,226).

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

RGB channels and saturation

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

233
205
226

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

Portions of RGB colors in percentages

R + G + B = 233 + 205 + 226 = 664 (100%)
R 233 of 664 ~ 35.09%
G 205 of 664 ~ 30.87%
B 226 of 664 ~ 34.04'%

%35.09
%30.87
%34.04

CMYK color model

#E9CDE2 color CMYK value is (0,12,3,9).

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

CMYK: (0,12,3,9)
C0M12Y3K9 (0%, 12%, 3%, 9%)
(0.00 / 0.12 / 0.03 / 0.09)

CMYK percentages

%0
%12.02
%3
%8.63

Codes

Color #E9CDE2 in popluar color models

E9 CD E2
RGB 233 205 226
HSL 315° 38.89% 85.88%
HSB/HSV 315° 12.02% 91.37%
CMYK 0.00% 12.02% 3.00%
8.63%

Color #E9CDE2 in popluar number systems.

HEX E9 CD E2
Decimal 233 205 226
Binary 11101001 11001101 11100010
Octal 351 315 342

Shades and tints

Shades of #E9CDE2

#E9CDE2
(233,205,226)
#D4BBCE
(212,187,206)
#BFA9BA
(191,169,186)
#AA97A6
(170,151,166)
#958592
(149,133,146)
#80737E
(128,115,126)
#6B616A
(107,97,106)
#564F56
(86,79,86)
#413D42
(65,61,66)
#2C2B2E
(44,43,46)
#17191A
(23,25,26)
#000000
(0,0,0)

Tints of #E9CDE2

#E9CDE2
(233,205,226)
#EBD1E4
(235,209,228)
#EDD5E6
(237,213,230)
#EFD9E8
(239,217,232)
#F1DDEA
(241,221,234)
#F3E1EC
(243,225,236)
#F5E5EE
(245,229,238)
#F7E9F0
(247,233,240)
#F9EDF2
(249,237,242)
#FBF1F4
(251,241,244)
#FDF5F6
(253,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9CDE2; }

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

This text font color is #E9CDE2.

Background Color

.myBgColor { background-color: #E9CDE2; }

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

This div background color is #E9CDE2.

Border color

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

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

This div border color is #E9CDE2.

Opacity

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

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

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

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

This text has shadow with #E9CDE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9CDE2.

Preview

Color preview on black background

This text has color #E9CDE2 on black background.


Color preview on white background

This text has color #E9CDE2 on white background.


Black color preview on #E9CDE2 background

This text has black color on #E9CDE2 background.


White color preview on #E9CDE2 background

This text has white color on #E9CDE2 background.


Related colors

Complementary color

Complementary color for #hex is #16321D.


I love getcolorcode.com

Triadic colors

1 #E2E9CD and #CDE2E9 with #E9CDE2 are triadic colors.

2 #E2CDE9 and #CDE9E2 with #E9CDE2 are triadic colors.