Shades of Chantilly #EABBCA
Tints of Chantilly #EABBCA
RGB
CMYK
RGB Variations
Color information
#EABBCA (or 0xEABBCA) is known color: Chantilly. HEX triplet: EA, BB and CA. RGB value is (234,187,202). Sum of RGB (Red+Green+Blue) = 234+187+202=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 202 (79.30% from 255 or 32.42% from 623); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABBCA is #154435. Grayscale: #CACACA. Windows color (decimal): -1393718 or 13286378. OLE color: 13286378.
HSL color Cylindrical-coordinate representation of color #EABBCA: hue angle of 340.85º 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 #EABBCA is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 202 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.08 |
| HSL | 340.85º | 0.53% | 0.83% | - |
| HSV(B) | 340.85º | 0.2% | 0.92% | - |
| XYZ | 62.36 | 57.3 | 63.65 | - |
| YUV | 202.76 | 127.57 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 202 | 0 | 0.20 | 0.14 | 0.08 | 340.85 | 0.53 | 0.83 |
| Hex | EA | BB | CA | 0 | 14 | E | 8 | 155 | 35 | 53 |
| Octal | 352 | 273 | 312 | 0 | 24 | 16 | 10 | 525 | 65 | 123 |
| Binary | 11101010 | 10111011 | 11001010 | 0 | 10100 | 1110 | 1000 | 101010101 | 110101 | 1010011 |
Color Harmonies of #EABBCA
Complementary color
Monochromatic Colors of #EABBCA
Black with #EABBCA
Text Example
Text Example
White with #EABBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABBCA; }
p { color: rgb(234,187,202); }
H1.HeaderClassName
{
color: #EABBCA;
}
.AnyTagClassName
{
color: #EABBCA;
}
</style>
background-color css
<style>
a { background-color: #EABBCA; }
a { background-color: rgb(234,187,202); }
div.DivClassName
{
background-color: #EABBCA;
}
.BgClassName
{
background-color: #EABBCA;
}
</style>
border-color css
<style>
span { border-color: #EABBCA; }
span { border-color: rgb(234,187,202); }
td.TdClassName
{
border-color: #EABBCA;
}
.TagClassName
{
border-color: #EABBCA;
}
</style>