Shades of Chantilly #E7BAC5
Tints of Chantilly #E7BAC5
RGB
CMYK
RGB Variations
Color information
#E7BAC5 (or 0xE7BAC5) is known color: Chantilly. HEX triplet: E7, BA and C5. RGB value is (231,186,197). Sum of RGB (Red+Green+Blue) = 231+186+197=614 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.62% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 197 (77.34% from 255 or 32.08% from 614); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BAC5 is #18453A. Grayscale: #C8C8C8. Windows color (decimal): -1590587 or 12958439. OLE color: 12958439.
HSL color Cylindrical-coordinate representation of color #E7BAC5: hue angle of 345.33º 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 #E7BAC5 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 186 | 197 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.09 |
| HSL | 345.33º | 0.48% | 0.82% | - |
| HSV(B) | 345.33º | 0.19% | 0.91% | - |
| XYZ | 60.59 | 56.14 | 60.47 | - |
| YUV | 200.71 | 125.91 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 186 | 197 | 0 | 0.19 | 0.15 | 0.09 | 345.33 | 0.48 | 0.82 |
| Hex | E7 | BA | C5 | 0 | 13 | F | 9 | 159 | 30 | 52 |
| Octal | 347 | 272 | 305 | 0 | 23 | 17 | 11 | 531 | 60 | 122 |
| Binary | 11100111 | 10111010 | 11000101 | 0 | 10011 | 1111 | 1001 | 101011001 | 110000 | 1010010 |
Color Harmonies of #E7BAC5
Complementary color
Monochromatic Colors of #E7BAC5
Black with #E7BAC5
Text Example
Text Example
White with #E7BAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BAC5; }
p { color: rgb(231,186,197); }
H1.HeaderClassName
{
color: #E7BAC5;
}
.AnyTagClassName
{
color: #E7BAC5;
}
</style>
background-color css
<style>
a { background-color: #E7BAC5; }
a { background-color: rgb(231,186,197); }
div.DivClassName
{
background-color: #E7BAC5;
}
.BgClassName
{
background-color: #E7BAC5;
}
</style>
border-color css
<style>
span { border-color: #E7BAC5; }
span { border-color: rgb(231,186,197); }
td.TdClassName
{
border-color: #E7BAC5;
}
.TagClassName
{
border-color: #E7BAC5;
}
</style>