Shades of Chantilly #E9BBCF
Tints of Chantilly #E9BBCF
RGB
CMYK
RGB Variations
Color information
#E9BBCF (or 0xE9BBCF) is known color: Chantilly. HEX triplet: E9, BB and CF. RGB value is (233,187,207). Sum of RGB (Red+Green+Blue) = 233+187+207=627 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.16% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 207 (81.25% from 255 or 33.01% from 627); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BBCF is #164430. Grayscale: #CBCBCB. Windows color (decimal): -1459249 or 13614057. OLE color: 13614057.
HSL color Cylindrical-coordinate representation of color #E9BBCF: hue angle of 333.91º 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 #E9BBCF is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 187 | 207 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.09 |
| HSL | 333.91º | 0.51% | 0.82% | - |
| HSV(B) | 333.91º | 0.2% | 0.91% | - |
| XYZ | 62.64 | 57.37 | 66.8 | - |
| YUV | 203.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 187 | 207 | 0 | 0.20 | 0.11 | 0.09 | 333.91 | 0.51 | 0.82 |
| Hex | E9 | BB | CF | 0 | 14 | B | 9 | 14E | 33 | 52 |
| Octal | 351 | 273 | 317 | 0 | 24 | 13 | 11 | 516 | 63 | 122 |
| Binary | 11101001 | 10111011 | 11001111 | 0 | 10100 | 1011 | 1001 | 101001110 | 110011 | 1010010 |
Color Harmonies of #E9BBCF
Complementary color
Monochromatic Colors of #E9BBCF
Black with #E9BBCF
Text Example
Text Example
White with #E9BBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BBCF; }
p { color: rgb(233,187,207); }
H1.HeaderClassName
{
color: #E9BBCF;
}
.AnyTagClassName
{
color: #E9BBCF;
}
</style>
background-color css
<style>
a { background-color: #E9BBCF; }
a { background-color: rgb(233,187,207); }
div.DivClassName
{
background-color: #E9BBCF;
}
.BgClassName
{
background-color: #E9BBCF;
}
</style>
border-color css
<style>
span { border-color: #E9BBCF; }
span { border-color: rgb(233,187,207); }
td.TdClassName
{
border-color: #E9BBCF;
}
.TagClassName
{
border-color: #E9BBCF;
}
</style>