Shades of Chantilly #ECC2CE
Tints of Chantilly #ECC2CE
RGB
CMYK
RGB Variations
Color information
#ECC2CE (or 0xECC2CE) is known color: Chantilly. HEX triplet: EC, C2 and CE. RGB value is (236,194,206). Sum of RGB (Red+Green+Blue) = 236+194+206=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 194 (76.17% from 255 or 30.50% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC2CE is #133D31. Grayscale: #CFCFCF. Windows color (decimal): -1260850 or 13550316. OLE color: 13550316.
HSL color Cylindrical-coordinate representation of color #ECC2CE: hue angle of 342.86º 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 #ECC2CE is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 206 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.07 |
| HSL | 342.86º | 0.53% | 0.84% | - |
| HSV(B) | 342.86º | 0.18% | 0.93% | - |
| XYZ | 65.02 | 60.87 | 66.71 | - |
| YUV | 207.93 | 126.91 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 206 | 0 | 0.18 | 0.13 | 0.07 | 342.86 | 0.53 | 0.84 |
| Hex | EC | C2 | CE | 0 | 12 | D | 7 | 157 | 34 | 54 |
| Octal | 354 | 302 | 316 | 0 | 22 | 15 | 7 | 527 | 64 | 124 |
| Binary | 11101100 | 11000010 | 11001110 | 0 | 10010 | 1101 | 111 | 101010111 | 110100 | 1010100 |
Color Harmonies of #ECC2CE
Complementary color
Monochromatic Colors of #ECC2CE
Black with #ECC2CE
Text Example
Text Example
White with #ECC2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC2CE; }
p { color: rgb(236,194,206); }
H1.HeaderClassName
{
color: #ECC2CE;
}
.AnyTagClassName
{
color: #ECC2CE;
}
</style>
background-color css
<style>
a { background-color: #ECC2CE; }
a { background-color: rgb(236,194,206); }
div.DivClassName
{
background-color: #ECC2CE;
}
.BgClassName
{
background-color: #ECC2CE;
}
</style>
border-color css
<style>
span { border-color: #ECC2CE; }
span { border-color: rgb(236,194,206); }
td.TdClassName
{
border-color: #ECC2CE;
}
.TagClassName
{
border-color: #ECC2CE;
}
</style>