Shades of Pale Chestnut #E2AEB0
Tints of Pale Chestnut #E2AEB0
RGB
CMYK
RGB Variations
Color information
#E2AEB0 (or 0xE2AEB0) is known color: Pale Chestnut. HEX triplet: E2, AE and B0. RGB value is (226,174,176). Sum of RGB (Red+Green+Blue) = 226+174+176=576 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.24% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 176 (69.14% from 255 or 30.56% from 576); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AEB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AEB0 is #1D514F. Grayscale: #BDBDBD. Windows color (decimal): -1921360 or 11579106. OLE color: 11579106.
HSL color Cylindrical-coordinate representation of color #E2AEB0: hue angle of 357.69º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2AEB0 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 174 | 176 | - |
CMYK | 0 | 0.23 | 0.22 | 0.11 |
HSL | 357.69º | 0.47% | 0.78% | - |
HSV(B) | 357.69º | 0.23% | 0.89% | - |
XYZ | 54.34 | 49.58 | 47.78 | - |
YUV | 189.78 | 120.23 | 153.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 174 | 176 | 0 | 0.23 | 0.22 | 0.11 | 357.69 | 0.47 | 0.78 |
Hex | E2 | AE | B0 | 0 | 17 | 16 | B | 166 | 2F | 4E |
Octal | 342 | 256 | 260 | 0 | 27 | 26 | 13 | 546 | 57 | 116 |
Binary | 11100010 | 10101110 | 10110000 | 0 | 10111 | 10110 | 1011 | 101100110 | 101111 | 1001110 |
Color Harmonies of #E2AEB0
Complementary color
Monochromatic Colors of #E2AEB0
Black with #E2AEB0
Text Example
Text Example
White with #E2AEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AEB0; }
p { color: rgb(226,174,176); }
H1.HeaderClassName
{
color: #E2AEB0;
}
.AnyTagClassName
{
color: #E2AEB0;
}
</style>
background-color css
<style>
a { background-color: #E2AEB0; }
a { background-color: rgb(226,174,176); }
div.DivClassName
{
background-color: #E2AEB0;
}
.BgClassName
{
background-color: #E2AEB0;
}
</style>
border-color css
<style>
span { border-color: #E2AEB0; }
span { border-color: rgb(226,174,176); }
td.TdClassName
{
border-color: #E2AEB0;
}
.TagClassName
{
border-color: #E2AEB0;
}
</style>