Shades of Chantilly #E8BAC7
Tints of Chantilly #E8BAC7
RGB
CMYK
RGB Variations
Color information
#E8BAC7 (or 0xE8BAC7) is known color: Chantilly. HEX triplet: E8, BA and C7. RGB value is (232,186,199). Sum of RGB (Red+Green+Blue) = 232+186+199=617 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.60% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 199 (78.12% from 255 or 32.25% from 617); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BAC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BAC7 is #174538. Grayscale: #C9C9C9. Windows color (decimal): -1525049 or 13089512. OLE color: 13089512.
HSL color Cylindrical-coordinate representation of color #E8BAC7: hue angle of 343.04º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E8BAC7 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 186 | 199 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.09 |
| HSL | 343.04º | 0.5% | 0.82% | - |
| HSV(B) | 343.04º | 0.2% | 0.91% | - |
| XYZ | 61.15 | 56.4 | 61.7 | - |
| YUV | 201.24 | 126.74 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 186 | 199 | 0 | 0.20 | 0.14 | 0.09 | 343.04 | 0.5 | 0.82 |
| Hex | E8 | BA | C7 | 0 | 14 | E | 9 | 157 | 32 | 52 |
| Octal | 350 | 272 | 307 | 0 | 24 | 16 | 11 | 527 | 62 | 122 |
| Binary | 11101000 | 10111010 | 11000111 | 0 | 10100 | 1110 | 1001 | 101010111 | 110010 | 1010010 |
Color Harmonies of #E8BAC7
Complementary color
Monochromatic Colors of #E8BAC7
Black with #E8BAC7
Text Example
Text Example
White with #E8BAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BAC7; }
p { color: rgb(232,186,199); }
H1.HeaderClassName
{
color: #E8BAC7;
}
.AnyTagClassName
{
color: #E8BAC7;
}
</style>
background-color css
<style>
a { background-color: #E8BAC7; }
a { background-color: rgb(232,186,199); }
div.DivClassName
{
background-color: #E8BAC7;
}
.BgClassName
{
background-color: #E8BAC7;
}
</style>
border-color css
<style>
span { border-color: #E8BAC7; }
span { border-color: rgb(232,186,199); }
td.TdClassName
{
border-color: #E8BAC7;
}
.TagClassName
{
border-color: #E8BAC7;
}
</style>