Shades of Chantilly #E8BCCE
Tints of Chantilly #E8BCCE
RGB
CMYK
RGB Variations
Color information
#E8BCCE (or 0xE8BCCE) is known color: Chantilly. HEX triplet: E8, BC and CE. RGB value is (232,188,206). Sum of RGB (Red+Green+Blue) = 232+188+206=626 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.06% from 626); Green value is 188 (73.83% from 255 or 30.03% from 626); Blue value is 206 (80.86% from 255 or 32.91% from 626); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BCCE is #174331. Grayscale: #CBCBCB. Windows color (decimal): -1524530 or 13548776. OLE color: 13548776.
HSL color Cylindrical-coordinate representation of color #E8BCCE: hue angle of 335.45º degrees, saturation: 0.49, 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 #E8BCCE is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 188 | 206 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.09 |
| HSL | 335.45º | 0.49% | 0.82% | - |
| HSV(B) | 335.45º | 0.19% | 0.91% | - |
| XYZ | 62.4 | 57.58 | 66.22 | - |
| YUV | 203.21 | 129.58 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 188 | 206 | 0 | 0.19 | 0.11 | 0.09 | 335.45 | 0.49 | 0.82 |
| Hex | E8 | BC | CE | 0 | 13 | B | 9 | 14F | 31 | 52 |
| Octal | 350 | 274 | 316 | 0 | 23 | 13 | 11 | 517 | 61 | 122 |
| Binary | 11101000 | 10111100 | 11001110 | 0 | 10011 | 1011 | 1001 | 101001111 | 110001 | 1010010 |
Color Harmonies of #E8BCCE
Complementary color
Monochromatic Colors of #E8BCCE
Black with #E8BCCE
Text Example
Text Example
White with #E8BCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BCCE; }
p { color: rgb(232,188,206); }
H1.HeaderClassName
{
color: #E8BCCE;
}
.AnyTagClassName
{
color: #E8BCCE;
}
</style>
background-color css
<style>
a { background-color: #E8BCCE; }
a { background-color: rgb(232,188,206); }
div.DivClassName
{
background-color: #E8BCCE;
}
.BgClassName
{
background-color: #E8BCCE;
}
</style>
border-color css
<style>
span { border-color: #E8BCCE; }
span { border-color: rgb(232,188,206); }
td.TdClassName
{
border-color: #E8BCCE;
}
.TagClassName
{
border-color: #E8BCCE;
}
</style>