Shades of Chantilly #E9BBC8
Tints of Chantilly #E9BBC8
RGB
CMYK
RGB Variations
Color information
#E9BBC8 (or 0xE9BBC8) is known color: Chantilly. HEX triplet: E9, BB and C8. RGB value is (233,187,200). Sum of RGB (Red+Green+Blue) = 233+187+200=620 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.58% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 200 (78.52% from 255 or 32.26% from 620); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BBC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BBC8 is #164437. Grayscale: #CACACA. Windows color (decimal): -1459256 or 13155305. OLE color: 13155305.
HSL color Cylindrical-coordinate representation of color #E9BBC8: hue angle of 343.04º degrees, saturation: 0.51, 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 #E9BBC8 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 187 | 200 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.09 |
| HSL | 343.04º | 0.51% | 0.82% | - |
| HSV(B) | 343.04º | 0.2% | 0.91% | - |
| XYZ | 61.8 | 57.03 | 62.4 | - |
| YUV | 202.24 | 126.74 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 187 | 200 | 0 | 0.20 | 0.14 | 0.09 | 343.04 | 0.51 | 0.82 |
| Hex | E9 | BB | C8 | 0 | 14 | E | 9 | 157 | 33 | 52 |
| Octal | 351 | 273 | 310 | 0 | 24 | 16 | 11 | 527 | 63 | 122 |
| Binary | 11101001 | 10111011 | 11001000 | 0 | 10100 | 1110 | 1001 | 101010111 | 110011 | 1010010 |
Color Harmonies of #E9BBC8
Complementary color
Monochromatic Colors of #E9BBC8
Black with #E9BBC8
Text Example
Text Example
White with #E9BBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BBC8; }
p { color: rgb(233,187,200); }
H1.HeaderClassName
{
color: #E9BBC8;
}
.AnyTagClassName
{
color: #E9BBC8;
}
</style>
background-color css
<style>
a { background-color: #E9BBC8; }
a { background-color: rgb(233,187,200); }
div.DivClassName
{
background-color: #E9BBC8;
}
.BgClassName
{
background-color: #E9BBC8;
}
</style>
border-color css
<style>
span { border-color: #E9BBC8; }
span { border-color: rgb(233,187,200); }
td.TdClassName
{
border-color: #E9BBC8;
}
.TagClassName
{
border-color: #E9BBC8;
}
</style>