Shades of Chantilly #E9BBCD
Tints of Chantilly #E9BBCD
RGB
CMYK
RGB Variations
Color information
#E9BBCD (or 0xE9BBCD) is known color: Chantilly. HEX triplet: E9, BB and CD. RGB value is (233,187,205). Sum of RGB (Red+Green+Blue) = 233+187+205=625 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.28% from 625); Green value is 187 (73.44% from 255 or 29.92% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BBCD is #164432. Grayscale: #CACACA. Windows color (decimal): -1459251 or 13482985. OLE color: 13482985.
HSL color Cylindrical-coordinate representation of color #E9BBCD: hue angle of 336.52º 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 #E9BBCD is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 187 | 205 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.09 |
| HSL | 336.52º | 0.51% | 0.82% | - |
| HSV(B) | 336.52º | 0.2% | 0.91% | - |
| XYZ | 62.39 | 57.27 | 65.52 | - |
| YUV | 202.81 | 129.24 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 187 | 205 | 0 | 0.20 | 0.12 | 0.09 | 336.52 | 0.51 | 0.82 |
| Hex | E9 | BB | CD | 0 | 14 | C | 9 | 151 | 33 | 52 |
| Octal | 351 | 273 | 315 | 0 | 24 | 14 | 11 | 521 | 63 | 122 |
| Binary | 11101001 | 10111011 | 11001101 | 0 | 10100 | 1100 | 1001 | 101010001 | 110011 | 1010010 |
Color Harmonies of #E9BBCD
Complementary color
Monochromatic Colors of #E9BBCD
Black with #E9BBCD
Text Example
Text Example
White with #E9BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BBCD; }
p { color: rgb(233,187,205); }
H1.HeaderClassName
{
color: #E9BBCD;
}
.AnyTagClassName
{
color: #E9BBCD;
}
</style>
background-color css
<style>
a { background-color: #E9BBCD; }
a { background-color: rgb(233,187,205); }
div.DivClassName
{
background-color: #E9BBCD;
}
.BgClassName
{
background-color: #E9BBCD;
}
</style>
border-color css
<style>
span { border-color: #E9BBCD; }
span { border-color: rgb(233,187,205); }
td.TdClassName
{
border-color: #E9BBCD;
}
.TagClassName
{
border-color: #E9BBCD;
}
</style>