Shades of Chantilly #E6BAC9
Tints of Chantilly #E6BAC9
RGB
CMYK
RGB Variations
Color information
#E6BAC9 (or 0xE6BAC9) is known color: Chantilly. HEX triplet: E6, BA and C9. RGB value is (230,186,201). Sum of RGB (Red+Green+Blue) = 230+186+201=617 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.28% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 201 (78.91% from 255 or 32.58% from 617); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BAC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BAC9 is #194536. Grayscale: #C8C8C8. Windows color (decimal): -1656119 or 13220582. OLE color: 13220582.
HSL color Cylindrical-coordinate representation of color #E6BAC9: hue angle of 339.55º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6BAC9 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 186 | 201 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.10 |
| HSL | 339.55º | 0.47% | 0.82% | - |
| HSV(B) | 339.55º | 0.19% | 0.9% | - |
| XYZ | 60.73 | 56.16 | 62.9 | - |
| YUV | 200.87 | 128.08 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 186 | 201 | 0 | 0.19 | 0.13 | 0.10 | 339.55 | 0.47 | 0.82 |
| Hex | E6 | BA | C9 | 0 | 13 | D | A | 154 | 2F | 52 |
| Octal | 346 | 272 | 311 | 0 | 23 | 15 | 12 | 524 | 57 | 122 |
| Binary | 11100110 | 10111010 | 11001001 | 0 | 10011 | 1101 | 1010 | 101010100 | 101111 | 1010010 |
Color Harmonies of #E6BAC9
Complementary color
Monochromatic Colors of #E6BAC9
Black with #E6BAC9
Text Example
Text Example
White with #E6BAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BAC9; }
p { color: rgb(230,186,201); }
H1.HeaderClassName
{
color: #E6BAC9;
}
.AnyTagClassName
{
color: #E6BAC9;
}
</style>
background-color css
<style>
a { background-color: #E6BAC9; }
a { background-color: rgb(230,186,201); }
div.DivClassName
{
background-color: #E6BAC9;
}
.BgClassName
{
background-color: #E6BAC9;
}
</style>
border-color css
<style>
span { border-color: #E6BAC9; }
span { border-color: rgb(230,186,201); }
td.TdClassName
{
border-color: #E6BAC9;
}
.TagClassName
{
border-color: #E6BAC9;
}
</style>