Shades of Chantilly #E9BACA
Tints of Chantilly #E9BACA
RGB
CMYK
RGB Variations
Color information
#E9BACA (or 0xE9BACA) is known color: Chantilly. HEX triplet: E9, BA and CA. RGB value is (233,186,202). Sum of RGB (Red+Green+Blue) = 233+186+202=621 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.52% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BACA is #164535. Grayscale: #C9C9C9. Windows color (decimal): -1459510 or 13286121. OLE color: 13286121.
HSL color Cylindrical-coordinate representation of color #E9BACA: hue angle of 339.57º degrees, saturation: 0.52, 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 #E9BACA is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 186 | 202 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.09 |
| HSL | 339.57º | 0.52% | 0.82% | - |
| HSV(B) | 339.57º | 0.2% | 0.91% | - |
| XYZ | 61.82 | 56.71 | 63.56 | - |
| YUV | 201.88 | 128.07 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 186 | 202 | 0 | 0.20 | 0.13 | 0.09 | 339.57 | 0.52 | 0.82 |
| Hex | E9 | BA | CA | 0 | 14 | D | 9 | 154 | 34 | 52 |
| Octal | 351 | 272 | 312 | 0 | 24 | 15 | 11 | 524 | 64 | 122 |
| Binary | 11101001 | 10111010 | 11001010 | 0 | 10100 | 1101 | 1001 | 101010100 | 110100 | 1010010 |
Color Harmonies of #E9BACA
Complementary color
Monochromatic Colors of #E9BACA
Black with #E9BACA
Text Example
Text Example
White with #E9BACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BACA; }
p { color: rgb(233,186,202); }
H1.HeaderClassName
{
color: #E9BACA;
}
.AnyTagClassName
{
color: #E9BACA;
}
</style>
background-color css
<style>
a { background-color: #E9BACA; }
a { background-color: rgb(233,186,202); }
div.DivClassName
{
background-color: #E9BACA;
}
.BgClassName
{
background-color: #E9BACA;
}
</style>
border-color css
<style>
span { border-color: #E9BACA; }
span { border-color: rgb(233,186,202); }
td.TdClassName
{
border-color: #E9BACA;
}
.TagClassName
{
border-color: #E9BACA;
}
</style>