Shades of Chantilly #ECB0C5
Tints of Chantilly #ECB0C5
RGB
CMYK
RGB Variations
Color information
#ECB0C5 (or 0xECB0C5) is known color: Chantilly. HEX triplet: EC, B0 and C5. RGB value is (236,176,197). Sum of RGB (Red+Green+Blue) = 236+176+197=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 176 (69.14% from 255 or 28.90% from 609); Blue value is 197 (77.34% from 255 or 32.35% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB0C5 is #134F3A. Grayscale: #C4C4C4. Windows color (decimal): -1265467 or 12955884. OLE color: 12955884.
HSL color Cylindrical-coordinate representation of color #ECB0C5: hue angle of 339º 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 #ECB0C5 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 197 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.07 |
| HSL | 339º | 0.61% | 0.81% | - |
| HSV(B) | 339º | 0.25% | 0.93% | - |
| XYZ | 60.2 | 52.91 | 59.86 | - |
| YUV | 196.33 | 128.38 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 197 | 0 | 0.25 | 0.17 | 0.07 | 339 | 0.61 | 0.81 |
| Hex | EC | B0 | C5 | 0 | 19 | 11 | 7 | 153 | 3D | 51 |
| Octal | 354 | 260 | 305 | 0 | 31 | 21 | 7 | 523 | 75 | 121 |
| Binary | 11101100 | 10110000 | 11000101 | 0 | 11001 | 10001 | 111 | 101010011 | 111101 | 1010001 |
Color Harmonies of #ECB0C5
Complementary color
Monochromatic Colors of #ECB0C5
Black with #ECB0C5
Text Example
Text Example
White with #ECB0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB0C5; }
p { color: rgb(236,176,197); }
H1.HeaderClassName
{
color: #ECB0C5;
}
.AnyTagClassName
{
color: #ECB0C5;
}
</style>
background-color css
<style>
a { background-color: #ECB0C5; }
a { background-color: rgb(236,176,197); }
div.DivClassName
{
background-color: #ECB0C5;
}
.BgClassName
{
background-color: #ECB0C5;
}
</style>
border-color css
<style>
span { border-color: #ECB0C5; }
span { border-color: rgb(236,176,197); }
td.TdClassName
{
border-color: #ECB0C5;
}
.TagClassName
{
border-color: #ECB0C5;
}
</style>