Shades of Chantilly #EABBC3
Tints of Chantilly #EABBC3
RGB
CMYK
RGB Variations
Color information
#EABBC3 (or 0xEABBC3) is known color: Chantilly. HEX triplet: EA, BB and C3. RGB value is (234,187,195). Sum of RGB (Red+Green+Blue) = 234+187+195=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 195 (76.56% from 255 or 31.66% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABBC3 is #15443C. Grayscale: #C9C9C9. Windows color (decimal): -1393725 or 12827626. OLE color: 12827626.
HSL color Cylindrical-coordinate representation of color #EABBC3: hue angle of 349.79º 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 #EABBC3 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 195 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.08 |
| HSL | 349.79º | 0.53% | 0.83% | - |
| HSV(B) | 349.79º | 0.2% | 0.92% | - |
| XYZ | 61.55 | 56.97 | 59.38 | - |
| YUV | 201.97 | 124.07 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 195 | 0 | 0.20 | 0.17 | 0.08 | 349.79 | 0.53 | 0.83 |
| Hex | EA | BB | C3 | 0 | 14 | 11 | 8 | 15E | 35 | 53 |
| Octal | 352 | 273 | 303 | 0 | 24 | 21 | 10 | 536 | 65 | 123 |
| Binary | 11101010 | 10111011 | 11000011 | 0 | 10100 | 10001 | 1000 | 101011110 | 110101 | 1010011 |
Color Harmonies of #EABBC3
Complementary color
Monochromatic Colors of #EABBC3
Black with #EABBC3
Text Example
Text Example
White with #EABBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABBC3; }
p { color: rgb(234,187,195); }
H1.HeaderClassName
{
color: #EABBC3;
}
.AnyTagClassName
{
color: #EABBC3;
}
</style>
background-color css
<style>
a { background-color: #EABBC3; }
a { background-color: rgb(234,187,195); }
div.DivClassName
{
background-color: #EABBC3;
}
.BgClassName
{
background-color: #EABBC3;
}
</style>
border-color css
<style>
span { border-color: #EABBC3; }
span { border-color: rgb(234,187,195); }
td.TdClassName
{
border-color: #EABBC3;
}
.TagClassName
{
border-color: #EABBC3;
}
</style>