#ECC2CB

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

Shades of Chantilly #ECC2CB

Tints of Chantilly #ECC2CB

Color information

#ECC2CB (or 0xECC2CB) is unknown color: approx Chantilly. HEX triplet: EC, C2 and CB. RGB value is (236,194,203). Sum of RGB (Red+Green+Blue) = 236+194+203=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 194 (76.17% from 255 or 30.65% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC2CB is #133D34. Grayscale: #CFCFCF. Windows color (decimal): -1260853 or 13353708. OLE color: 13353708.

HSL color Cylindrical-coordinate representation of color #ECC2CB: hue angle of 347.14º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECC2CB is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB236194203-
CMYK00.180.140.07
HSL347.14º52.5%84.31%-
HSV(B)347.14º17.8%92.55%-
XYZ64.6660.7364.81-
YUV207.58125.41148.27-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.28%
GREEN value IS 194 (76.17% from 255) = 30.65%
BLUE value IS 203 (79.69% from 255) = 32.07%
R=37.28%
G=30.65%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619420300.180.140.07347.1452.584.31
HexECC2CB012E715b3454
Octal35430231302216753364124
Binary11101100110000101100101101001011101111010110111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC2CB; }

 p { color: rgb(236,194,203); }

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

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

 a { background-color: rgb(236,194,203); }

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

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

 span { border-color: rgb(236,194,203); }

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