Shades of Chantilly #ECB0C8
Tints of Chantilly #ECB0C8
RGB
CMYK
RGB Variations
Color information
#ECB0C8 (or 0xECB0C8) is known color: Chantilly. HEX triplet: EC, B0 and C8. RGB value is (236,176,200). Sum of RGB (Red+Green+Blue) = 236+176+200=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 176 (69.14% from 255 or 28.76% from 612); Blue value is 200 (78.52% from 255 or 32.68% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB0C8 is #134F37. Grayscale: #C4C4C4. Windows color (decimal): -1265464 or 13152492. OLE color: 13152492.
HSL color Cylindrical-coordinate representation of color #ECB0C8: hue angle of 336º 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 #ECB0C8 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 200 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.07 |
| HSL | 336º | 0.61% | 0.81% | - |
| HSV(B) | 336º | 0.25% | 0.93% | - |
| XYZ | 60.54 | 53.05 | 61.69 | - |
| YUV | 196.68 | 129.88 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 200 | 0 | 0.25 | 0.15 | 0.07 | 336 | 0.61 | 0.81 |
| Hex | EC | B0 | C8 | 0 | 19 | F | 7 | 150 | 3D | 51 |
| Octal | 354 | 260 | 310 | 0 | 31 | 17 | 7 | 520 | 75 | 121 |
| Binary | 11101100 | 10110000 | 11001000 | 0 | 11001 | 1111 | 111 | 101010000 | 111101 | 1010001 |
Color Harmonies of #ECB0C8
Complementary color
Monochromatic Colors of #ECB0C8
Black with #ECB0C8
Text Example
Text Example
White with #ECB0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB0C8; }
p { color: rgb(236,176,200); }
H1.HeaderClassName
{
color: #ECB0C8;
}
.AnyTagClassName
{
color: #ECB0C8;
}
</style>
background-color css
<style>
a { background-color: #ECB0C8; }
a { background-color: rgb(236,176,200); }
div.DivClassName
{
background-color: #ECB0C8;
}
.BgClassName
{
background-color: #ECB0C8;
}
</style>
border-color css
<style>
span { border-color: #ECB0C8; }
span { border-color: rgb(236,176,200); }
td.TdClassName
{
border-color: #ECB0C8;
}
.TagClassName
{
border-color: #ECB0C8;
}
</style>