Shades of Chantilly #ECB0C3
Tints of Chantilly #ECB0C3
RGB
CMYK
RGB Variations
Color information
#ECB0C3 (or 0xECB0C3) is known color: Chantilly. HEX triplet: EC, B0 and C3. RGB value is (236,176,195). Sum of RGB (Red+Green+Blue) = 236+176+195=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 176 (69.14% from 255 or 29.00% from 607); Blue value is 195 (76.56% from 255 or 32.13% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB0C3 is #134F3C. Grayscale: #C4C4C4. Windows color (decimal): -1265469 or 12824812. OLE color: 12824812.
HSL color Cylindrical-coordinate representation of color #ECB0C3: hue angle of 341º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECB0C3 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 195 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.07 |
| HSL | 341º | 0.61% | 0.81% | - |
| HSV(B) | 341º | 0.25% | 0.93% | - |
| XYZ | 59.97 | 52.82 | 58.67 | - |
| YUV | 196.11 | 127.38 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 195 | 0 | 0.25 | 0.17 | 0.07 | 341 | 0.61 | 0.81 |
| Hex | EC | B0 | C3 | 0 | 19 | 11 | 7 | 155 | 3D | 51 |
| Octal | 354 | 260 | 303 | 0 | 31 | 21 | 7 | 525 | 75 | 121 |
| Binary | 11101100 | 10110000 | 11000011 | 0 | 11001 | 10001 | 111 | 101010101 | 111101 | 1010001 |
Color Harmonies of #ECB0C3
Complementary color
Monochromatic Colors of #ECB0C3
Black with #ECB0C3
Text Example
Text Example
White with #ECB0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB0C3; }
p { color: rgb(236,176,195); }
H1.HeaderClassName
{
color: #ECB0C3;
}
.AnyTagClassName
{
color: #ECB0C3;
}
</style>
background-color css
<style>
a { background-color: #ECB0C3; }
a { background-color: rgb(236,176,195); }
div.DivClassName
{
background-color: #ECB0C3;
}
.BgClassName
{
background-color: #ECB0C3;
}
</style>
border-color css
<style>
span { border-color: #ECB0C3; }
span { border-color: rgb(236,176,195); }
td.TdClassName
{
border-color: #ECB0C3;
}
.TagClassName
{
border-color: #ECB0C3;
}
</style>