#E1ACB1

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

Shades of Pale Chestnut #E1ACB1

Tints of Pale Chestnut #E1ACB1

Color information

#E1ACB1 (or 0xE1ACB1) is unknown color: approx Pale Chestnut. HEX triplet: E1, AC and B1. RGB value is (225,172,177). Sum of RGB (Red+Green+Blue) = 225+172+177=574 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.20% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 177 (69.53% from 255 or 30.84% from 574); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ACB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1ACB1 is #1E534E. Grayscale: #BCBCBC. Windows color (decimal): -1987407 or 11644129. OLE color: 11644129.

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

Color convert

RGB225172177-
CMYK00.240.210.12
HSL354.34º46.9%77.84%-
HSV(B)354.34º23.56%88.24%-
XYZ53.7448.6948.16-
YUV188.42121.56154.09-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.20%
GREEN value IS 172 (67.58% from 255) = 29.97%
BLUE value IS 177 (69.53% from 255) = 30.84%
R=39.20%
G=29.97%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517217700.240.210.12354.3446.977.84
HexE1ACB101815C1622f4e
Octal341254261030251454257116
Binary1110000110101100101100010110001010111001011000101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ACB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ACB1; }

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

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

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

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

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

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

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

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