Shades of Chantilly #ECC0CE
Tints of Chantilly #ECC0CE
RGB
CMYK
RGB Variations
Color information
#ECC0CE (or 0xECC0CE) is known color: Chantilly. HEX triplet: EC, C0 and CE. RGB value is (236,192,206). Sum of RGB (Red+Green+Blue) = 236+192+206=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 192 (75.39% from 255 or 30.28% from 634); Blue value is 206 (80.86% from 255 or 32.49% from 634); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC0CE is #133F31. Grayscale: #CECECE. Windows color (decimal): -1261362 or 13549804. OLE color: 13549804.
HSL color Cylindrical-coordinate representation of color #ECC0CE: hue angle of 340.91º 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 #ECC0CE is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 206 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.07 |
| HSL | 340.91º | 0.54% | 0.84% | - |
| HSV(B) | 340.91º | 0.19% | 0.93% | - |
| XYZ | 64.58 | 59.99 | 66.57 | - |
| YUV | 206.75 | 127.58 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 206 | 0 | 0.19 | 0.13 | 0.07 | 340.91 | 0.54 | 0.84 |
| Hex | EC | C0 | CE | 0 | 13 | D | 7 | 155 | 36 | 54 |
| Octal | 354 | 300 | 316 | 0 | 23 | 15 | 7 | 525 | 66 | 124 |
| Binary | 11101100 | 11000000 | 11001110 | 0 | 10011 | 1101 | 111 | 101010101 | 110110 | 1010100 |
Color Harmonies of #ECC0CE
Complementary color
Monochromatic Colors of #ECC0CE
Black with #ECC0CE
Text Example
Text Example
White with #ECC0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC0CE; }
p { color: rgb(236,192,206); }
H1.HeaderClassName
{
color: #ECC0CE;
}
.AnyTagClassName
{
color: #ECC0CE;
}
</style>
background-color css
<style>
a { background-color: #ECC0CE; }
a { background-color: rgb(236,192,206); }
div.DivClassName
{
background-color: #ECC0CE;
}
.BgClassName
{
background-color: #ECC0CE;
}
</style>
border-color css
<style>
span { border-color: #ECC0CE; }
span { border-color: rgb(236,192,206); }
td.TdClassName
{
border-color: #ECC0CE;
}
.TagClassName
{
border-color: #ECC0CE;
}
</style>