Shades of Chantilly #E6BACA
Tints of Chantilly #E6BACA
RGB
CMYK
RGB Variations
Color information
#E6BACA (or 0xE6BACA) is known color: Chantilly. HEX triplet: E6, BA and CA. RGB value is (230,186,202). Sum of RGB (Red+Green+Blue) = 230+186+202=618 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.22% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BACA is #194535. Grayscale: #C8C8C8. Windows color (decimal): -1656118 or 13286118. OLE color: 13286118.
HSL color Cylindrical-coordinate representation of color #E6BACA: hue angle of 338.18º 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 #E6BACA is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 186 | 202 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.10 |
| HSL | 338.18º | 0.47% | 0.82% | - |
| HSV(B) | 338.18º | 0.19% | 0.9% | - |
| XYZ | 60.85 | 56.21 | 63.52 | - |
| YUV | 200.98 | 128.58 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 186 | 202 | 0 | 0.19 | 0.12 | 0.10 | 338.18 | 0.47 | 0.82 |
| Hex | E6 | BA | CA | 0 | 13 | C | A | 152 | 2F | 52 |
| Octal | 346 | 272 | 312 | 0 | 23 | 14 | 12 | 522 | 57 | 122 |
| Binary | 11100110 | 10111010 | 11001010 | 0 | 10011 | 1100 | 1010 | 101010010 | 101111 | 1010010 |
Color Harmonies of #E6BACA
Complementary color
Monochromatic Colors of #E6BACA
Black with #E6BACA
Text Example
Text Example
White with #E6BACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BACA; }
p { color: rgb(230,186,202); }
H1.HeaderClassName
{
color: #E6BACA;
}
.AnyTagClassName
{
color: #E6BACA;
}
</style>
background-color css
<style>
a { background-color: #E6BACA; }
a { background-color: rgb(230,186,202); }
div.DivClassName
{
background-color: #E6BACA;
}
.BgClassName
{
background-color: #E6BACA;
}
</style>
border-color css
<style>
span { border-color: #E6BACA; }
span { border-color: rgb(230,186,202); }
td.TdClassName
{
border-color: #E6BACA;
}
.TagClassName
{
border-color: #E6BACA;
}
</style>