Shades of Chantilly #EABBC9
Tints of Chantilly #EABBC9
RGB
CMYK
RGB Variations
Color information
#EABBC9 (or 0xEABBC9) is known color: Chantilly. HEX triplet: EA, BB and C9. RGB value is (234,187,201). Sum of RGB (Red+Green+Blue) = 234+187+201=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 201 (78.91% from 255 or 32.32% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABBC9 is #154436. Grayscale: #CACACA. Windows color (decimal): -1393719 or 13220842. OLE color: 13220842.
HSL color Cylindrical-coordinate representation of color #EABBC9: hue angle of 342.13º 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 #EABBC9 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 201 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.08 |
| HSL | 342.13º | 0.53% | 0.83% | - |
| HSV(B) | 342.13º | 0.2% | 0.92% | - |
| XYZ | 62.24 | 57.25 | 63.03 | - |
| YUV | 202.65 | 127.07 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 201 | 0 | 0.20 | 0.14 | 0.08 | 342.13 | 0.53 | 0.83 |
| Hex | EA | BB | C9 | 0 | 14 | E | 8 | 156 | 35 | 53 |
| Octal | 352 | 273 | 311 | 0 | 24 | 16 | 10 | 526 | 65 | 123 |
| Binary | 11101010 | 10111011 | 11001001 | 0 | 10100 | 1110 | 1000 | 101010110 | 110101 | 1010011 |
Color Harmonies of #EABBC9
Complementary color
Monochromatic Colors of #EABBC9
Black with #EABBC9
Text Example
Text Example
White with #EABBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABBC9; }
p { color: rgb(234,187,201); }
H1.HeaderClassName
{
color: #EABBC9;
}
.AnyTagClassName
{
color: #EABBC9;
}
</style>
background-color css
<style>
a { background-color: #EABBC9; }
a { background-color: rgb(234,187,201); }
div.DivClassName
{
background-color: #EABBC9;
}
.BgClassName
{
background-color: #EABBC9;
}
</style>
border-color css
<style>
span { border-color: #EABBC9; }
span { border-color: rgb(234,187,201); }
td.TdClassName
{
border-color: #EABBC9;
}
.TagClassName
{
border-color: #EABBC9;
}
</style>