#E1AAAD

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

Shades of Pale Chestnut #E1AAAD

Tints of Pale Chestnut #E1AAAD

Color information

#E1AAAD (or 0xE1AAAD) is unknown color: approx Pale Chestnut. HEX triplet: E1, AA and AD. RGB value is (225,170,173). Sum of RGB (Red+Green+Blue) = 225+170+173=568 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.61% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 173 (67.97% from 255 or 30.46% from 568); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AAAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AAAD is #1E5552. Grayscale: #BABABA. Windows color (decimal): -1987923 or 11381473. OLE color: 11381473.

HSL color Cylindrical-coordinate representation of color #E1AAAD: hue angle of 356.73º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1AAAD is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB225170173-
CMYK00.240.230.12
HSL356.73º47.83%77.45%-
HSV(B)356.73º24.44%88.24%-
XYZ52.9747.7745.96-
YUV186.79120.22155.26-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.61%
GREEN value IS 170 (66.80% from 255) = 29.93%
BLUE value IS 173 (67.97% from 255) = 30.46%
R=39.61%
G=29.93%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517017300.240.230.12356.7347.8377.45
HexE1AAAD01817C165304d
Octal341252255030271454560115
Binary1110000110101010101011010110001011111001011001011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AAAD; }

 p { color: rgb(225,170,173); }

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

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

 a { background-color: rgb(225,170,173); }

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

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

 span { border-color: rgb(225,170,173); }

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