Shades of Chantilly #ECC2CA
Tints of Chantilly #ECC2CA
RGB
CMYK
RGB Variations
Color information
#ECC2CA (or 0xECC2CA) is known color: Chantilly. HEX triplet: EC, C2 and CA. RGB value is (236,194,202). Sum of RGB (Red+Green+Blue) = 236+194+202=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 194 (76.17% from 255 or 30.70% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC2CA is #133D35. Grayscale: #CFCFCF. Windows color (decimal): -1260854 or 13288172. OLE color: 13288172.
HSL color Cylindrical-coordinate representation of color #ECC2CA: hue angle of 348.57º 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 #ECC2CA is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 202 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.07 |
| HSL | 348.57º | 0.53% | 0.84% | - |
| HSV(B) | 348.57º | 0.18% | 0.93% | - |
| XYZ | 64.54 | 60.68 | 64.19 | - |
| YUV | 207.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 202 | 0 | 0.18 | 0.14 | 0.07 | 348.57 | 0.53 | 0.84 |
| Hex | EC | C2 | CA | 0 | 12 | E | 7 | 15D | 34 | 54 |
| Octal | 354 | 302 | 312 | 0 | 22 | 16 | 7 | 535 | 64 | 124 |
| Binary | 11101100 | 11000010 | 11001010 | 0 | 10010 | 1110 | 111 | 101011101 | 110100 | 1010100 |
Color Harmonies of #ECC2CA
Complementary color
Monochromatic Colors of #ECC2CA
Black with #ECC2CA
Text Example
Text Example
White with #ECC2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC2CA; }
p { color: rgb(236,194,202); }
H1.HeaderClassName
{
color: #ECC2CA;
}
.AnyTagClassName
{
color: #ECC2CA;
}
</style>
background-color css
<style>
a { background-color: #ECC2CA; }
a { background-color: rgb(236,194,202); }
div.DivClassName
{
background-color: #ECC2CA;
}
.BgClassName
{
background-color: #ECC2CA;
}
</style>
border-color css
<style>
span { border-color: #ECC2CA; }
span { border-color: rgb(236,194,202); }
td.TdClassName
{
border-color: #ECC2CA;
}
.TagClassName
{
border-color: #ECC2CA;
}
</style>