Shades of Chantilly #E9BBCC
Tints of Chantilly #E9BBCC
RGB
CMYK
RGB Variations
Color information
#E9BBCC (or 0xE9BBCC) is known color: Chantilly. HEX triplet: E9, BB and CC. RGB value is (233,187,204). Sum of RGB (Red+Green+Blue) = 233+187+204=624 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.34% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BBCC is #164433. Grayscale: #CACACA. Windows color (decimal): -1459252 or 13417449. OLE color: 13417449.
HSL color Cylindrical-coordinate representation of color #E9BBCC: hue angle of 337.83º 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 #E9BBCC is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 187 | 204 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.09 |
| HSL | 337.83º | 0.51% | 0.82% | - |
| HSV(B) | 337.83º | 0.2% | 0.91% | - |
| XYZ | 62.27 | 57.22 | 64.89 | - |
| YUV | 202.69 | 128.74 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 187 | 204 | 0 | 0.20 | 0.12 | 0.09 | 337.83 | 0.51 | 0.82 |
| Hex | E9 | BB | CC | 0 | 14 | C | 9 | 152 | 33 | 52 |
| Octal | 351 | 273 | 314 | 0 | 24 | 14 | 11 | 522 | 63 | 122 |
| Binary | 11101001 | 10111011 | 11001100 | 0 | 10100 | 1100 | 1001 | 101010010 | 110011 | 1010010 |
Color Harmonies of #E9BBCC
Complementary color
Monochromatic Colors of #E9BBCC
Black with #E9BBCC
Text Example
Text Example
White with #E9BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BBCC; }
p { color: rgb(233,187,204); }
H1.HeaderClassName
{
color: #E9BBCC;
}
.AnyTagClassName
{
color: #E9BBCC;
}
</style>
background-color css
<style>
a { background-color: #E9BBCC; }
a { background-color: rgb(233,187,204); }
div.DivClassName
{
background-color: #E9BBCC;
}
.BgClassName
{
background-color: #E9BBCC;
}
</style>
border-color css
<style>
span { border-color: #E9BBCC; }
span { border-color: rgb(233,187,204); }
td.TdClassName
{
border-color: #E9BBCC;
}
.TagClassName
{
border-color: #E9BBCC;
}
</style>