Shades of Chantilly #ECC0CA
Tints of Chantilly #ECC0CA
RGB
CMYK
RGB Variations
Color information
#ECC0CA (or 0xECC0CA) is known color: Chantilly. HEX triplet: EC, C0 and CA. RGB value is (236,192,202). Sum of RGB (Red+Green+Blue) = 236+192+202=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 192 (75.39% from 255 or 30.48% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC0CA is #133F35. Grayscale: #CECECE. Windows color (decimal): -1261366 or 13287660. OLE color: 13287660.
HSL color Cylindrical-coordinate representation of color #ECC0CA: hue angle of 346.36º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECC0CA is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 202 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.07 |
| HSL | 346.36º | 0.54% | 0.84% | - |
| HSV(B) | 346.36º | 0.19% | 0.93% | - |
| XYZ | 64.1 | 59.8 | 64.04 | - |
| YUV | 206.3 | 125.58 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 202 | 0 | 0.19 | 0.14 | 0.07 | 346.36 | 0.54 | 0.84 |
| Hex | EC | C0 | CA | 0 | 13 | E | 7 | 15A | 36 | 54 |
| Octal | 354 | 300 | 312 | 0 | 23 | 16 | 7 | 532 | 66 | 124 |
| Binary | 11101100 | 11000000 | 11001010 | 0 | 10011 | 1110 | 111 | 101011010 | 110110 | 1010100 |
Color Harmonies of #ECC0CA
Complementary color
Monochromatic Colors of #ECC0CA
Black with #ECC0CA
Text Example
Text Example
White with #ECC0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC0CA; }
p { color: rgb(236,192,202); }
H1.HeaderClassName
{
color: #ECC0CA;
}
.AnyTagClassName
{
color: #ECC0CA;
}
</style>
background-color css
<style>
a { background-color: #ECC0CA; }
a { background-color: rgb(236,192,202); }
div.DivClassName
{
background-color: #ECC0CA;
}
.BgClassName
{
background-color: #ECC0CA;
}
</style>
border-color css
<style>
span { border-color: #ECC0CA; }
span { border-color: rgb(236,192,202); }
td.TdClassName
{
border-color: #ECC0CA;
}
.TagClassName
{
border-color: #ECC0CA;
}
</style>