Shades of Pale Chestnut #E1ACB1
Tints of Pale Chestnut #E1ACB1
RGB
CMYK
RGB Variations
Color information
#E1ACB1 (or 0xE1ACB1) is known color: Pale Chestnut. HEX triplet: E1, AC and B1. RGB value is (225,172,177). Sum of RGB (Red+Green+Blue) = 225+172+177=574 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.20% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 177 (69.53% from 255 or 30.84% from 574); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ACB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1ACB1 is #1E534E. Grayscale: #BCBCBC. Windows color (decimal): -1987407 or 11644129. OLE color: 11644129.
HSL color Cylindrical-coordinate representation of color #E1ACB1: hue angle of 354.34º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1ACB1 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 172 | 177 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.12 |
| HSL | 354.34º | 0.47% | 0.78% | - |
| HSV(B) | 354.34º | 0.24% | 0.88% | - |
| XYZ | 53.74 | 48.69 | 48.16 | - |
| YUV | 188.42 | 121.56 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 172 | 177 | 0 | 0.24 | 0.21 | 0.12 | 354.34 | 0.47 | 0.78 |
| Hex | E1 | AC | B1 | 0 | 18 | 15 | C | 162 | 2F | 4E |
| Octal | 341 | 254 | 261 | 0 | 30 | 25 | 14 | 542 | 57 | 116 |
| Binary | 11100001 | 10101100 | 10110001 | 0 | 11000 | 10101 | 1100 | 101100010 | 101111 | 1001110 |
Color Harmonies of #E1ACB1
Complementary color
Monochromatic Colors of #E1ACB1
Black with #E1ACB1
Text Example
Text Example
White with #E1ACB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ACB1; }
p { color: rgb(225,172,177); }
H1.HeaderClassName
{
color: #E1ACB1;
}
.AnyTagClassName
{
color: #E1ACB1;
}
</style>
background-color css
<style>
a { background-color: #E1ACB1; }
a { background-color: rgb(225,172,177); }
div.DivClassName
{
background-color: #E1ACB1;
}
.BgClassName
{
background-color: #E1ACB1;
}
</style>
border-color css
<style>
span { border-color: #E1ACB1; }
span { border-color: rgb(225,172,177); }
td.TdClassName
{
border-color: #E1ACB1;
}
.TagClassName
{
border-color: #E1ACB1;
}
</style>