Shades of Chantilly #ECBACA
Tints of Chantilly #ECBACA
RGB
CMYK
RGB Variations
Color information
#ECBACA (or 0xECBACA) is known color: Chantilly. HEX triplet: EC, BA and CA. RGB value is (236,186,202). Sum of RGB (Red+Green+Blue) = 236+186+202=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 202 (79.30% from 255 or 32.37% from 624); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBACA is #134535. Grayscale: #CACACA. Windows color (decimal): -1262902 or 13286124. OLE color: 13286124.
HSL color Cylindrical-coordinate representation of color #ECBACA: hue angle of 340.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 #ECBACA is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 202 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.07 |
| HSL | 340.8º | 0.57% | 0.83% | - |
| HSV(B) | 340.8º | 0.21% | 0.93% | - |
| XYZ | 62.81 | 57.21 | 63.61 | - |
| YUV | 202.77 | 127.57 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 202 | 0 | 0.21 | 0.14 | 0.07 | 340.8 | 0.57 | 0.83 |
| Hex | EC | BA | CA | 0 | 15 | E | 7 | 155 | 39 | 53 |
| Octal | 354 | 272 | 312 | 0 | 25 | 16 | 7 | 525 | 71 | 123 |
| Binary | 11101100 | 10111010 | 11001010 | 0 | 10101 | 1110 | 111 | 101010101 | 111001 | 1010011 |
Color Harmonies of #ECBACA
Complementary color
Monochromatic Colors of #ECBACA
Black with #ECBACA
Text Example
Text Example
White with #ECBACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBACA; }
p { color: rgb(236,186,202); }
H1.HeaderClassName
{
color: #ECBACA;
}
.AnyTagClassName
{
color: #ECBACA;
}
</style>
background-color css
<style>
a { background-color: #ECBACA; }
a { background-color: rgb(236,186,202); }
div.DivClassName
{
background-color: #ECBACA;
}
.BgClassName
{
background-color: #ECBACA;
}
</style>
border-color css
<style>
span { border-color: #ECBACA; }
span { border-color: rgb(236,186,202); }
td.TdClassName
{
border-color: #ECBACA;
}
.TagClassName
{
border-color: #ECBACA;
}
</style>