#E9CDD9

Color #E9CDD9 Prim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prim #E9CDD9

Tints of Prim #E9CDD9

Color information

#E9CDD9 (or 0xE9CDD9) is unknown color: approx Prim. HEX triplet: E9, CD and D9. RGB value is (233,205,217). Sum of RGB (Red+Green+Blue) = 233+205+217=655 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.57% from 655); Green value is 205 (80.47% from 255 or 31.30% from 655); Blue value is 217 (85.16% from 255 or 33.13% from 655); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CDD9 is #163226. Grayscale: #D6D6D6. Windows color (decimal): -1454631 or 14274025. OLE color: 14274025.

HSL color Cylindrical-coordinate representation of color #E9CDD9: hue angle of 334.29º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E9CDD9 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB233205217-
CMYK00.120.070.09
HSL334.29º38.89%85.88%-
HSV(B)334.29º12.02%91.37%-
XYZ67.966674.8-
YUV214.74129.28141.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 233 (91.41% from 255) = 35.57%
GREEN value IS 205 (80.47% from 255) = 31.30%
BLUE value IS 217 (85.16% from 255) = 33.13%
R=35.57%
G=31.30%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320521700.120.070.09334.2938.8985.88
HexE9CDD90C7914e2756
Octal35131533101471151647126
Binary1110100111001101110110010110011110011010011101001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CDD9; }

 p { color: rgb(233,205,217); }

 H1.HeaderClassName
 {
   color: #E9CDD9;
 }
 .AnyTagClassName
 {
   color: #E9CDD9;
 }
</style>
background-color css

<style>
 a { background-color: #E9CDD9; }

 a { background-color: rgb(233,205,217); }

 div.DivClassName
 {
   background-color: #E9CDD9;
 }
 .BgClassName
 {
   background-color: #E9CDD9;
 }
</style>
border-color css

<style>
 span { border-color: #E9CDD9; }

 span { border-color: rgb(233,205,217); }

 td.TdClassName
 {
   border-color: #E9CDD9;
 }
 .TagClassName
 {
   border-color: #E9CDD9;
 }
</style>