COLOR #E9CDDA

HEX: #E9CDDA RGB: (233,205,218)

Color info

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

RGB color model

#E9CDDA color RGB value is (233,205,218).

RGB: (233,205,218) (91%, 80%, 85%)

RGB channels and saturation

R 233 of 255 = 91%
G 205 of 255 = 80%
B 218 of 255 = 85%

233
205
218

R + G + B ~ 85%. #E9CDDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 205 + 218 = 656 (100%)
R 233 of 656 ~ 35.52%
G 205 of 656 ~ 31.25%
B 218 of 656 ~ 33.23'%

%35.52
%31.25
%33.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.02%
  • yellow value is 6.44%
  • 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
%6.44
%8.63

Codes

Color #E9CDDA in popluar color models

E9 CD DA
RGB 233 205 218
HSL 332° 38.89% 85.88%
HSB/HSV 332° 12.02% 91.37%
CMYK 0.00% 12.02% 6.44%
8.63%

Color #E9CDDA in popluar number systems.

HEX E9 CD DA
Decimal 233 205 218
Binary 11101001 11001101 11011010
Octal 351 315 332

Shades and tints

Shades of #E9CDDA

#E9CDDA
(233,205,218)
#D4BBC7
(212,187,199)
#BFA9B4
(191,169,180)
#AA97A1
(170,151,161)
#95858E
(149,133,142)
#80737B
(128,115,123)
#6B6168
(107,97,104)
#564F55
(86,79,85)
#413D42
(65,61,66)
#2C2B2F
(44,43,47)
#17191C
(23,25,28)
#000000
(0,0,0)

Tints of #E9CDDA

#E9CDDA
(233,205,218)
#EBD1DD
(235,209,221)
#EDD5E0
(237,213,224)
#EFD9E3
(239,217,227)
#F1DDE6
(241,221,230)
#F3E1E9
(243,225,233)
#F5E5EC
(245,229,236)
#F7E9EF
(247,233,239)
#F9EDF2
(249,237,242)
#FBF1F5
(251,241,245)
#FDF5F8
(253,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9CDDA; }

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

This text font color is #E9CDDA.

Background Color

.myBgColor { background-color: #E9CDDA; }

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

This div background color is #E9CDDA.

Border color

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

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

This div border color is #E9CDDA.

Opacity

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

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

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

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

This text has shadow with #E9CDDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9CDDA.

Preview

Color preview on black background

This text has color #E9CDDA on black background.


Color preview on white background

This text has color #E9CDDA on white background.


Black color preview on #E9CDDA background

This text has black color on #E9CDDA background.


White color preview on #E9CDDA background

This text has white color on #E9CDDA background.


Related colors

Complementary color

Complementary color for #hex is #163225.


I love getcolorcode.com

Triadic colors

1 #DAE9CD and #CDDAE9 with #E9CDDA are triadic colors.

2 #DACDE9 and #CDE9DA with #E9CDDA are triadic colors.