Shades of Chantilly #ECC1CA
Tints of Chantilly #ECC1CA
RGB
CMYK
RGB Variations
Color information
#ECC1CA (or 0xECC1CA) is known color: Chantilly. HEX triplet: EC, C1 and CA. RGB value is (236,193,202). Sum of RGB (Red+Green+Blue) = 236+193+202=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 193 (75.78% from 255 or 30.59% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC1CA is #133E35. Grayscale: #CECECE. Windows color (decimal): -1261110 or 13287916. OLE color: 13287916.
HSL color Cylindrical-coordinate representation of color #ECC1CA: hue angle of 347.44º degrees, saturation: 0.53, 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 #ECC1CA is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 202 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.07 |
| HSL | 347.44º | 0.53% | 0.84% | - |
| HSV(B) | 347.44º | 0.18% | 0.93% | - |
| XYZ | 64.32 | 60.24 | 64.11 | - |
| YUV | 206.88 | 125.25 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 202 | 0 | 0.18 | 0.14 | 0.07 | 347.44 | 0.53 | 0.84 |
| Hex | EC | C1 | CA | 0 | 12 | E | 7 | 15B | 35 | 54 |
| Octal | 354 | 301 | 312 | 0 | 22 | 16 | 7 | 533 | 65 | 124 |
| Binary | 11101100 | 11000001 | 11001010 | 0 | 10010 | 1110 | 111 | 101011011 | 110101 | 1010100 |
Color Harmonies of #ECC1CA
Complementary color
Monochromatic Colors of #ECC1CA
Black with #ECC1CA
Text Example
Text Example
White with #ECC1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC1CA; }
p { color: rgb(236,193,202); }
H1.HeaderClassName
{
color: #ECC1CA;
}
.AnyTagClassName
{
color: #ECC1CA;
}
</style>
background-color css
<style>
a { background-color: #ECC1CA; }
a { background-color: rgb(236,193,202); }
div.DivClassName
{
background-color: #ECC1CA;
}
.BgClassName
{
background-color: #ECC1CA;
}
</style>
border-color css
<style>
span { border-color: #ECC1CA; }
span { border-color: rgb(236,193,202); }
td.TdClassName
{
border-color: #ECC1CA;
}
.TagClassName
{
border-color: #ECC1CA;
}
</style>