Shades of Chantilly #EAB9C1
Tints of Chantilly #EAB9C1
RGB
CMYK
RGB Variations
Color information
#EAB9C1 (or 0xEAB9C1) is known color: Chantilly. HEX triplet: EA, B9 and C1. RGB value is (234,185,193). Sum of RGB (Red+Green+Blue) = 234+185+193=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 185 (72.66% from 255 or 30.23% from 612); Blue value is 193 (75.78% from 255 or 31.54% from 612); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB9C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB9C1 is #15463E. Grayscale: #C8C8C8. Windows color (decimal): -1394239 or 12696042. OLE color: 12696042.
HSL color Cylindrical-coordinate representation of color #EAB9C1: hue angle of 350.2º degrees, saturation: 0.54, 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 #EAB9C1 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 185 | 193 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.08 |
| HSL | 350.2º | 0.54% | 0.82% | - |
| HSV(B) | 350.2º | 0.21% | 0.92% | - |
| XYZ | 60.91 | 56.04 | 58.06 | - |
| YUV | 200.56 | 123.73 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 185 | 193 | 0 | 0.21 | 0.18 | 0.08 | 350.2 | 0.54 | 0.82 |
| Hex | EA | B9 | C1 | 0 | 15 | 12 | 8 | 15E | 36 | 52 |
| Octal | 352 | 271 | 301 | 0 | 25 | 22 | 10 | 536 | 66 | 122 |
| Binary | 11101010 | 10111001 | 11000001 | 0 | 10101 | 10010 | 1000 | 101011110 | 110110 | 1010010 |
Color Harmonies of #EAB9C1
Complementary color
Monochromatic Colors of #EAB9C1
Black with #EAB9C1
Text Example
Text Example
White with #EAB9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB9C1; }
p { color: rgb(234,185,193); }
H1.HeaderClassName
{
color: #EAB9C1;
}
.AnyTagClassName
{
color: #EAB9C1;
}
</style>
background-color css
<style>
a { background-color: #EAB9C1; }
a { background-color: rgb(234,185,193); }
div.DivClassName
{
background-color: #EAB9C1;
}
.BgClassName
{
background-color: #EAB9C1;
}
</style>
border-color css
<style>
span { border-color: #EAB9C1; }
span { border-color: rgb(234,185,193); }
td.TdClassName
{
border-color: #EAB9C1;
}
.TagClassName
{
border-color: #EAB9C1;
}
</style>