COLOR #E9CDDC

HEX: #E9CDDC
RGB: (233,205,220)

Color info

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

RGB color model

#E9CDDC color RGB value is (233,205,220).

  • red value is 233;
  • green value is 205;
  • blue value is 220.
RGB:
(233,205,220)
(91%,80%,86%)

RGB channels and saturation

R 233 of 255 = 91%
G 205 of 255 = 80%
B 220 of 255 = 86%

233
205
220

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

Portions of RGB colors in percentages

R + G + B =
233 + 205 + 220 = 658 (100%)
R 233 of 658 ~ 35.41%
G 205 of 658 ~ 31.16%
B 220 of 658 ~ 33.43%

%35.41
%31.16
%33.43

CMYK color model

#E9CDDC color CMYK value is (0,12,6,9).

  • cyan value is 0.00%
  • magenta value is 12.02%
  • yellow value is 5.58%
  • key color value is 8.63%
CMYK:
(0,12,6,9)
C0M12Y6K9 
(0%,12%,6%,9%)
(0.00/0.12/0.06/0.09)	

CMYK percentages

%0
%12.02
%5.58
%8.63

Codes

Color #E9CDDC in popluar color models

E9CDDC
RGB233205220
HSL328°38.89%85.88%
HSB/HSV328°12.02%91.37%
CMYK0.00%12.02%5.58%
8.63%

Color #E9CDDC in popluar number systems.

HEXE9CDDC
Decimal233205220
Binary111010011100110111011100
Octal351315334

Shades and tints

Shades of #E9CDDC

#E9CDDC
(233,205,220)
#D4BBC8
(212,187,200)
#BFA9B4
(191,169,180)
#AA97A0
(170,151,160)
#95858C
(149,133,140)
#807378
(128,115,120)
#6B6164
(107,97,100)
#564F50
(86,79,80)
#413D3C
(65,61,60)
#2C2B28
(44,43,40)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #E9CDDC

#E9CDDC
(233,205,220)
#EBD1DF
(235,209,223)
#EDD5E2
(237,213,226)
#EFD9E5
(239,217,229)
#F1DDE8
(241,221,232)
#F3E1EB
(243,225,235)
#F5E5EE
(245,229,238)
#F7E9F1
(247,233,241)
#F9EDF4
(249,237,244)
#FBF1F7
(251,241,247)
#FDF5FA
(253,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9CDDC; }

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

This text font color is #E9CDDC.


Background Color

.myBgColor { background-color: #E9CDDC; }

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

This div background color is #E9CDDC.


Border color

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

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

This div border color is #E9CDDC.


Opacity

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

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

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

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

This text has shadow with #E9CDDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9CDDC on black background.


Color preview on white background

This text has color #E9CDDC on white background.



Black color preview on #E9CDDC background

This text has black color on #E9CDDC background.


White color preview on #E9CDDC background

This text has white color on #E9CDDC background.