Shades of Chantilly #E9BAC1
Tints of Chantilly #E9BAC1
RGB
CMYK
RGB Variations
Color information
#E9BAC1 (or 0xE9BAC1) is known color: Chantilly. HEX triplet: E9, BA and C1. RGB value is (233,186,193). Sum of RGB (Red+Green+Blue) = 233+186+193=612 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.07% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 193 (75.78% from 255 or 31.54% from 612); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BAC1 is #16453E. Grayscale: #C8C8C8. Windows color (decimal): -1459519 or 12696297. OLE color: 12696297.
HSL color Cylindrical-coordinate representation of color #E9BAC1: hue angle of 351.06º 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 #E9BAC1 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 186 | 193 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.09 |
| HSL | 351.06º | 0.52% | 0.82% | - |
| HSV(B) | 351.06º | 0.2% | 0.91% | - |
| XYZ | 60.79 | 56.29 | 58.11 | - |
| YUV | 200.85 | 123.57 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 186 | 193 | 0 | 0.20 | 0.17 | 0.09 | 351.06 | 0.52 | 0.82 |
| Hex | E9 | BA | C1 | 0 | 14 | 11 | 9 | 15F | 34 | 52 |
| Octal | 351 | 272 | 301 | 0 | 24 | 21 | 11 | 537 | 64 | 122 |
| Binary | 11101001 | 10111010 | 11000001 | 0 | 10100 | 10001 | 1001 | 101011111 | 110100 | 1010010 |
Color Harmonies of #E9BAC1
Complementary color
Monochromatic Colors of #E9BAC1
Black with #E9BAC1
Text Example
Text Example
White with #E9BAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BAC1; }
p { color: rgb(233,186,193); }
H1.HeaderClassName
{
color: #E9BAC1;
}
.AnyTagClassName
{
color: #E9BAC1;
}
</style>
background-color css
<style>
a { background-color: #E9BAC1; }
a { background-color: rgb(233,186,193); }
div.DivClassName
{
background-color: #E9BAC1;
}
.BgClassName
{
background-color: #E9BAC1;
}
</style>
border-color css
<style>
span { border-color: #E9BAC1; }
span { border-color: rgb(233,186,193); }
td.TdClassName
{
border-color: #E9BAC1;
}
.TagClassName
{
border-color: #E9BAC1;
}
</style>