Shades of Chantilly #E7BAC4
Tints of Chantilly #E7BAC4
RGB
CMYK
RGB Variations
Color information
#E7BAC4 (or 0xE7BAC4) is known color: Chantilly. HEX triplet: E7, BA and C4. RGB value is (231,186,196). Sum of RGB (Red+Green+Blue) = 231+186+196=613 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.68% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 196 (76.95% from 255 or 31.97% from 613); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BAC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BAC4 is #18453B. Grayscale: #C8C8C8. Windows color (decimal): -1590588 or 12892903. OLE color: 12892903.
HSL color Cylindrical-coordinate representation of color #E7BAC4: hue angle of 346.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 #E7BAC4 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 186 | 196 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.09 |
| HSL | 346.67º | 0.48% | 0.82% | - |
| HSV(B) | 346.67º | 0.19% | 0.91% | - |
| XYZ | 60.48 | 56.09 | 59.86 | - |
| YUV | 200.6 | 125.41 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 186 | 196 | 0 | 0.19 | 0.15 | 0.09 | 346.67 | 0.48 | 0.82 |
| Hex | E7 | BA | C4 | 0 | 13 | F | 9 | 15B | 30 | 52 |
| Octal | 347 | 272 | 304 | 0 | 23 | 17 | 11 | 533 | 60 | 122 |
| Binary | 11100111 | 10111010 | 11000100 | 0 | 10011 | 1111 | 1001 | 101011011 | 110000 | 1010010 |
Color Harmonies of #E7BAC4
Complementary color
Monochromatic Colors of #E7BAC4
Black with #E7BAC4
Text Example
Text Example
White with #E7BAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BAC4; }
p { color: rgb(231,186,196); }
H1.HeaderClassName
{
color: #E7BAC4;
}
.AnyTagClassName
{
color: #E7BAC4;
}
</style>
background-color css
<style>
a { background-color: #E7BAC4; }
a { background-color: rgb(231,186,196); }
div.DivClassName
{
background-color: #E7BAC4;
}
.BgClassName
{
background-color: #E7BAC4;
}
</style>
border-color css
<style>
span { border-color: #E7BAC4; }
span { border-color: rgb(231,186,196); }
td.TdClassName
{
border-color: #E7BAC4;
}
.TagClassName
{
border-color: #E7BAC4;
}
</style>