Shades of Chantilly #ECBACB
Tints of Chantilly #ECBACB
RGB
CMYK
RGB Variations
Color information
#ECBACB (or 0xECBACB) is known color: Chantilly. HEX triplet: EC, BA and CB. RGB value is (236,186,203). Sum of RGB (Red+Green+Blue) = 236+186+203=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 186 (73.05% from 255 or 29.76% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBACB is #134534. Grayscale: #CACACA. Windows color (decimal): -1262901 or 13351660. OLE color: 13351660.
HSL color Cylindrical-coordinate representation of color #ECBACB: hue angle of 339.6º 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 #ECBACB is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 203 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.07 |
| HSL | 339.6º | 0.57% | 0.83% | - |
| HSV(B) | 339.6º | 0.21% | 0.93% | - |
| XYZ | 62.93 | 57.26 | 64.24 | - |
| YUV | 202.89 | 128.07 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 203 | 0 | 0.21 | 0.14 | 0.07 | 339.6 | 0.57 | 0.83 |
| Hex | EC | BA | CB | 0 | 15 | E | 7 | 154 | 39 | 53 |
| Octal | 354 | 272 | 313 | 0 | 25 | 16 | 7 | 524 | 71 | 123 |
| Binary | 11101100 | 10111010 | 11001011 | 0 | 10101 | 1110 | 111 | 101010100 | 111001 | 1010011 |
Color Harmonies of #ECBACB
Complementary color
Monochromatic Colors of #ECBACB
Black with #ECBACB
Text Example
Text Example
White with #ECBACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBACB; }
p { color: rgb(236,186,203); }
H1.HeaderClassName
{
color: #ECBACB;
}
.AnyTagClassName
{
color: #ECBACB;
}
</style>
background-color css
<style>
a { background-color: #ECBACB; }
a { background-color: rgb(236,186,203); }
div.DivClassName
{
background-color: #ECBACB;
}
.BgClassName
{
background-color: #ECBACB;
}
</style>
border-color css
<style>
span { border-color: #ECBACB; }
span { border-color: rgb(236,186,203); }
td.TdClassName
{
border-color: #ECBACB;
}
.TagClassName
{
border-color: #ECBACB;
}
</style>