Shades of Chantilly #ECB1C0
Tints of Chantilly #ECB1C0
RGB
CMYK
RGB Variations
Color information
#ECB1C0 (or 0xECB1C0) is known color: Chantilly. HEX triplet: EC, B1 and C0. RGB value is (236,177,192). Sum of RGB (Red+Green+Blue) = 236+177+192=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 177 (69.53% from 255 or 29.26% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB1C0 is #134E3F. Grayscale: #C4C4C4. Windows color (decimal): -1265216 or 12628460. OLE color: 12628460.
HSL color Cylindrical-coordinate representation of color #ECB1C0: hue angle of 344.75º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECB1C0 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 192 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.07 |
| HSL | 344.75º | 0.61% | 0.81% | - |
| HSV(B) | 344.75º | 0.25% | 0.93% | - |
| XYZ | 59.83 | 53.08 | 56.96 | - |
| YUV | 196.35 | 125.55 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 192 | 0 | 0.25 | 0.19 | 0.07 | 344.75 | 0.61 | 0.81 |
| Hex | EC | B1 | C0 | 0 | 19 | 13 | 7 | 159 | 3D | 51 |
| Octal | 354 | 261 | 300 | 0 | 31 | 23 | 7 | 531 | 75 | 121 |
| Binary | 11101100 | 10110001 | 11000000 | 0 | 11001 | 10011 | 111 | 101011001 | 111101 | 1010001 |
Color Harmonies of #ECB1C0
Complementary color
Monochromatic Colors of #ECB1C0
Black with #ECB1C0
Text Example
Text Example
White with #ECB1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB1C0; }
p { color: rgb(236,177,192); }
H1.HeaderClassName
{
color: #ECB1C0;
}
.AnyTagClassName
{
color: #ECB1C0;
}
</style>
background-color css
<style>
a { background-color: #ECB1C0; }
a { background-color: rgb(236,177,192); }
div.DivClassName
{
background-color: #ECB1C0;
}
.BgClassName
{
background-color: #ECB1C0;
}
</style>
border-color css
<style>
span { border-color: #ECB1C0; }
span { border-color: rgb(236,177,192); }
td.TdClassName
{
border-color: #ECB1C0;
}
.TagClassName
{
border-color: #ECB1C0;
}
</style>