#E19DA2

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

Shades of Pale Chestnut #E19DA2

Tints of Pale Chestnut #E19DA2

Color information

#E19DA2 (or 0xE19DA2) is unknown color: approx Pale Chestnut. HEX triplet: E1, 9D and A2. RGB value is (225,157,162). Sum of RGB (Red+Green+Blue) = 225+157+162=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 162 (63.67% from 255 or 29.78% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E19DA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19DA2 is #1E625D. Grayscale: #B1B1B1. Windows color (decimal): -1991262 or 10657249. OLE color: 10657249.

HSL color Cylindrical-coordinate representation of color #E19DA2: hue angle of 355.59º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E19DA2 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB225157162-
CMYK00.300.280.12
HSL355.59º53.12%74.9%-
HSV(B)355.59º30.22%88.24%-
XYZ49.6342.7339.81-
YUV177.9119.03161.59-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.36%
GREEN value IS 157 (61.72% from 255) = 28.86%
BLUE value IS 162 (63.67% from 255) = 29.78%
R=41.36%
G=28.86%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515716200.300.280.12355.5953.1274.9
HexE19DA201E1CC164354b
Octal341235242036341454465113
Binary1110000110011101101000100111101110011001011001001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19DA2; }

 p { color: rgb(225,157,162); }

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

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

 a { background-color: rgb(225,157,162); }

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

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

 span { border-color: rgb(225,157,162); }

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