#E1ABB0

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

Shades of Pale Chestnut #E1ABB0

Tints of Pale Chestnut #E1ABB0

Color information

#E1ABB0 (or 0xE1ABB0) is unknown color: approx Pale Chestnut. HEX triplet: E1, AB and B0. RGB value is (225,171,176). Sum of RGB (Red+Green+Blue) = 225+171+176=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 171 (67.19% from 255 or 29.90% from 572); Blue value is 176 (69.14% from 255 or 30.77% from 572); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ABB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1ABB0 is #1E544F. Grayscale: #BBBBBB. Windows color (decimal): -1987664 or 11578337. OLE color: 11578337.

HSL color Cylindrical-coordinate representation of color #E1ABB0: hue angle of 354.44º 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 #E1ABB0 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB225171176-
CMYK00.240.220.12
HSL354.44º47.37%77.65%-
HSV(B)354.44º24%88.24%-
XYZ53.4548.2747.57-
YUV187.72121.39154.59-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.34%
GREEN value IS 171 (67.19% from 255) = 29.90%
BLUE value IS 176 (69.14% from 255) = 30.77%
R=39.34%
G=29.90%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517117600.240.220.12354.4447.3777.65
HexE1ABB001816C1622f4e
Octal341253260030261454257116
Binary1110000110101011101100000110001011011001011000101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ABB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ABB0; }

 p { color: rgb(225,171,176); }

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

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

 a { background-color: rgb(225,171,176); }

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

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

 span { border-color: rgb(225,171,176); }

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