Shades of Chantilly #EABBCE
Tints of Chantilly #EABBCE
RGB
CMYK
RGB Variations
Color information
#EABBCE (or 0xEABBCE) is known color: Chantilly. HEX triplet: EA, BB and CE. RGB value is (234,187,206). Sum of RGB (Red+Green+Blue) = 234+187+206=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 206 (80.86% from 255 or 32.85% from 627); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABBCE is #154431. Grayscale: #CBCBCB. Windows color (decimal): -1393714 or 13548522. OLE color: 13548522.
HSL color Cylindrical-coordinate representation of color #EABBCE: hue angle of 335.74º 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 #EABBCE is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 206 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.08 |
| HSL | 335.74º | 0.53% | 0.83% | - |
| HSV(B) | 335.74º | 0.2% | 0.92% | - |
| XYZ | 62.84 | 57.49 | 66.18 | - |
| YUV | 203.22 | 129.57 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 206 | 0 | 0.20 | 0.12 | 0.08 | 335.74 | 0.53 | 0.83 |
| Hex | EA | BB | CE | 0 | 14 | C | 8 | 150 | 35 | 53 |
| Octal | 352 | 273 | 316 | 0 | 24 | 14 | 10 | 520 | 65 | 123 |
| Binary | 11101010 | 10111011 | 11001110 | 0 | 10100 | 1100 | 1000 | 101010000 | 110101 | 1010011 |
Color Harmonies of #EABBCE
Complementary color
Monochromatic Colors of #EABBCE
Black with #EABBCE
Text Example
Text Example
White with #EABBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABBCE; }
p { color: rgb(234,187,206); }
H1.HeaderClassName
{
color: #EABBCE;
}
.AnyTagClassName
{
color: #EABBCE;
}
</style>
background-color css
<style>
a { background-color: #EABBCE; }
a { background-color: rgb(234,187,206); }
div.DivClassName
{
background-color: #EABBCE;
}
.BgClassName
{
background-color: #EABBCE;
}
</style>
border-color css
<style>
span { border-color: #EABBCE; }
span { border-color: rgb(234,187,206); }
td.TdClassName
{
border-color: #EABBCE;
}
.TagClassName
{
border-color: #EABBCE;
}
</style>