Shades of Chantilly #E5BACA
Tints of Chantilly #E5BACA
RGB
CMYK
RGB Variations
Color information
#E5BACA (or 0xE5BACA) is known color: Chantilly. HEX triplet: E5, BA and CA. RGB value is (229,186,202). Sum of RGB (Red+Green+Blue) = 229+186+202=617 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.12% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BACA is #1A4535. Grayscale: #C8C8C8. Windows color (decimal): -1721654 or 13286117. OLE color: 13286117.
HSL color Cylindrical-coordinate representation of color #E5BACA: hue angle of 337.67º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E5BACA is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 186 | 202 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.10 |
| HSL | 337.67º | 0.45% | 0.81% | - |
| HSV(B) | 337.67º | 0.19% | 0.9% | - |
| XYZ | 60.53 | 56.04 | 63.5 | - |
| YUV | 200.68 | 128.75 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 186 | 202 | 0 | 0.19 | 0.12 | 0.10 | 337.67 | 0.45 | 0.81 |
| Hex | E5 | BA | CA | 0 | 13 | C | A | 152 | 2D | 51 |
| Octal | 345 | 272 | 312 | 0 | 23 | 14 | 12 | 522 | 55 | 121 |
| Binary | 11100101 | 10111010 | 11001010 | 0 | 10011 | 1100 | 1010 | 101010010 | 101101 | 1010001 |
Color Harmonies of #E5BACA
Complementary color
Monochromatic Colors of #E5BACA
Black with #E5BACA
Text Example
Text Example
White with #E5BACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BACA; }
p { color: rgb(229,186,202); }
H1.HeaderClassName
{
color: #E5BACA;
}
.AnyTagClassName
{
color: #E5BACA;
}
</style>
background-color css
<style>
a { background-color: #E5BACA; }
a { background-color: rgb(229,186,202); }
div.DivClassName
{
background-color: #E5BACA;
}
.BgClassName
{
background-color: #E5BACA;
}
</style>
border-color css
<style>
span { border-color: #E5BACA; }
span { border-color: rgb(229,186,202); }
td.TdClassName
{
border-color: #E5BACA;
}
.TagClassName
{
border-color: #E5BACA;
}
</style>