Shades of Chantilly #EABAC1
Tints of Chantilly #EABAC1
RGB
CMYK
RGB Variations
Color information
#EABAC1 (or 0xEABAC1) is known color: Chantilly. HEX triplet: EA, BA and C1. RGB value is (234,186,193). Sum of RGB (Red+Green+Blue) = 234+186+193=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 193 (75.78% from 255 or 31.48% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EABAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABAC1 is #15453E. Grayscale: #C9C9C9. Windows color (decimal): -1393983 or 12696298. OLE color: 12696298.
HSL color Cylindrical-coordinate representation of color #EABAC1: hue angle of 351.25º 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 #EABAC1 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 193 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.08 |
| HSL | 351.25º | 0.53% | 0.82% | - |
| HSV(B) | 351.25º | 0.21% | 0.92% | - |
| XYZ | 61.12 | 56.46 | 58.13 | - |
| YUV | 201.15 | 123.4 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 193 | 0 | 0.21 | 0.18 | 0.08 | 351.25 | 0.53 | 0.82 |
| Hex | EA | BA | C1 | 0 | 15 | 12 | 8 | 15F | 35 | 52 |
| Octal | 352 | 272 | 301 | 0 | 25 | 22 | 10 | 537 | 65 | 122 |
| Binary | 11101010 | 10111010 | 11000001 | 0 | 10101 | 10010 | 1000 | 101011111 | 110101 | 1010010 |
Color Harmonies of #EABAC1
Complementary color
Monochromatic Colors of #EABAC1
Black with #EABAC1
Text Example
Text Example
White with #EABAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABAC1; }
p { color: rgb(234,186,193); }
H1.HeaderClassName
{
color: #EABAC1;
}
.AnyTagClassName
{
color: #EABAC1;
}
</style>
background-color css
<style>
a { background-color: #EABAC1; }
a { background-color: rgb(234,186,193); }
div.DivClassName
{
background-color: #EABAC1;
}
.BgClassName
{
background-color: #EABAC1;
}
</style>
border-color css
<style>
span { border-color: #EABAC1; }
span { border-color: rgb(234,186,193); }
td.TdClassName
{
border-color: #EABAC1;
}
.TagClassName
{
border-color: #EABAC1;
}
</style>