Shades of Chantilly #ECC0CF
Tints of Chantilly #ECC0CF
RGB
CMYK
RGB Variations
Color information
#ECC0CF (or 0xECC0CF) is known color: Chantilly. HEX triplet: EC, C0 and CF. RGB value is (236,192,207). Sum of RGB (Red+Green+Blue) = 236+192+207=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 192 (75.39% from 255 or 30.24% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC0CF is #133F30. Grayscale: #CECECE. Windows color (decimal): -1261361 or 13615340. OLE color: 13615340.
HSL color Cylindrical-coordinate representation of color #ECC0CF: hue angle of 339.55º 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 #ECC0CF is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 207 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.07 |
| HSL | 339.55º | 0.54% | 0.84% | - |
| HSV(B) | 339.55º | 0.19% | 0.93% | - |
| XYZ | 64.7 | 60.04 | 67.21 | - |
| YUV | 206.87 | 128.08 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 207 | 0 | 0.19 | 0.12 | 0.07 | 339.55 | 0.54 | 0.84 |
| Hex | EC | C0 | CF | 0 | 13 | C | 7 | 154 | 36 | 54 |
| Octal | 354 | 300 | 317 | 0 | 23 | 14 | 7 | 524 | 66 | 124 |
| Binary | 11101100 | 11000000 | 11001111 | 0 | 10011 | 1100 | 111 | 101010100 | 110110 | 1010100 |
Color Harmonies of #ECC0CF
Complementary color
Monochromatic Colors of #ECC0CF
Black with #ECC0CF
Text Example
Text Example
White with #ECC0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC0CF; }
p { color: rgb(236,192,207); }
H1.HeaderClassName
{
color: #ECC0CF;
}
.AnyTagClassName
{
color: #ECC0CF;
}
</style>
background-color css
<style>
a { background-color: #ECC0CF; }
a { background-color: rgb(236,192,207); }
div.DivClassName
{
background-color: #ECC0CF;
}
.BgClassName
{
background-color: #ECC0CF;
}
</style>
border-color css
<style>
span { border-color: #ECC0CF; }
span { border-color: rgb(236,192,207); }
td.TdClassName
{
border-color: #ECC0CF;
}
.TagClassName
{
border-color: #ECC0CF;
}
</style>