Shades of Chantilly #EABBD0
Tints of Chantilly #EABBD0
RGB
CMYK
RGB Variations
Color information
#EABBD0 (or 0xEABBD0) is known color: Chantilly. HEX triplet: EA, BB and D0. RGB value is (234,187,208). Sum of RGB (Red+Green+Blue) = 234+187+208=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 187 (73.44% from 255 or 29.73% from 629); Blue value is 208 (81.64% from 255 or 33.07% from 629); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABBD0 is #15442F. Grayscale: #CBCBCB. Windows color (decimal): -1393712 or 13679594. OLE color: 13679594.
HSL color Cylindrical-coordinate representation of color #EABBD0: hue angle of 333.19º 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 #EABBD0 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 208 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.08 |
| HSL | 333.19º | 0.53% | 0.83% | - |
| HSV(B) | 333.19º | 0.2% | 0.92% | - |
| XYZ | 63.09 | 57.59 | 67.46 | - |
| YUV | 203.45 | 130.57 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 208 | 0 | 0.20 | 0.11 | 0.08 | 333.19 | 0.53 | 0.83 |
| Hex | EA | BB | D0 | 0 | 14 | B | 8 | 14D | 35 | 53 |
| Octal | 352 | 273 | 320 | 0 | 24 | 13 | 10 | 515 | 65 | 123 |
| Binary | 11101010 | 10111011 | 11010000 | 0 | 10100 | 1011 | 1000 | 101001101 | 110101 | 1010011 |
Color Harmonies of #EABBD0
Complementary color
Monochromatic Colors of #EABBD0
Black with #EABBD0
Text Example
Text Example
White with #EABBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABBD0; }
p { color: rgb(234,187,208); }
H1.HeaderClassName
{
color: #EABBD0;
}
.AnyTagClassName
{
color: #EABBD0;
}
</style>
background-color css
<style>
a { background-color: #EABBD0; }
a { background-color: rgb(234,187,208); }
div.DivClassName
{
background-color: #EABBD0;
}
.BgClassName
{
background-color: #EABBD0;
}
</style>
border-color css
<style>
span { border-color: #EABBD0; }
span { border-color: rgb(234,187,208); }
td.TdClassName
{
border-color: #EABBD0;
}
.TagClassName
{
border-color: #EABBD0;
}
</style>