Shades of Pale Chestnut #E7ABAF
Tints of Pale Chestnut #E7ABAF
RGB
CMYK
RGB Variations
Color information
#E7ABAF (or 0xE7ABAF) is known color: Pale Chestnut. HEX triplet: E7, AB and AF. RGB value is (231,171,175). Sum of RGB (Red+Green+Blue) = 231+171+175=577 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.03% from 577); Green value is 171 (67.19% from 255 or 29.64% from 577); Blue value is 175 (68.75% from 255 or 30.33% from 577); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ABAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7ABAF is #185450. Grayscale: #BDBDBD. Windows color (decimal): -1594449 or 11512807. OLE color: 11512807.
HSL color Cylindrical-coordinate representation of color #E7ABAF: hue angle of 356º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7ABAF is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 171 | 175 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.09 |
| HSL | 356º | 0.56% | 0.79% | - |
| HSV(B) | 356º | 0.26% | 0.91% | - |
| XYZ | 55.26 | 49.21 | 47.14 | - |
| YUV | 189.4 | 119.88 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 171 | 175 | 0 | 0.26 | 0.24 | 0.09 | 356 | 0.56 | 0.79 |
| Hex | E7 | AB | AF | 0 | 1A | 18 | 9 | 164 | 38 | 4F |
| Octal | 347 | 253 | 257 | 0 | 32 | 30 | 11 | 544 | 70 | 117 |
| Binary | 11100111 | 10101011 | 10101111 | 0 | 11010 | 11000 | 1001 | 101100100 | 111000 | 1001111 |
Color Harmonies of #E7ABAF
Complementary color
Monochromatic Colors of #E7ABAF
Black with #E7ABAF
Text Example
Text Example
White with #E7ABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ABAF; }
p { color: rgb(231,171,175); }
H1.HeaderClassName
{
color: #E7ABAF;
}
.AnyTagClassName
{
color: #E7ABAF;
}
</style>
background-color css
<style>
a { background-color: #E7ABAF; }
a { background-color: rgb(231,171,175); }
div.DivClassName
{
background-color: #E7ABAF;
}
.BgClassName
{
background-color: #E7ABAF;
}
</style>
border-color css
<style>
span { border-color: #E7ABAF; }
span { border-color: rgb(231,171,175); }
td.TdClassName
{
border-color: #E7ABAF;
}
.TagClassName
{
border-color: #E7ABAF;
}
</style>