Shades of Chantilly #E7C0CA
Tints of Chantilly #E7C0CA
RGB
CMYK
RGB Variations
Color information
#E7C0CA (or 0xE7C0CA) is known color: Chantilly. HEX triplet: E7, C0 and CA. RGB value is (231,192,202). Sum of RGB (Red+Green+Blue) = 231+192+202=625 (82% of max value = 765). Red value is 231 (90.62% from 255 or 36.96% from 625); Green value is 192 (75.39% from 255 or 30.72% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C0CA is #183F35. Grayscale: #CCCCCC. Windows color (decimal): -1589046 or 13287655. OLE color: 13287655.
HSL color Cylindrical-coordinate representation of color #E7C0CA: hue angle of 344.62º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E7C0CA is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 192 | 202 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.09 |
| HSL | 344.62º | 0.45% | 0.83% | - |
| HSV(B) | 344.62º | 0.17% | 0.91% | - |
| XYZ | 62.47 | 58.95 | 63.96 | - |
| YUV | 204.8 | 126.42 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 192 | 202 | 0 | 0.17 | 0.13 | 0.09 | 344.62 | 0.45 | 0.83 |
| Hex | E7 | C0 | CA | 0 | 11 | D | 9 | 159 | 2D | 53 |
| Octal | 347 | 300 | 312 | 0 | 21 | 15 | 11 | 531 | 55 | 123 |
| Binary | 11100111 | 11000000 | 11001010 | 0 | 10001 | 1101 | 1001 | 101011001 | 101101 | 1010011 |
Color Harmonies of #E7C0CA
Complementary color
Monochromatic Colors of #E7C0CA
Black with #E7C0CA
Text Example
Text Example
White with #E7C0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C0CA; }
p { color: rgb(231,192,202); }
H1.HeaderClassName
{
color: #E7C0CA;
}
.AnyTagClassName
{
color: #E7C0CA;
}
</style>
background-color css
<style>
a { background-color: #E7C0CA; }
a { background-color: rgb(231,192,202); }
div.DivClassName
{
background-color: #E7C0CA;
}
.BgClassName
{
background-color: #E7C0CA;
}
</style>
border-color css
<style>
span { border-color: #E7C0CA; }
span { border-color: rgb(231,192,202); }
td.TdClassName
{
border-color: #E7C0CA;
}
.TagClassName
{
border-color: #E7C0CA;
}
</style>