Shades of Chantilly #ECBCD0
Tints of Chantilly #ECBCD0
RGB
CMYK
RGB Variations
Color information
#ECBCD0 (or 0xECBCD0) is known color: Chantilly. HEX triplet: EC, BC and D0. RGB value is (236,188,208). Sum of RGB (Red+Green+Blue) = 236+188+208=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 188 (73.83% from 255 or 29.75% from 632); Blue value is 208 (81.64% from 255 or 32.91% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBCD0 is #13432F. Grayscale: #CCCCCC. Windows color (decimal): -1262384 or 13679852. OLE color: 13679852.
HSL color Cylindrical-coordinate representation of color #ECBCD0: hue angle of 335º 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 #ECBCD0 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 208 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.07 |
| HSL | 335º | 0.56% | 0.83% | - |
| HSV(B) | 335º | 0.2% | 0.93% | - |
| XYZ | 63.96 | 58.35 | 67.57 | - |
| YUV | 204.63 | 129.9 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 208 | 0 | 0.20 | 0.12 | 0.07 | 335 | 0.56 | 0.83 |
| Hex | EC | BC | D0 | 0 | 14 | C | 7 | 14F | 38 | 53 |
| Octal | 354 | 274 | 320 | 0 | 24 | 14 | 7 | 517 | 70 | 123 |
| Binary | 11101100 | 10111100 | 11010000 | 0 | 10100 | 1100 | 111 | 101001111 | 111000 | 1010011 |
Color Harmonies of #ECBCD0
Complementary color
Monochromatic Colors of #ECBCD0
Black with #ECBCD0
Text Example
Text Example
White with #ECBCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBCD0; }
p { color: rgb(236,188,208); }
H1.HeaderClassName
{
color: #ECBCD0;
}
.AnyTagClassName
{
color: #ECBCD0;
}
</style>
background-color css
<style>
a { background-color: #ECBCD0; }
a { background-color: rgb(236,188,208); }
div.DivClassName
{
background-color: #ECBCD0;
}
.BgClassName
{
background-color: #ECBCD0;
}
</style>
border-color css
<style>
span { border-color: #ECBCD0; }
span { border-color: rgb(236,188,208); }
td.TdClassName
{
border-color: #ECBCD0;
}
.TagClassName
{
border-color: #ECBCD0;
}
</style>