Shades of Chantilly #ECB3C0
Tints of Chantilly #ECB3C0
RGB
CMYK
RGB Variations
Color information
#ECB3C0 (or 0xECB3C0) is known color: Chantilly. HEX triplet: EC, B3 and C0. RGB value is (236,179,192). Sum of RGB (Red+Green+Blue) = 236+179+192=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 179 (70.31% from 255 or 29.49% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB3C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB3C0 is #134C3F. Grayscale: #C5C5C5. Windows color (decimal): -1264704 or 12628972. OLE color: 12628972.
HSL color Cylindrical-coordinate representation of color #ECB3C0: hue angle of 346.32º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECB3C0 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 192 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.07 |
| HSL | 346.32º | 0.6% | 0.81% | - |
| HSV(B) | 346.32º | 0.24% | 0.93% | - |
| XYZ | 60.23 | 53.88 | 57.09 | - |
| YUV | 197.53 | 124.88 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 192 | 0 | 0.24 | 0.19 | 0.07 | 346.32 | 0.6 | 0.81 |
| Hex | EC | B3 | C0 | 0 | 18 | 13 | 7 | 15A | 3C | 51 |
| Octal | 354 | 263 | 300 | 0 | 30 | 23 | 7 | 532 | 74 | 121 |
| Binary | 11101100 | 10110011 | 11000000 | 0 | 11000 | 10011 | 111 | 101011010 | 111100 | 1010001 |
Color Harmonies of #ECB3C0
Complementary color
Monochromatic Colors of #ECB3C0
Black with #ECB3C0
Text Example
Text Example
White with #ECB3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB3C0; }
p { color: rgb(236,179,192); }
H1.HeaderClassName
{
color: #ECB3C0;
}
.AnyTagClassName
{
color: #ECB3C0;
}
</style>
background-color css
<style>
a { background-color: #ECB3C0; }
a { background-color: rgb(236,179,192); }
div.DivClassName
{
background-color: #ECB3C0;
}
.BgClassName
{
background-color: #ECB3C0;
}
</style>
border-color css
<style>
span { border-color: #ECB3C0; }
span { border-color: rgb(236,179,192); }
td.TdClassName
{
border-color: #ECB3C0;
}
.TagClassName
{
border-color: #ECB3C0;
}
</style>