Shades of Chantilly #ECBACF
Tints of Chantilly #ECBACF
RGB
CMYK
RGB Variations
Color information
#ECBACF (or 0xECBACF) is known color: Chantilly. HEX triplet: EC, BA and CF. RGB value is (236,186,207). Sum of RGB (Red+Green+Blue) = 236+186+207=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 186 (73.05% from 255 or 29.57% from 629); Blue value is 207 (81.25% from 255 or 32.91% from 629); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBACF is #134530. Grayscale: #CBCBCB. Windows color (decimal): -1262897 or 13613804. OLE color: 13613804.
HSL color Cylindrical-coordinate representation of color #ECBACF: hue angle of 334.8º 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 #ECBACF is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 207 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.07 |
| HSL | 334.8º | 0.57% | 0.83% | - |
| HSV(B) | 334.8º | 0.21% | 0.93% | - |
| XYZ | 63.41 | 57.46 | 66.78 | - |
| YUV | 203.34 | 130.07 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 207 | 0 | 0.21 | 0.12 | 0.07 | 334.8 | 0.57 | 0.83 |
| Hex | EC | BA | CF | 0 | 15 | C | 7 | 14F | 39 | 53 |
| Octal | 354 | 272 | 317 | 0 | 25 | 14 | 7 | 517 | 71 | 123 |
| Binary | 11101100 | 10111010 | 11001111 | 0 | 10101 | 1100 | 111 | 101001111 | 111001 | 1010011 |
Color Harmonies of #ECBACF
Complementary color
Monochromatic Colors of #ECBACF
Black with #ECBACF
Text Example
Text Example
White with #ECBACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBACF; }
p { color: rgb(236,186,207); }
H1.HeaderClassName
{
color: #ECBACF;
}
.AnyTagClassName
{
color: #ECBACF;
}
</style>
background-color css
<style>
a { background-color: #ECBACF; }
a { background-color: rgb(236,186,207); }
div.DivClassName
{
background-color: #ECBACF;
}
.BgClassName
{
background-color: #ECBACF;
}
</style>
border-color css
<style>
span { border-color: #ECBACF; }
span { border-color: rgb(236,186,207); }
td.TdClassName
{
border-color: #ECBACF;
}
.TagClassName
{
border-color: #ECBACF;
}
</style>