Shades of Chantilly #E9BAC3
Tints of Chantilly #E9BAC3
RGB
CMYK
RGB Variations
Color information
#E9BAC3 (or 0xE9BAC3) is known color: Chantilly. HEX triplet: E9, BA and C3. RGB value is (233,186,195). Sum of RGB (Red+Green+Blue) = 233+186+195=614 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.95% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 195 (76.56% from 255 or 31.76% from 614); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BAC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BAC3 is #16453C. Grayscale: #C9C9C9. Windows color (decimal): -1459517 or 12827369. OLE color: 12827369.
HSL color Cylindrical-coordinate representation of color #E9BAC3: hue angle of 348.51º 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 #E9BAC3 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 186 | 195 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.09 |
| HSL | 348.51º | 0.52% | 0.82% | - |
| HSV(B) | 348.51º | 0.2% | 0.91% | - |
| XYZ | 61.01 | 56.38 | 59.3 | - |
| YUV | 201.08 | 124.57 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 186 | 195 | 0 | 0.20 | 0.16 | 0.09 | 348.51 | 0.52 | 0.82 |
| Hex | E9 | BA | C3 | 0 | 14 | 10 | 9 | 15D | 34 | 52 |
| Octal | 351 | 272 | 303 | 0 | 24 | 20 | 11 | 535 | 64 | 122 |
| Binary | 11101001 | 10111010 | 11000011 | 0 | 10100 | 10000 | 1001 | 101011101 | 110100 | 1010010 |
Color Harmonies of #E9BAC3
Complementary color
Monochromatic Colors of #E9BAC3
Black with #E9BAC3
Text Example
Text Example
White with #E9BAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BAC3; }
p { color: rgb(233,186,195); }
H1.HeaderClassName
{
color: #E9BAC3;
}
.AnyTagClassName
{
color: #E9BAC3;
}
</style>
background-color css
<style>
a { background-color: #E9BAC3; }
a { background-color: rgb(233,186,195); }
div.DivClassName
{
background-color: #E9BAC3;
}
.BgClassName
{
background-color: #E9BAC3;
}
</style>
border-color css
<style>
span { border-color: #E9BAC3; }
span { border-color: rgb(233,186,195); }
td.TdClassName
{
border-color: #E9BAC3;
}
.TagClassName
{
border-color: #E9BAC3;
}
</style>