Shades of Chantilly #ECB0C9
Tints of Chantilly #ECB0C9
RGB
CMYK
RGB Variations
Color information
#ECB0C9 (or 0xECB0C9) is known color: Chantilly. HEX triplet: EC, B0 and C9. RGB value is (236,176,201). Sum of RGB (Red+Green+Blue) = 236+176+201=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 176 (69.14% from 255 or 28.71% from 613); Blue value is 201 (78.91% from 255 or 32.79% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB0C9 is #134F36. Grayscale: #C4C4C4. Windows color (decimal): -1265463 or 13218028. OLE color: 13218028.
HSL color Cylindrical-coordinate representation of color #ECB0C9: hue angle of 335º 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 #ECB0C9 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 201 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.07 |
| HSL | 335º | 0.61% | 0.81% | - |
| HSV(B) | 335º | 0.25% | 0.93% | - |
| XYZ | 60.66 | 53.1 | 62.31 | - |
| YUV | 196.79 | 130.38 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 201 | 0 | 0.25 | 0.15 | 0.07 | 335 | 0.61 | 0.81 |
| Hex | EC | B0 | C9 | 0 | 19 | F | 7 | 14F | 3D | 51 |
| Octal | 354 | 260 | 311 | 0 | 31 | 17 | 7 | 517 | 75 | 121 |
| Binary | 11101100 | 10110000 | 11001001 | 0 | 11001 | 1111 | 111 | 101001111 | 111101 | 1010001 |
Color Harmonies of #ECB0C9
Complementary color
Monochromatic Colors of #ECB0C9
Black with #ECB0C9
Text Example
Text Example
White with #ECB0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB0C9; }
p { color: rgb(236,176,201); }
H1.HeaderClassName
{
color: #ECB0C9;
}
.AnyTagClassName
{
color: #ECB0C9;
}
</style>
background-color css
<style>
a { background-color: #ECB0C9; }
a { background-color: rgb(236,176,201); }
div.DivClassName
{
background-color: #ECB0C9;
}
.BgClassName
{
background-color: #ECB0C9;
}
</style>
border-color css
<style>
span { border-color: #ECB0C9; }
span { border-color: rgb(236,176,201); }
td.TdClassName
{
border-color: #ECB0C9;
}
.TagClassName
{
border-color: #ECB0C9;
}
</style>