#E9CCD6

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

Shades of Prim #E9CCD6

Tints of Prim #E9CCD6

Color information

#E9CCD6 (or 0xE9CCD6) is unknown color: approx Prim. HEX triplet: E9, CC and D6. RGB value is (233,204,214). Sum of RGB (Red+Green+Blue) = 233+204+214=651 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.79% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 214 (83.98% from 255 or 32.87% from 651); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CCD6 is #163329. Grayscale: #D5D5D5. Windows color (decimal): -1454890 or 14077161. OLE color: 14077161.

HSL color Cylindrical-coordinate representation of color #E9CCD6: hue angle of 339.31º degrees, saturation: 0.4, 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 #E9CCD6 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB233204214-
CMYK00.120.080.09
HSL339.31º39.73%85.69%-
HSV(B)339.31º12.45%91.37%-
XYZ67.3365.3672.69-
YUV213.81128.11141.69-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.79%
GREEN value IS 204 (80.08% from 255) = 31.34%
BLUE value IS 214 (83.98% from 255) = 32.87%
R=35.79%
G=31.34%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320421400.120.080.09339.3139.7385.69
HexE9CCD60C891532856
Octal351314326014101152350126
Binary11101001110011001101011001100100010011010100111010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CCD6; }

 p { color: rgb(233,204,214); }

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

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

 a { background-color: rgb(233,204,214); }

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

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

 span { border-color: rgb(233,204,214); }

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