COLOR #E9CCDD

HEX: #E9CCDD RGB: (233,204,221)

Color info

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

RGB color model

#E9CCDD color RGB value is (233,204,221).

RGB: (233,204,221) (91%, 80%, 87%)

RGB channels and saturation

R 233 of 255 = 91%
G 204 of 255 = 80%
B 221 of 255 = 87%

233
204
221

R + G + B ~ 86%. #E9CCDD is light color.

Portions of RGB colors in percentages

R + G + B = 233 + 204 + 221 = 658 (100%)
R 233 of 658 ~ 35.41%
G 204 of 658 ~ 31%
B 221 of 658 ~ 33.59'%

%35.41
%31
%33.59

CMYK color model

#E9CCDD color CMYK value is (0,12,5,9).

  • cyan value is 0.00%
  • magenta value is 12.45%
  • yellow value is 5.15%
  • key color value is 8.63%
CMYK: (0,12,5,9) C0M12Y5K9 (0%,12%,5%,9%) (0.00/0.12/0.05/0.09) 

CMYK percentages

%0
%12.45
%5.15
%8.63

Codes

Color #E9CCDD in popluar color models

E9 CC DD
RGB 233 204 221
HSL 325° 39.73% 85.69%
HSB/HSV 325° 12.45% 91.37%
CMYK 0.00% 12.45% 5.15%
8.63%

Color #E9CCDD in popluar number systems.

HEX E9 CC DD
Decimal 233 204 221
Binary 11101001 11001100 11011101
Octal 351 314 335

Shades and tints

Shades of #E9CCDD

#E9CCDD
(233,204,221)
#D4BAC9
(212,186,201)
#BFA8B5
(191,168,181)
#AA96A1
(170,150,161)
#95848D
(149,132,141)
#807279
(128,114,121)
#6B6065
(107,96,101)
#564E51
(86,78,81)
#413C3D
(65,60,61)
#2C2A29
(44,42,41)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #E9CCDD

#E9CCDD
(233,204,221)
#EBD0E0
(235,208,224)
#EDD4E3
(237,212,227)
#EFD8E6
(239,216,230)
#F1DCE9
(241,220,233)
#F3E0EC
(243,224,236)
#F5E4EF
(245,228,239)
#F7E8F2
(247,232,242)
#F9ECF5
(249,236,245)
#FBF0F8
(251,240,248)
#FDF4FB
(253,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9CCDD color. Also use rgb(233,204,221) instead hex code.

Text Font Color

.myTextColor { color: #E9CCDD; }

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

This text font color is #E9CCDD.

Background Color

.myBgColor { background-color: #E9CCDD; }

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

This div background color is #E9CCDD.

Border color

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

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

This div border color is #E9CCDD.

Opacity

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

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

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

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

This text has shadow with #E9CCDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9CCDD.

Preview

Color preview on black background

This text has color #E9CCDD on black background.


Color preview on white background

This text has color #E9CCDD on white background.


Black color preview on #E9CCDD background

This text has black color on #E9CCDD background.


White color preview on #E9CCDD background

This text has white color on #E9CCDD background.


Related colors

Complementary color

Complementary color for #hex is #163322.


I love getcolorcode.com

Triadic colors

1 #DDE9CC and #CCDDE9 with #E9CCDD are triadic colors.

2 #DDCCE9 and #CCE9DD with #E9CCDD are triadic colors.