Shades of Chantilly #ECBACE
Tints of Chantilly #ECBACE
RGB
CMYK
RGB Variations
Color information
#ECBACE (or 0xECBACE) is known color: Chantilly. HEX triplet: EC, BA and CE. RGB value is (236,186,206). Sum of RGB (Red+Green+Blue) = 236+186+206=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 206 (80.86% from 255 or 32.80% from 628); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBACE is #134531. Grayscale: #CBCBCB. Windows color (decimal): -1262898 or 13548268. OLE color: 13548268.
HSL color Cylindrical-coordinate representation of color #ECBACE: hue angle of 336º 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 #ECBACE is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 206 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.07 |
| HSL | 336º | 0.57% | 0.83% | - |
| HSV(B) | 336º | 0.21% | 0.93% | - |
| XYZ | 63.29 | 57.41 | 66.14 | - |
| YUV | 203.23 | 129.57 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 206 | 0 | 0.21 | 0.13 | 0.07 | 336 | 0.57 | 0.83 |
| Hex | EC | BA | CE | 0 | 15 | D | 7 | 150 | 39 | 53 |
| Octal | 354 | 272 | 316 | 0 | 25 | 15 | 7 | 520 | 71 | 123 |
| Binary | 11101100 | 10111010 | 11001110 | 0 | 10101 | 1101 | 111 | 101010000 | 111001 | 1010011 |
Color Harmonies of #ECBACE
Complementary color
Monochromatic Colors of #ECBACE
Black with #ECBACE
Text Example
Text Example
White with #ECBACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBACE; }
p { color: rgb(236,186,206); }
H1.HeaderClassName
{
color: #ECBACE;
}
.AnyTagClassName
{
color: #ECBACE;
}
</style>
background-color css
<style>
a { background-color: #ECBACE; }
a { background-color: rgb(236,186,206); }
div.DivClassName
{
background-color: #ECBACE;
}
.BgClassName
{
background-color: #ECBACE;
}
</style>
border-color css
<style>
span { border-color: #ECBACE; }
span { border-color: rgb(236,186,206); }
td.TdClassName
{
border-color: #ECBACE;
}
.TagClassName
{
border-color: #ECBACE;
}
</style>