Shades of Pale Chestnut #E1ADB1
Tints of Pale Chestnut #E1ADB1
RGB
CMYK
RGB Variations
Color information
#E1ADB1 (or 0xE1ADB1) is known color: Pale Chestnut. HEX triplet: E1, AD and B1. RGB value is (225,173,177). Sum of RGB (Red+Green+Blue) = 225+173+177=575 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.13% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 177 (69.53% from 255 or 30.78% from 575); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ADB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1ADB1 is #1E524E. Grayscale: #BDBDBD. Windows color (decimal): -1987151 or 11644385. OLE color: 11644385.
HSL color Cylindrical-coordinate representation of color #E1ADB1: hue angle of 355.38º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1ADB1 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 173 | 177 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.12 |
| HSL | 355.38º | 0.46% | 0.78% | - |
| HSV(B) | 355.38º | 0.23% | 0.88% | - |
| XYZ | 53.93 | 49.07 | 48.22 | - |
| YUV | 189 | 121.23 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 173 | 177 | 0 | 0.23 | 0.21 | 0.12 | 355.38 | 0.46 | 0.78 |
| Hex | E1 | AD | B1 | 0 | 17 | 15 | C | 163 | 2E | 4E |
| Octal | 341 | 255 | 261 | 0 | 27 | 25 | 14 | 543 | 56 | 116 |
| Binary | 11100001 | 10101101 | 10110001 | 0 | 10111 | 10101 | 1100 | 101100011 | 101110 | 1001110 |
Color Harmonies of #E1ADB1
Complementary color
Monochromatic Colors of #E1ADB1
Black with #E1ADB1
Text Example
Text Example
White with #E1ADB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ADB1; }
p { color: rgb(225,173,177); }
H1.HeaderClassName
{
color: #E1ADB1;
}
.AnyTagClassName
{
color: #E1ADB1;
}
</style>
background-color css
<style>
a { background-color: #E1ADB1; }
a { background-color: rgb(225,173,177); }
div.DivClassName
{
background-color: #E1ADB1;
}
.BgClassName
{
background-color: #E1ADB1;
}
</style>
border-color css
<style>
span { border-color: #E1ADB1; }
span { border-color: rgb(225,173,177); }
td.TdClassName
{
border-color: #E1ADB1;
}
.TagClassName
{
border-color: #E1ADB1;
}
</style>