Shades of Chantilly #ECB9C6
Tints of Chantilly #ECB9C6
RGB
CMYK
RGB Variations
Color information
#ECB9C6 (or 0xECB9C6) is known color: Chantilly. HEX triplet: EC, B9 and C6. RGB value is (236,185,198). Sum of RGB (Red+Green+Blue) = 236+185+198=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 185 (72.66% from 255 or 29.89% from 619); Blue value is 198 (77.73% from 255 or 31.99% from 619); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB9C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB9C6 is #134639. Grayscale: #C9C9C9. Windows color (decimal): -1263162 or 13023724. OLE color: 13023724.
HSL color Cylindrical-coordinate representation of color #ECB9C6: hue angle of 344.71º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECB9C6 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 198 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.07 |
| HSL | 344.71º | 0.57% | 0.83% | - |
| HSV(B) | 344.71º | 0.22% | 0.93% | - |
| XYZ | 62.13 | 56.61 | 61.08 | - |
| YUV | 201.73 | 125.9 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 198 | 0 | 0.22 | 0.16 | 0.07 | 344.71 | 0.57 | 0.83 |
| Hex | EC | B9 | C6 | 0 | 16 | 10 | 7 | 159 | 39 | 53 |
| Octal | 354 | 271 | 306 | 0 | 26 | 20 | 7 | 531 | 71 | 123 |
| Binary | 11101100 | 10111001 | 11000110 | 0 | 10110 | 10000 | 111 | 101011001 | 111001 | 1010011 |
Color Harmonies of #ECB9C6
Complementary color
Monochromatic Colors of #ECB9C6
Black with #ECB9C6
Text Example
Text Example
White with #ECB9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB9C6; }
p { color: rgb(236,185,198); }
H1.HeaderClassName
{
color: #ECB9C6;
}
.AnyTagClassName
{
color: #ECB9C6;
}
</style>
background-color css
<style>
a { background-color: #ECB9C6; }
a { background-color: rgb(236,185,198); }
div.DivClassName
{
background-color: #ECB9C6;
}
.BgClassName
{
background-color: #ECB9C6;
}
</style>
border-color css
<style>
span { border-color: #ECB9C6; }
span { border-color: rgb(236,185,198); }
td.TdClassName
{
border-color: #ECB9C6;
}
.TagClassName
{
border-color: #ECB9C6;
}
</style>