Shades of Chantilly #ECBAC6
Tints of Chantilly #ECBAC6
RGB
CMYK
RGB Variations
Color information
#ECBAC6 (or 0xECBAC6) is known color: Chantilly. HEX triplet: EC, BA and C6. RGB value is (236,186,198). Sum of RGB (Red+Green+Blue) = 236+186+198=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 198 (77.73% from 255 or 31.94% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBAC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBAC6 is #134539. Grayscale: #CACACA. Windows color (decimal): -1262906 or 13023980. OLE color: 13023980.
HSL color Cylindrical-coordinate representation of color #ECBAC6: hue angle of 345.6º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECBAC6 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 198 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.07 |
| HSL | 345.6º | 0.57% | 0.83% | - |
| HSV(B) | 345.6º | 0.21% | 0.93% | - |
| XYZ | 62.34 | 57.03 | 61.15 | - |
| YUV | 202.32 | 125.57 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 198 | 0 | 0.21 | 0.16 | 0.07 | 345.6 | 0.57 | 0.83 |
| Hex | EC | BA | C6 | 0 | 15 | 10 | 7 | 15A | 39 | 53 |
| Octal | 354 | 272 | 306 | 0 | 25 | 20 | 7 | 532 | 71 | 123 |
| Binary | 11101100 | 10111010 | 11000110 | 0 | 10101 | 10000 | 111 | 101011010 | 111001 | 1010011 |
Color Harmonies of #ECBAC6
Complementary color
Monochromatic Colors of #ECBAC6
Black with #ECBAC6
Text Example
Text Example
White with #ECBAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBAC6; }
p { color: rgb(236,186,198); }
H1.HeaderClassName
{
color: #ECBAC6;
}
.AnyTagClassName
{
color: #ECBAC6;
}
</style>
background-color css
<style>
a { background-color: #ECBAC6; }
a { background-color: rgb(236,186,198); }
div.DivClassName
{
background-color: #ECBAC6;
}
.BgClassName
{
background-color: #ECBAC6;
}
</style>
border-color css
<style>
span { border-color: #ECBAC6; }
span { border-color: rgb(236,186,198); }
td.TdClassName
{
border-color: #ECBAC6;
}
.TagClassName
{
border-color: #ECBAC6;
}
</style>