#E1AEB0

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

Shades of Pale Chestnut #E1AEB0

Tints of Pale Chestnut #E1AEB0

Color information

#E1AEB0 (or 0xE1AEB0) is unknown color: approx Pale Chestnut. HEX triplet: E1, AE and B0. RGB value is (225,174,176). Sum of RGB (Red+Green+Blue) = 225+174+176=575 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.13% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 176 (69.14% from 255 or 30.61% from 575); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AEB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AEB0 is #1E514F. Grayscale: #BDBDBD. Windows color (decimal): -1986896 or 11579105. OLE color: 11579105.

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

Color convert

RGB225174176-
CMYK00.230.220.12
HSL357.65º45.95%78.24%-
HSV(B)357.65º22.67%88.24%-
XYZ54.0249.4147.76-
YUV189.48120.4153.34-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.13%
GREEN value IS 174 (68.36% from 255) = 30.26%
BLUE value IS 176 (69.14% from 255) = 30.61%
R=39.13%
G=30.26%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517417600.230.220.12357.6545.9578.24
HexE1AEB001716C1662e4e
Octal341256260027261454656116
Binary1110000110101110101100000101111011011001011001101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AEB0; }

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

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

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

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

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

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

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

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