Shades of Chantilly #E9BBCB
Tints of Chantilly #E9BBCB
RGB
CMYK
RGB Variations
Color information
#E9BBCB (or 0xE9BBCB) is known color: Chantilly. HEX triplet: E9, BB and CB. RGB value is (233,187,203). Sum of RGB (Red+Green+Blue) = 233+187+203=623 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.40% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BBCB is #164434. Grayscale: #CACACA. Windows color (decimal): -1459253 or 13351913. OLE color: 13351913.
HSL color Cylindrical-coordinate representation of color #E9BBCB: hue angle of 339.13º 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 #E9BBCB is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 187 | 203 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.09 |
| HSL | 339.13º | 0.51% | 0.82% | - |
| HSV(B) | 339.13º | 0.2% | 0.91% | - |
| XYZ | 62.15 | 57.18 | 64.26 | - |
| YUV | 202.58 | 128.24 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 187 | 203 | 0 | 0.20 | 0.13 | 0.09 | 339.13 | 0.51 | 0.82 |
| Hex | E9 | BB | CB | 0 | 14 | D | 9 | 153 | 33 | 52 |
| Octal | 351 | 273 | 313 | 0 | 24 | 15 | 11 | 523 | 63 | 122 |
| Binary | 11101001 | 10111011 | 11001011 | 0 | 10100 | 1101 | 1001 | 101010011 | 110011 | 1010010 |
Color Harmonies of #E9BBCB
Complementary color
Monochromatic Colors of #E9BBCB
Black with #E9BBCB
Text Example
Text Example
White with #E9BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BBCB; }
p { color: rgb(233,187,203); }
H1.HeaderClassName
{
color: #E9BBCB;
}
.AnyTagClassName
{
color: #E9BBCB;
}
</style>
background-color css
<style>
a { background-color: #E9BBCB; }
a { background-color: rgb(233,187,203); }
div.DivClassName
{
background-color: #E9BBCB;
}
.BgClassName
{
background-color: #E9BBCB;
}
</style>
border-color css
<style>
span { border-color: #E9BBCB; }
span { border-color: rgb(233,187,203); }
td.TdClassName
{
border-color: #E9BBCB;
}
.TagClassName
{
border-color: #E9BBCB;
}
</style>