Shades of Chantilly #EABBC5
Tints of Chantilly #EABBC5
RGB
CMYK
RGB Variations
Color information
#EABBC5 (or 0xEABBC5) is known color: Chantilly. HEX triplet: EA, BB and C5. RGB value is (234,187,197). Sum of RGB (Red+Green+Blue) = 234+187+197=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 197 (77.34% from 255 or 31.88% from 618); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABBC5 is #15443A. Grayscale: #CACACA. Windows color (decimal): -1393723 or 12958698. OLE color: 12958698.
HSL color Cylindrical-coordinate representation of color #EABBC5: hue angle of 347.23º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EABBC5 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 197 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.08 |
| HSL | 347.23º | 0.53% | 0.83% | - |
| HSV(B) | 347.23º | 0.2% | 0.92% | - |
| XYZ | 61.78 | 57.06 | 60.58 | - |
| YUV | 202.19 | 125.07 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 197 | 0 | 0.20 | 0.16 | 0.08 | 347.23 | 0.53 | 0.83 |
| Hex | EA | BB | C5 | 0 | 14 | 10 | 8 | 15B | 35 | 53 |
| Octal | 352 | 273 | 305 | 0 | 24 | 20 | 10 | 533 | 65 | 123 |
| Binary | 11101010 | 10111011 | 11000101 | 0 | 10100 | 10000 | 1000 | 101011011 | 110101 | 1010011 |
Color Harmonies of #EABBC5
Complementary color
Monochromatic Colors of #EABBC5
Black with #EABBC5
Text Example
Text Example
White with #EABBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABBC5; }
p { color: rgb(234,187,197); }
H1.HeaderClassName
{
color: #EABBC5;
}
.AnyTagClassName
{
color: #EABBC5;
}
</style>
background-color css
<style>
a { background-color: #EABBC5; }
a { background-color: rgb(234,187,197); }
div.DivClassName
{
background-color: #EABBC5;
}
.BgClassName
{
background-color: #EABBC5;
}
</style>
border-color css
<style>
span { border-color: #EABBC5; }
span { border-color: rgb(234,187,197); }
td.TdClassName
{
border-color: #EABBC5;
}
.TagClassName
{
border-color: #EABBC5;
}
</style>