COLOR #E8CDD9

HEX: #E8CDD9 RGB: (232,205,217)

Color info

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

RGB color model

#E8CDD9 color RGB value is (232,205,217).

RGB: (232,205,217) (91%, 80%, 85%)

RGB channels and saturation

R 232 of 255 = 91%
G 205 of 255 = 80%
B 217 of 255 = 85%

232
205
217

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

Portions of RGB colors in percentages

R + G + B = 232 + 205 + 217 = 654 (100%)
R 232 of 654 ~ 35.47%
G 205 of 654 ~ 31.35%
B 217 of 654 ~ 33.18'%

%35.47
%31.35
%33.18

CMYK color model

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

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

CMYK percentages

%0
%11.64
%6.47
%9.02

Codes

Color #E8CDD9 in popluar color models

E8 CD D9
RGB 232 205 217
HSL 333° 36.99% 85.69%
HSB/HSV 333° 11.64% 90.98%
CMYK 0.00% 11.64% 6.47%
9.02%

Color #E8CDD9 in popluar number systems.

HEX E8 CD D9
Decimal 232 205 217
Binary 11101000 11001101 11011001
Octal 350 315 331

Shades and tints

Shades of #E8CDD9

#E8CDD9
(232,205,217)
#D3BBC6
(211,187,198)
#BEA9B3
(190,169,179)
#A997A0
(169,151,160)
#94858D
(148,133,141)
#7F737A
(127,115,122)
#6A6167
(106,97,103)
#554F54
(85,79,84)
#403D41
(64,61,65)
#2B2B2E
(43,43,46)
#16191B
(22,25,27)
#000000
(0,0,0)

Tints of #E8CDD9

#E8CDD9
(232,205,217)
#EAD1DC
(234,209,220)
#ECD5DF
(236,213,223)
#EED9E2
(238,217,226)
#F0DDE5
(240,221,229)
#F2E1E8
(242,225,232)
#F4E5EB
(244,229,235)
#F6E9EE
(246,233,238)
#F8EDF1
(248,237,241)
#FAF1F4
(250,241,244)
#FCF5F7
(252,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8CDD9 color. Also use rgb(232,205,217) instead hex code.

Text Font Color

.myTextColor { color: #E8CDD9; }

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

This text font color is #E8CDD9.

Background Color

.myBgColor { background-color: #E8CDD9; }

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

This div background color is #E8CDD9.

Border color

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

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

This div border color is #E8CDD9.

Opacity

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

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

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

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

This text has shadow with #E8CDD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8CDD9.

Preview

Color preview on black background

This text has color #E8CDD9 on black background.


Color preview on white background

This text has color #E8CDD9 on white background.


Black color preview on #E8CDD9 background

This text has black color on #E8CDD9 background.


White color preview on #E8CDD9 background

This text has white color on #E8CDD9 background.


Related colors

Complementary color

Complementary color for #hex is #173226.


I love getcolorcode.com

Triadic colors

1 #D9E8CD and #CDD9E8 with #E8CDD9 are triadic colors.

2 #D9CDE8 and #CDE8D9 with #E8CDD9 are triadic colors.