#E2AAAB

Color #E2AAAB Pale Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Chestnut #E2AAAB

Tints of Pale Chestnut #E2AAAB

Color information

#E2AAAB (or 0xE2AAAB) is unknown color: approx Pale Chestnut. HEX triplet: E2, AA and AB. RGB value is (226,170,171). Sum of RGB (Red+Green+Blue) = 226+170+171=567 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.86% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AAAB is #1D5554. Grayscale: #BABABA. Windows color (decimal): -1922389 or 11250402. OLE color: 11250402.

HSL color Cylindrical-coordinate representation of color #E2AAAB: hue angle of 358.93º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2AAAB is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB226170171-
CMYK00.250.240.11
HSL358.93º49.12%77.65%-
HSV(B)358.93º24.78%88.63%-
XYZ53.0947.8644.97-
YUV186.86119.05155.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 226 (88.67% from 255) = 39.86%
GREEN value IS 170 (66.80% from 255) = 29.98%
BLUE value IS 171 (67.19% from 255) = 30.16%
R=39.86%
G=29.98%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617017100.250.240.11358.9349.1277.65
HexE2AAAB01918B167314e
Octal342252253031301354761116
Binary1110001010101010101010110110011100010111011001111100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AAAB; }

 p { color: rgb(226,170,171); }

 H1.HeaderClassName
 {
   color: #E2AAAB;
 }
 .AnyTagClassName
 {
   color: #E2AAAB;
 }
</style>
background-color css

<style>
 a { background-color: #E2AAAB; }

 a { background-color: rgb(226,170,171); }

 div.DivClassName
 {
   background-color: #E2AAAB;
 }
 .BgClassName
 {
   background-color: #E2AAAB;
 }
</style>
border-color css

<style>
 span { border-color: #E2AAAB; }

 span { border-color: rgb(226,170,171); }

 td.TdClassName
 {
   border-color: #E2AAAB;
 }
 .TagClassName
 {
   border-color: #E2AAAB;
 }
</style>