Shades of Chantilly #E6BACB
Tints of Chantilly #E6BACB
RGB
CMYK
RGB Variations
Color information
#E6BACB (or 0xE6BACB) is known color: Chantilly. HEX triplet: E6, BA and CB. RGB value is (230,186,203). Sum of RGB (Red+Green+Blue) = 230+186+203=619 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.16% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BACB is #194534. Grayscale: #C9C9C9. Windows color (decimal): -1656117 or 13351654. OLE color: 13351654.
HSL color Cylindrical-coordinate representation of color #E6BACB: hue angle of 336.82º 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 #E6BACB is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 186 | 203 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.10 |
| HSL | 336.82º | 0.47% | 0.82% | - |
| HSV(B) | 336.82º | 0.19% | 0.9% | - |
| XYZ | 60.97 | 56.25 | 64.14 | - |
| YUV | 201.09 | 129.08 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 186 | 203 | 0 | 0.19 | 0.12 | 0.10 | 336.82 | 0.47 | 0.82 |
| Hex | E6 | BA | CB | 0 | 13 | C | A | 151 | 2F | 52 |
| Octal | 346 | 272 | 313 | 0 | 23 | 14 | 12 | 521 | 57 | 122 |
| Binary | 11100110 | 10111010 | 11001011 | 0 | 10011 | 1100 | 1010 | 101010001 | 101111 | 1010010 |
Color Harmonies of #E6BACB
Complementary color
Monochromatic Colors of #E6BACB
Black with #E6BACB
Text Example
Text Example
White with #E6BACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BACB; }
p { color: rgb(230,186,203); }
H1.HeaderClassName
{
color: #E6BACB;
}
.AnyTagClassName
{
color: #E6BACB;
}
</style>
background-color css
<style>
a { background-color: #E6BACB; }
a { background-color: rgb(230,186,203); }
div.DivClassName
{
background-color: #E6BACB;
}
.BgClassName
{
background-color: #E6BACB;
}
</style>
border-color css
<style>
span { border-color: #E6BACB; }
span { border-color: rgb(230,186,203); }
td.TdClassName
{
border-color: #E6BACB;
}
.TagClassName
{
border-color: #E6BACB;
}
</style>