Shades of Chantilly #ECBAC4
Tints of Chantilly #ECBAC4
RGB
CMYK
RGB Variations
Color information
#ECBAC4 (or 0xECBAC4) is known color: Chantilly. HEX triplet: EC, BA and C4. RGB value is (236,186,196). Sum of RGB (Red+Green+Blue) = 236+186+196=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 196 (76.95% from 255 or 31.72% from 618); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBAC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBAC4 is #13453B. Grayscale: #CACACA. Windows color (decimal): -1262908 or 12892908. OLE color: 12892908.
HSL color Cylindrical-coordinate representation of color #ECBAC4: hue angle of 348º 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 #ECBAC4 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 196 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.07 |
| HSL | 348º | 0.57% | 0.83% | - |
| HSV(B) | 348º | 0.21% | 0.93% | - |
| XYZ | 62.11 | 56.94 | 59.94 | - |
| YUV | 202.09 | 124.57 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 196 | 0 | 0.21 | 0.17 | 0.07 | 348 | 0.57 | 0.83 |
| Hex | EC | BA | C4 | 0 | 15 | 11 | 7 | 15C | 39 | 53 |
| Octal | 354 | 272 | 304 | 0 | 25 | 21 | 7 | 534 | 71 | 123 |
| Binary | 11101100 | 10111010 | 11000100 | 0 | 10101 | 10001 | 111 | 101011100 | 111001 | 1010011 |
Color Harmonies of #ECBAC4
Complementary color
Monochromatic Colors of #ECBAC4
Black with #ECBAC4
Text Example
Text Example
White with #ECBAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBAC4; }
p { color: rgb(236,186,196); }
H1.HeaderClassName
{
color: #ECBAC4;
}
.AnyTagClassName
{
color: #ECBAC4;
}
</style>
background-color css
<style>
a { background-color: #ECBAC4; }
a { background-color: rgb(236,186,196); }
div.DivClassName
{
background-color: #ECBAC4;
}
.BgClassName
{
background-color: #ECBAC4;
}
</style>
border-color css
<style>
span { border-color: #ECBAC4; }
span { border-color: rgb(236,186,196); }
td.TdClassName
{
border-color: #ECBAC4;
}
.TagClassName
{
border-color: #ECBAC4;
}
</style>