Shades of Chantilly #EABACE
Tints of Chantilly #EABACE
RGB
CMYK
RGB Variations
Color information
#EABACE (or 0xEABACE) is known color: Chantilly. HEX triplet: EA, BA and CE. RGB value is (234,186,206). Sum of RGB (Red+Green+Blue) = 234+186+206=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 186 (73.05% from 255 or 29.71% from 626); Blue value is 206 (80.86% from 255 or 32.91% from 626); Max value from RGB is 234 - color contains mainly: red. Hex color #EABACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABACE is #154531. Grayscale: #CACACA. Windows color (decimal): -1393970 or 13548266. OLE color: 13548266.
HSL color Cylindrical-coordinate representation of color #EABACE: hue angle of 335º 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 #EABACE is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 206 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.08 |
| HSL | 335º | 0.53% | 0.82% | - |
| HSV(B) | 335º | 0.21% | 0.92% | - |
| XYZ | 62.63 | 57.07 | 66.11 | - |
| YUV | 202.63 | 129.9 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 206 | 0 | 0.21 | 0.12 | 0.08 | 335 | 0.53 | 0.82 |
| Hex | EA | BA | CE | 0 | 15 | C | 8 | 14F | 35 | 52 |
| Octal | 352 | 272 | 316 | 0 | 25 | 14 | 10 | 517 | 65 | 122 |
| Binary | 11101010 | 10111010 | 11001110 | 0 | 10101 | 1100 | 1000 | 101001111 | 110101 | 1010010 |
Color Harmonies of #EABACE
Complementary color
Monochromatic Colors of #EABACE
Black with #EABACE
Text Example
Text Example
White with #EABACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABACE; }
p { color: rgb(234,186,206); }
H1.HeaderClassName
{
color: #EABACE;
}
.AnyTagClassName
{
color: #EABACE;
}
</style>
background-color css
<style>
a { background-color: #EABACE; }
a { background-color: rgb(234,186,206); }
div.DivClassName
{
background-color: #EABACE;
}
.BgClassName
{
background-color: #EABACE;
}
</style>
border-color css
<style>
span { border-color: #EABACE; }
span { border-color: rgb(234,186,206); }
td.TdClassName
{
border-color: #EABACE;
}
.TagClassName
{
border-color: #EABACE;
}
</style>