Shades of Chantilly #ECBCC8
Tints of Chantilly #ECBCC8
RGB
CMYK
RGB Variations
Color information
#ECBCC8 (or 0xECBCC8) is known color: Chantilly. HEX triplet: EC, BC and C8. RGB value is (236,188,200). Sum of RGB (Red+Green+Blue) = 236+188+200=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 188 (73.83% from 255 or 30.13% from 624); Blue value is 200 (78.52% from 255 or 32.05% from 624); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBCC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBCC8 is #134337. Grayscale: #CBCBCB. Windows color (decimal): -1262392 or 13155564. OLE color: 13155564.
HSL color Cylindrical-coordinate representation of color #ECBCC8: hue angle of 345º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECBCC8 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 200 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.07 |
| HSL | 345º | 0.56% | 0.83% | - |
| HSV(B) | 345º | 0.2% | 0.93% | - |
| XYZ | 63 | 57.97 | 62.51 | - |
| YUV | 203.72 | 125.9 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 200 | 0 | 0.20 | 0.15 | 0.07 | 345 | 0.56 | 0.83 |
| Hex | EC | BC | C8 | 0 | 14 | F | 7 | 159 | 38 | 53 |
| Octal | 354 | 274 | 310 | 0 | 24 | 17 | 7 | 531 | 70 | 123 |
| Binary | 11101100 | 10111100 | 11001000 | 0 | 10100 | 1111 | 111 | 101011001 | 111000 | 1010011 |
Color Harmonies of #ECBCC8
Complementary color
Monochromatic Colors of #ECBCC8
Black with #ECBCC8
Text Example
Text Example
White with #ECBCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBCC8; }
p { color: rgb(236,188,200); }
H1.HeaderClassName
{
color: #ECBCC8;
}
.AnyTagClassName
{
color: #ECBCC8;
}
</style>
background-color css
<style>
a { background-color: #ECBCC8; }
a { background-color: rgb(236,188,200); }
div.DivClassName
{
background-color: #ECBCC8;
}
.BgClassName
{
background-color: #ECBCC8;
}
</style>
border-color css
<style>
span { border-color: #ECBCC8; }
span { border-color: rgb(236,188,200); }
td.TdClassName
{
border-color: #ECBCC8;
}
.TagClassName
{
border-color: #ECBCC8;
}
</style>