Shades of Chantilly #ECC2CF
Tints of Chantilly #ECC2CF
RGB
CMYK
RGB Variations
Color information
#ECC2CF (or 0xECC2CF) is known color: Chantilly. HEX triplet: EC, C2 and CF. RGB value is (236,194,207). Sum of RGB (Red+Green+Blue) = 236+194+207=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 194 (76.17% from 255 or 30.46% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC2CF is #133D30. Grayscale: #D0D0D0. Windows color (decimal): -1260849 or 13615852. OLE color: 13615852.
HSL color Cylindrical-coordinate representation of color #ECC2CF: hue angle of 341.43º 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 #ECC2CF is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 207 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.07 |
| HSL | 341.43º | 0.53% | 0.84% | - |
| HSV(B) | 341.43º | 0.18% | 0.93% | - |
| XYZ | 65.15 | 60.92 | 67.36 | - |
| YUV | 208.04 | 127.41 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 207 | 0 | 0.18 | 0.12 | 0.07 | 341.43 | 0.53 | 0.84 |
| Hex | EC | C2 | CF | 0 | 12 | C | 7 | 155 | 34 | 54 |
| Octal | 354 | 302 | 317 | 0 | 22 | 14 | 7 | 525 | 64 | 124 |
| Binary | 11101100 | 11000010 | 11001111 | 0 | 10010 | 1100 | 111 | 101010101 | 110100 | 1010100 |
Color Harmonies of #ECC2CF
Complementary color
Monochromatic Colors of #ECC2CF
Black with #ECC2CF
Text Example
Text Example
White with #ECC2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC2CF; }
p { color: rgb(236,194,207); }
H1.HeaderClassName
{
color: #ECC2CF;
}
.AnyTagClassName
{
color: #ECC2CF;
}
</style>
background-color css
<style>
a { background-color: #ECC2CF; }
a { background-color: rgb(236,194,207); }
div.DivClassName
{
background-color: #ECC2CF;
}
.BgClassName
{
background-color: #ECC2CF;
}
</style>
border-color css
<style>
span { border-color: #ECC2CF; }
span { border-color: rgb(236,194,207); }
td.TdClassName
{
border-color: #ECC2CF;
}
.TagClassName
{
border-color: #ECC2CF;
}
</style>