Shades of Chantilly #E9BACD
Tints of Chantilly #E9BACD
RGB
CMYK
RGB Variations
Color information
#E9BACD (or 0xE9BACD) is known color: Chantilly. HEX triplet: E9, BA and CD. RGB value is (233,186,205). Sum of RGB (Red+Green+Blue) = 233+186+205=624 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.34% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BACD is #164532. Grayscale: #CACACA. Windows color (decimal): -1459507 or 13482729. OLE color: 13482729.
HSL color Cylindrical-coordinate representation of color #E9BACD: hue angle of 335.74º 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 #E9BACD is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 186 | 205 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.09 |
| HSL | 335.74º | 0.52% | 0.82% | - |
| HSV(B) | 335.74º | 0.2% | 0.91% | - |
| XYZ | 62.18 | 56.85 | 65.45 | - |
| YUV | 202.22 | 129.57 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 186 | 205 | 0 | 0.20 | 0.12 | 0.09 | 335.74 | 0.52 | 0.82 |
| Hex | E9 | BA | CD | 0 | 14 | C | 9 | 150 | 34 | 52 |
| Octal | 351 | 272 | 315 | 0 | 24 | 14 | 11 | 520 | 64 | 122 |
| Binary | 11101001 | 10111010 | 11001101 | 0 | 10100 | 1100 | 1001 | 101010000 | 110100 | 1010010 |
Color Harmonies of #E9BACD
Complementary color
Monochromatic Colors of #E9BACD
Black with #E9BACD
Text Example
Text Example
White with #E9BACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BACD; }
p { color: rgb(233,186,205); }
H1.HeaderClassName
{
color: #E9BACD;
}
.AnyTagClassName
{
color: #E9BACD;
}
</style>
background-color css
<style>
a { background-color: #E9BACD; }
a { background-color: rgb(233,186,205); }
div.DivClassName
{
background-color: #E9BACD;
}
.BgClassName
{
background-color: #E9BACD;
}
</style>
border-color css
<style>
span { border-color: #E9BACD; }
span { border-color: rgb(233,186,205); }
td.TdClassName
{
border-color: #E9BACD;
}
.TagClassName
{
border-color: #E9BACD;
}
</style>