Shades of Chantilly #ECB7CA
Tints of Chantilly #ECB7CA
RGB
CMYK
RGB Variations
Color information
#ECB7CA (or 0xECB7CA) is known color: Chantilly. HEX triplet: EC, B7 and CA. RGB value is (236,183,202). Sum of RGB (Red+Green+Blue) = 236+183+202=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 183 (71.88% from 255 or 29.47% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB7CA is #134835. Grayscale: #C8C8C8. Windows color (decimal): -1263670 or 13285356. OLE color: 13285356.
HSL color Cylindrical-coordinate representation of color #ECB7CA: hue angle of 338.49º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECB7CA is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 202 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.07 |
| HSL | 338.49º | 0.58% | 0.82% | - |
| HSV(B) | 338.49º | 0.22% | 0.93% | - |
| XYZ | 62.19 | 55.96 | 63.4 | - |
| YUV | 201.01 | 128.56 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 202 | 0 | 0.22 | 0.14 | 0.07 | 338.49 | 0.58 | 0.82 |
| Hex | EC | B7 | CA | 0 | 16 | E | 7 | 152 | 3A | 52 |
| Octal | 354 | 267 | 312 | 0 | 26 | 16 | 7 | 522 | 72 | 122 |
| Binary | 11101100 | 10110111 | 11001010 | 0 | 10110 | 1110 | 111 | 101010010 | 111010 | 1010010 |
Color Harmonies of #ECB7CA
Complementary color
Monochromatic Colors of #ECB7CA
Black with #ECB7CA
Text Example
Text Example
White with #ECB7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB7CA; }
p { color: rgb(236,183,202); }
H1.HeaderClassName
{
color: #ECB7CA;
}
.AnyTagClassName
{
color: #ECB7CA;
}
</style>
background-color css
<style>
a { background-color: #ECB7CA; }
a { background-color: rgb(236,183,202); }
div.DivClassName
{
background-color: #ECB7CA;
}
.BgClassName
{
background-color: #ECB7CA;
}
</style>
border-color css
<style>
span { border-color: #ECB7CA; }
span { border-color: rgb(236,183,202); }
td.TdClassName
{
border-color: #ECB7CA;
}
.TagClassName
{
border-color: #ECB7CA;
}
</style>