Shades of Chantilly #E7BACA
Tints of Chantilly #E7BACA
RGB
CMYK
RGB Variations
Color information
#E7BACA (or 0xE7BACA) is known color: Chantilly. HEX triplet: E7, BA and CA. RGB value is (231,186,202). Sum of RGB (Red+Green+Blue) = 231+186+202=619 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.32% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BACA is #184535. Grayscale: #C9C9C9. Windows color (decimal): -1590582 or 13286119. OLE color: 13286119.
HSL color Cylindrical-coordinate representation of color #E7BACA: hue angle of 338.67º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7BACA is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 186 | 202 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.09 |
| HSL | 338.67º | 0.48% | 0.82% | - |
| HSV(B) | 338.67º | 0.19% | 0.91% | - |
| XYZ | 61.17 | 56.37 | 63.53 | - |
| YUV | 201.28 | 128.41 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 186 | 202 | 0 | 0.19 | 0.13 | 0.09 | 338.67 | 0.48 | 0.82 |
| Hex | E7 | BA | CA | 0 | 13 | D | 9 | 153 | 30 | 52 |
| Octal | 347 | 272 | 312 | 0 | 23 | 15 | 11 | 523 | 60 | 122 |
| Binary | 11100111 | 10111010 | 11001010 | 0 | 10011 | 1101 | 1001 | 101010011 | 110000 | 1010010 |
Color Harmonies of #E7BACA
Complementary color
Monochromatic Colors of #E7BACA
Black with #E7BACA
Text Example
Text Example
White with #E7BACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BACA; }
p { color: rgb(231,186,202); }
H1.HeaderClassName
{
color: #E7BACA;
}
.AnyTagClassName
{
color: #E7BACA;
}
</style>
background-color css
<style>
a { background-color: #E7BACA; }
a { background-color: rgb(231,186,202); }
div.DivClassName
{
background-color: #E7BACA;
}
.BgClassName
{
background-color: #E7BACA;
}
</style>
border-color css
<style>
span { border-color: #E7BACA; }
span { border-color: rgb(231,186,202); }
td.TdClassName
{
border-color: #E7BACA;
}
.TagClassName
{
border-color: #E7BACA;
}
</style>