Shades of Chantilly #E9BCCB
Tints of Chantilly #E9BCCB
RGB
CMYK
RGB Variations
Color information
#E9BCCB (or 0xE9BCCB) is known color: Chantilly. HEX triplet: E9, BC and CB. RGB value is (233,188,203). Sum of RGB (Red+Green+Blue) = 233+188+203=624 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.34% from 624); Green value is 188 (73.83% from 255 or 30.13% from 624); Blue value is 203 (79.69% from 255 or 32.53% from 624); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BCCB is #164334. Grayscale: #CBCBCB. Windows color (decimal): -1458997 or 13352169. OLE color: 13352169.
HSL color Cylindrical-coordinate representation of color #E9BCCB: hue angle of 340º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E9BCCB is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 188 | 203 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.09 |
| HSL | 340º | 0.51% | 0.83% | - |
| HSV(B) | 340º | 0.19% | 0.91% | - |
| XYZ | 62.37 | 57.6 | 64.33 | - |
| YUV | 203.17 | 127.91 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 188 | 203 | 0 | 0.19 | 0.13 | 0.09 | 340 | 0.51 | 0.83 |
| Hex | E9 | BC | CB | 0 | 13 | D | 9 | 154 | 33 | 53 |
| Octal | 351 | 274 | 313 | 0 | 23 | 15 | 11 | 524 | 63 | 123 |
| Binary | 11101001 | 10111100 | 11001011 | 0 | 10011 | 1101 | 1001 | 101010100 | 110011 | 1010011 |
Color Harmonies of #E9BCCB
Complementary color
Monochromatic Colors of #E9BCCB
Black with #E9BCCB
Text Example
Text Example
White with #E9BCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BCCB; }
p { color: rgb(233,188,203); }
H1.HeaderClassName
{
color: #E9BCCB;
}
.AnyTagClassName
{
color: #E9BCCB;
}
</style>
background-color css
<style>
a { background-color: #E9BCCB; }
a { background-color: rgb(233,188,203); }
div.DivClassName
{
background-color: #E9BCCB;
}
.BgClassName
{
background-color: #E9BCCB;
}
</style>
border-color css
<style>
span { border-color: #E9BCCB; }
span { border-color: rgb(233,188,203); }
td.TdClassName
{
border-color: #E9BCCB;
}
.TagClassName
{
border-color: #E9BCCB;
}
</style>