Shades of Chantilly #ECB0C4
Tints of Chantilly #ECB0C4
RGB
CMYK
RGB Variations
Color information
#ECB0C4 (or 0xECB0C4) is known color: Chantilly. HEX triplet: EC, B0 and C4. RGB value is (236,176,196). Sum of RGB (Red+Green+Blue) = 236+176+196=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 176 (69.14% from 255 or 28.95% from 608); Blue value is 196 (76.95% from 255 or 32.24% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB0C4 is #134F3B. Grayscale: #C4C4C4. Windows color (decimal): -1265468 or 12890348. OLE color: 12890348.
HSL color Cylindrical-coordinate representation of color #ECB0C4: hue angle of 340º 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 #ECB0C4 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 196 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.07 |
| HSL | 340º | 0.61% | 0.81% | - |
| HSV(B) | 340º | 0.25% | 0.93% | - |
| XYZ | 60.08 | 52.87 | 59.26 | - |
| YUV | 196.22 | 127.88 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 196 | 0 | 0.25 | 0.17 | 0.07 | 340 | 0.61 | 0.81 |
| Hex | EC | B0 | C4 | 0 | 19 | 11 | 7 | 154 | 3D | 51 |
| Octal | 354 | 260 | 304 | 0 | 31 | 21 | 7 | 524 | 75 | 121 |
| Binary | 11101100 | 10110000 | 11000100 | 0 | 11001 | 10001 | 111 | 101010100 | 111101 | 1010001 |
Color Harmonies of #ECB0C4
Complementary color
Monochromatic Colors of #ECB0C4
Black with #ECB0C4
Text Example
Text Example
White with #ECB0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB0C4; }
p { color: rgb(236,176,196); }
H1.HeaderClassName
{
color: #ECB0C4;
}
.AnyTagClassName
{
color: #ECB0C4;
}
</style>
background-color css
<style>
a { background-color: #ECB0C4; }
a { background-color: rgb(236,176,196); }
div.DivClassName
{
background-color: #ECB0C4;
}
.BgClassName
{
background-color: #ECB0C4;
}
</style>
border-color css
<style>
span { border-color: #ECB0C4; }
span { border-color: rgb(236,176,196); }
td.TdClassName
{
border-color: #ECB0C4;
}
.TagClassName
{
border-color: #ECB0C4;
}
</style>