Shades of Chantilly #ECBFC6
Tints of Chantilly #ECBFC6
RGB
CMYK
RGB Variations
Color information
#ECBFC6 (or 0xECBFC6) is known color: Chantilly. HEX triplet: EC, BF and C6. RGB value is (236,191,198). Sum of RGB (Red+Green+Blue) = 236+191+198=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 191 (75% from 255 or 30.56% from 625); Blue value is 198 (77.73% from 255 or 31.68% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBFC6 is #134039. Grayscale: #CDCDCD. Windows color (decimal): -1261626 or 13025260. OLE color: 13025260.
HSL color Cylindrical-coordinate representation of color #ECBFC6: hue angle of 350.67º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECBFC6 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 198 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.07 |
| HSL | 350.67º | 0.54% | 0.84% | - |
| HSV(B) | 350.67º | 0.19% | 0.93% | - |
| XYZ | 63.42 | 59.17 | 61.5 | - |
| YUV | 205.25 | 123.91 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 198 | 0 | 0.19 | 0.16 | 0.07 | 350.67 | 0.54 | 0.84 |
| Hex | EC | BF | C6 | 0 | 13 | 10 | 7 | 15F | 36 | 54 |
| Octal | 354 | 277 | 306 | 0 | 23 | 20 | 7 | 537 | 66 | 124 |
| Binary | 11101100 | 10111111 | 11000110 | 0 | 10011 | 10000 | 111 | 101011111 | 110110 | 1010100 |
Color Harmonies of #ECBFC6
Complementary color
Monochromatic Colors of #ECBFC6
Black with #ECBFC6
Text Example
Text Example
White with #ECBFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBFC6; }
p { color: rgb(236,191,198); }
H1.HeaderClassName
{
color: #ECBFC6;
}
.AnyTagClassName
{
color: #ECBFC6;
}
</style>
background-color css
<style>
a { background-color: #ECBFC6; }
a { background-color: rgb(236,191,198); }
div.DivClassName
{
background-color: #ECBFC6;
}
.BgClassName
{
background-color: #ECBFC6;
}
</style>
border-color css
<style>
span { border-color: #ECBFC6; }
span { border-color: rgb(236,191,198); }
td.TdClassName
{
border-color: #ECBFC6;
}
.TagClassName
{
border-color: #ECBFC6;
}
</style>