Shades of Chantilly #ECBECC
Tints of Chantilly #ECBECC
RGB
CMYK
RGB Variations
Color information
#ECBECC (or 0xECBECC) is known color: Chantilly. HEX triplet: EC, BE and CC. RGB value is (236,190,204). Sum of RGB (Red+Green+Blue) = 236+190+204=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 190 (74.61% from 255 or 30.16% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBECC is #134133. Grayscale: #CDCDCD. Windows color (decimal): -1261876 or 13418220. OLE color: 13418220.
HSL color Cylindrical-coordinate representation of color #ECBECC: hue angle of 341.74º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECBECC is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 190 | 204 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.07 |
| HSL | 341.74º | 0.55% | 0.84% | - |
| HSV(B) | 341.74º | 0.19% | 0.93% | - |
| XYZ | 63.9 | 59.02 | 65.15 | - |
| YUV | 205.35 | 127.24 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 190 | 204 | 0 | 0.19 | 0.14 | 0.07 | 341.74 | 0.55 | 0.84 |
| Hex | EC | BE | CC | 0 | 13 | E | 7 | 156 | 37 | 54 |
| Octal | 354 | 276 | 314 | 0 | 23 | 16 | 7 | 526 | 67 | 124 |
| Binary | 11101100 | 10111110 | 11001100 | 0 | 10011 | 1110 | 111 | 101010110 | 110111 | 1010100 |
Color Harmonies of #ECBECC
Complementary color
Monochromatic Colors of #ECBECC
Black with #ECBECC
Text Example
Text Example
White with #ECBECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBECC; }
p { color: rgb(236,190,204); }
H1.HeaderClassName
{
color: #ECBECC;
}
.AnyTagClassName
{
color: #ECBECC;
}
</style>
background-color css
<style>
a { background-color: #ECBECC; }
a { background-color: rgb(236,190,204); }
div.DivClassName
{
background-color: #ECBECC;
}
.BgClassName
{
background-color: #ECBECC;
}
</style>
border-color css
<style>
span { border-color: #ECBECC; }
span { border-color: rgb(236,190,204); }
td.TdClassName
{
border-color: #ECBECC;
}
.TagClassName
{
border-color: #ECBECC;
}
</style>