Shades of Chantilly #E7BACC
Tints of Chantilly #E7BACC
RGB
CMYK
RGB Variations
Color information
#E7BACC (or 0xE7BACC) is known color: Chantilly. HEX triplet: E7, BA and CC. RGB value is (231,186,204). Sum of RGB (Red+Green+Blue) = 231+186+204=621 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.20% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BACC is #184533. Grayscale: #C9C9C9. Windows color (decimal): -1590580 or 13417191. OLE color: 13417191.
HSL color Cylindrical-coordinate representation of color #E7BACC: hue angle of 336º 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 #E7BACC is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 186 | 204 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.09 |
| HSL | 336º | 0.48% | 0.82% | - |
| HSV(B) | 336º | 0.19% | 0.91% | - |
| XYZ | 61.41 | 56.47 | 64.79 | - |
| YUV | 201.51 | 129.41 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 186 | 204 | 0 | 0.19 | 0.12 | 0.09 | 336 | 0.48 | 0.82 |
| Hex | E7 | BA | CC | 0 | 13 | C | 9 | 150 | 30 | 52 |
| Octal | 347 | 272 | 314 | 0 | 23 | 14 | 11 | 520 | 60 | 122 |
| Binary | 11100111 | 10111010 | 11001100 | 0 | 10011 | 1100 | 1001 | 101010000 | 110000 | 1010010 |
Color Harmonies of #E7BACC
Complementary color
Monochromatic Colors of #E7BACC
Black with #E7BACC
Text Example
Text Example
White with #E7BACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BACC; }
p { color: rgb(231,186,204); }
H1.HeaderClassName
{
color: #E7BACC;
}
.AnyTagClassName
{
color: #E7BACC;
}
</style>
background-color css
<style>
a { background-color: #E7BACC; }
a { background-color: rgb(231,186,204); }
div.DivClassName
{
background-color: #E7BACC;
}
.BgClassName
{
background-color: #E7BACC;
}
</style>
border-color css
<style>
span { border-color: #E7BACC; }
span { border-color: rgb(231,186,204); }
td.TdClassName
{
border-color: #E7BACC;
}
.TagClassName
{
border-color: #E7BACC;
}
</style>