Shades of Chantilly #EABAC7
Tints of Chantilly #EABAC7
RGB
CMYK
RGB Variations
Color information
#EABAC7 (or 0xEABAC7) is known color: Chantilly. HEX triplet: EA, BA and C7. RGB value is (234,186,199). Sum of RGB (Red+Green+Blue) = 234+186+199=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 199 (78.12% from 255 or 32.15% from 619); Max value from RGB is 234 - color contains mainly: red. Hex color #EABAC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABAC7 is #154538. Grayscale: #C9C9C9. Windows color (decimal): -1393977 or 13089514. OLE color: 13089514.
HSL color Cylindrical-coordinate representation of color #EABAC7: hue angle of 343.75º 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 #EABAC7 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 199 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.08 |
| HSL | 343.75º | 0.53% | 0.82% | - |
| HSV(B) | 343.75º | 0.21% | 0.92% | - |
| XYZ | 61.8 | 56.73 | 61.73 | - |
| YUV | 201.83 | 126.4 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 199 | 0 | 0.21 | 0.15 | 0.08 | 343.75 | 0.53 | 0.82 |
| Hex | EA | BA | C7 | 0 | 15 | F | 8 | 158 | 35 | 52 |
| Octal | 352 | 272 | 307 | 0 | 25 | 17 | 10 | 530 | 65 | 122 |
| Binary | 11101010 | 10111010 | 11000111 | 0 | 10101 | 1111 | 1000 | 101011000 | 110101 | 1010010 |
Color Harmonies of #EABAC7
Complementary color
Monochromatic Colors of #EABAC7
Black with #EABAC7
Text Example
Text Example
White with #EABAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABAC7; }
p { color: rgb(234,186,199); }
H1.HeaderClassName
{
color: #EABAC7;
}
.AnyTagClassName
{
color: #EABAC7;
}
</style>
background-color css
<style>
a { background-color: #EABAC7; }
a { background-color: rgb(234,186,199); }
div.DivClassName
{
background-color: #EABAC7;
}
.BgClassName
{
background-color: #EABAC7;
}
</style>
border-color css
<style>
span { border-color: #EABAC7; }
span { border-color: rgb(234,186,199); }
td.TdClassName
{
border-color: #EABAC7;
}
.TagClassName
{
border-color: #EABAC7;
}
</style>