Shades of Chantilly #E8BBC9
Tints of Chantilly #E8BBC9
RGB
CMYK
RGB Variations
Color information
#E8BBC9 (or 0xE8BBC9) is known color: Chantilly. HEX triplet: E8, BB and C9. RGB value is (232,187,201). Sum of RGB (Red+Green+Blue) = 232+187+201=620 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.42% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 201 (78.91% from 255 or 32.42% from 620); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BBC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BBC9 is #174436. Grayscale: #CACACA. Windows color (decimal): -1524791 or 13220840. OLE color: 13220840.
HSL color Cylindrical-coordinate representation of color #E8BBC9: hue angle of 341.33º 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 #E8BBC9 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 187 | 201 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.09 |
| HSL | 341.33º | 0.49% | 0.82% | - |
| HSV(B) | 341.33º | 0.19% | 0.91% | - |
| XYZ | 61.59 | 56.91 | 63 | - |
| YUV | 202.05 | 127.41 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 187 | 201 | 0 | 0.19 | 0.13 | 0.09 | 341.33 | 0.49 | 0.82 |
| Hex | E8 | BB | C9 | 0 | 13 | D | 9 | 155 | 31 | 52 |
| Octal | 350 | 273 | 311 | 0 | 23 | 15 | 11 | 525 | 61 | 122 |
| Binary | 11101000 | 10111011 | 11001001 | 0 | 10011 | 1101 | 1001 | 101010101 | 110001 | 1010010 |
Color Harmonies of #E8BBC9
Complementary color
Monochromatic Colors of #E8BBC9
Black with #E8BBC9
Text Example
Text Example
White with #E8BBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BBC9; }
p { color: rgb(232,187,201); }
H1.HeaderClassName
{
color: #E8BBC9;
}
.AnyTagClassName
{
color: #E8BBC9;
}
</style>
background-color css
<style>
a { background-color: #E8BBC9; }
a { background-color: rgb(232,187,201); }
div.DivClassName
{
background-color: #E8BBC9;
}
.BgClassName
{
background-color: #E8BBC9;
}
</style>
border-color css
<style>
span { border-color: #E8BBC9; }
span { border-color: rgb(232,187,201); }
td.TdClassName
{
border-color: #E8BBC9;
}
.TagClassName
{
border-color: #E8BBC9;
}
</style>