Shades of Chantilly #EABACA
Tints of Chantilly #EABACA
RGB
CMYK
RGB Variations
Color information
#EABACA (or 0xEABACA) is known color: Chantilly. HEX triplet: EA, BA and CA. RGB value is (234,186,202). Sum of RGB (Red+Green+Blue) = 234+186+202=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EABACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABACA is #154535. Grayscale: #CACACA. Windows color (decimal): -1393974 or 13286122. OLE color: 13286122.
HSL color Cylindrical-coordinate representation of color #EABACA: hue angle of 340º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EABACA is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 202 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.08 |
| HSL | 340º | 0.53% | 0.82% | - |
| HSV(B) | 340º | 0.21% | 0.92% | - |
| XYZ | 62.15 | 56.87 | 63.58 | - |
| YUV | 202.18 | 127.9 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 202 | 0 | 0.21 | 0.14 | 0.08 | 340 | 0.53 | 0.82 |
| Hex | EA | BA | CA | 0 | 15 | E | 8 | 154 | 35 | 52 |
| Octal | 352 | 272 | 312 | 0 | 25 | 16 | 10 | 524 | 65 | 122 |
| Binary | 11101010 | 10111010 | 11001010 | 0 | 10101 | 1110 | 1000 | 101010100 | 110101 | 1010010 |
Color Harmonies of #EABACA
Complementary color
Monochromatic Colors of #EABACA
Black with #EABACA
Text Example
Text Example
White with #EABACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABACA; }
p { color: rgb(234,186,202); }
H1.HeaderClassName
{
color: #EABACA;
}
.AnyTagClassName
{
color: #EABACA;
}
</style>
background-color css
<style>
a { background-color: #EABACA; }
a { background-color: rgb(234,186,202); }
div.DivClassName
{
background-color: #EABACA;
}
.BgClassName
{
background-color: #EABACA;
}
</style>
border-color css
<style>
span { border-color: #EABACA; }
span { border-color: rgb(234,186,202); }
td.TdClassName
{
border-color: #EABACA;
}
.TagClassName
{
border-color: #EABACA;
}
</style>