#E1AFB1

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

Shades of Pale Chestnut #E1AFB1

Tints of Pale Chestnut #E1AFB1

Color information

#E1AFB1 (or 0xE1AFB1) is unknown color: approx Pale Chestnut. HEX triplet: E1, AF and B1. RGB value is (225,175,177). Sum of RGB (Red+Green+Blue) = 225+175+177=577 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.99% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 177 (69.53% from 255 or 30.68% from 577); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AFB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AFB1 is #1E504E. Grayscale: #BEBEBE. Windows color (decimal): -1986639 or 11644897. OLE color: 11644897.

HSL color Cylindrical-coordinate representation of color #E1AFB1: hue angle of 357.6º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1AFB1 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB225175177-
CMYK00.220.210.12
HSL357.6º45.45%78.43%-
HSV(B)357.6º22.22%88.24%-
XYZ54.3249.8448.35-
YUV190.18120.56152.84-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.99%
GREEN value IS 175 (68.75% from 255) = 30.33%
BLUE value IS 177 (69.53% from 255) = 30.68%
R=38.99%
G=30.33%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517517700.220.210.12357.645.4578.43
HexE1AFB101615C1662d4e
Octal341257261026251454655116
Binary1110000110101111101100010101101010111001011001101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AFB1; }

 p { color: rgb(225,175,177); }

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

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

 a { background-color: rgb(225,175,177); }

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

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

 span { border-color: rgb(225,175,177); }

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