Shades of Chantilly #ECB3C6
Tints of Chantilly #ECB3C6
RGB
CMYK
RGB Variations
Color information
#ECB3C6 (or 0xECB3C6) is known color: Chantilly. HEX triplet: EC, B3 and C6. RGB value is (236,179,198). Sum of RGB (Red+Green+Blue) = 236+179+198=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 179 (70.31% from 255 or 29.20% from 613); Blue value is 198 (77.73% from 255 or 32.30% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB3C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB3C6 is #134C39. Grayscale: #C6C6C6. Windows color (decimal): -1264698 or 13022188. OLE color: 13022188.
HSL color Cylindrical-coordinate representation of color #ECB3C6: hue angle of 340º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECB3C6 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 198 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.07 |
| HSL | 340º | 0.6% | 0.81% | - |
| HSV(B) | 340º | 0.24% | 0.93% | - |
| XYZ | 60.91 | 54.15 | 60.67 | - |
| YUV | 198.21 | 127.88 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 198 | 0 | 0.24 | 0.16 | 0.07 | 340 | 0.6 | 0.81 |
| Hex | EC | B3 | C6 | 0 | 18 | 10 | 7 | 154 | 3C | 51 |
| Octal | 354 | 263 | 306 | 0 | 30 | 20 | 7 | 524 | 74 | 121 |
| Binary | 11101100 | 10110011 | 11000110 | 0 | 11000 | 10000 | 111 | 101010100 | 111100 | 1010001 |
Color Harmonies of #ECB3C6
Complementary color
Monochromatic Colors of #ECB3C6
Black with #ECB3C6
Text Example
Text Example
White with #ECB3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB3C6; }
p { color: rgb(236,179,198); }
H1.HeaderClassName
{
color: #ECB3C6;
}
.AnyTagClassName
{
color: #ECB3C6;
}
</style>
background-color css
<style>
a { background-color: #ECB3C6; }
a { background-color: rgb(236,179,198); }
div.DivClassName
{
background-color: #ECB3C6;
}
.BgClassName
{
background-color: #ECB3C6;
}
</style>
border-color css
<style>
span { border-color: #ECB3C6; }
span { border-color: rgb(236,179,198); }
td.TdClassName
{
border-color: #ECB3C6;
}
.TagClassName
{
border-color: #ECB3C6;
}
</style>