Shades of Chantilly #ECB0CA
Tints of Chantilly #ECB0CA
RGB
CMYK
RGB Variations
Color information
#ECB0CA (or 0xECB0CA) is known color: Chantilly. HEX triplet: EC, B0 and CA. RGB value is (236,176,202). Sum of RGB (Red+Green+Blue) = 236+176+202=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 176 (69.14% from 255 or 28.66% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB0CA is #134F35. Grayscale: #C4C4C4. Windows color (decimal): -1265462 or 13283564. OLE color: 13283564.
HSL color Cylindrical-coordinate representation of color #ECB0CA: hue angle of 334º 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 #ECB0CA is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 202 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.07 |
| HSL | 334º | 0.61% | 0.81% | - |
| HSV(B) | 334º | 0.25% | 0.93% | - |
| XYZ | 60.78 | 53.15 | 62.93 | - |
| YUV | 196.9 | 130.88 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 202 | 0 | 0.25 | 0.14 | 0.07 | 334 | 0.61 | 0.81 |
| Hex | EC | B0 | CA | 0 | 19 | E | 7 | 14E | 3D | 51 |
| Octal | 354 | 260 | 312 | 0 | 31 | 16 | 7 | 516 | 75 | 121 |
| Binary | 11101100 | 10110000 | 11001010 | 0 | 11001 | 1110 | 111 | 101001110 | 111101 | 1010001 |
Color Harmonies of #ECB0CA
Complementary color
Monochromatic Colors of #ECB0CA
Black with #ECB0CA
Text Example
Text Example
White with #ECB0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB0CA; }
p { color: rgb(236,176,202); }
H1.HeaderClassName
{
color: #ECB0CA;
}
.AnyTagClassName
{
color: #ECB0CA;
}
</style>
background-color css
<style>
a { background-color: #ECB0CA; }
a { background-color: rgb(236,176,202); }
div.DivClassName
{
background-color: #ECB0CA;
}
.BgClassName
{
background-color: #ECB0CA;
}
</style>
border-color css
<style>
span { border-color: #ECB0CA; }
span { border-color: rgb(236,176,202); }
td.TdClassName
{
border-color: #ECB0CA;
}
.TagClassName
{
border-color: #ECB0CA;
}
</style>