Shades of Chantilly #EABBC7
Tints of Chantilly #EABBC7
RGB
CMYK
RGB Variations
Color information
#EABBC7 (or 0xEABBC7) is known color: Chantilly. HEX triplet: EA, BB and C7. RGB value is (234,187,199). Sum of RGB (Red+Green+Blue) = 234+187+199=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 199 (78.12% from 255 or 32.10% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABBC7 is #154438. Grayscale: #CACACA. Windows color (decimal): -1393721 or 13089770. OLE color: 13089770.
HSL color Cylindrical-coordinate representation of color #EABBC7: hue angle of 344.68º 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 #EABBC7 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 199 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.08 |
| HSL | 344.68º | 0.53% | 0.83% | - |
| HSV(B) | 344.68º | 0.2% | 0.92% | - |
| XYZ | 62.01 | 57.16 | 61.8 | - |
| YUV | 202.42 | 126.07 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 199 | 0 | 0.20 | 0.15 | 0.08 | 344.68 | 0.53 | 0.83 |
| Hex | EA | BB | C7 | 0 | 14 | F | 8 | 159 | 35 | 53 |
| Octal | 352 | 273 | 307 | 0 | 24 | 17 | 10 | 531 | 65 | 123 |
| Binary | 11101010 | 10111011 | 11000111 | 0 | 10100 | 1111 | 1000 | 101011001 | 110101 | 1010011 |
Color Harmonies of #EABBC7
Complementary color
Monochromatic Colors of #EABBC7
Black with #EABBC7
Text Example
Text Example
White with #EABBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABBC7; }
p { color: rgb(234,187,199); }
H1.HeaderClassName
{
color: #EABBC7;
}
.AnyTagClassName
{
color: #EABBC7;
}
</style>
background-color css
<style>
a { background-color: #EABBC7; }
a { background-color: rgb(234,187,199); }
div.DivClassName
{
background-color: #EABBC7;
}
.BgClassName
{
background-color: #EABBC7;
}
</style>
border-color css
<style>
span { border-color: #EABBC7; }
span { border-color: rgb(234,187,199); }
td.TdClassName
{
border-color: #EABBC7;
}
.TagClassName
{
border-color: #EABBC7;
}
</style>