#E0ABB1

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

Shades of Pale Chestnut #E0ABB1

Tints of Pale Chestnut #E0ABB1

Color information

#E0ABB1 (or 0xE0ABB1) is unknown color: approx Pale Chestnut. HEX triplet: E0, AB and B1. RGB value is (224,171,177). Sum of RGB (Red+Green+Blue) = 224+171+177=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 171 (67.19% from 255 or 29.90% from 572); Blue value is 177 (69.53% from 255 or 30.94% from 572); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ABB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0ABB1 is #1F544E. Grayscale: #BBBBBB. Windows color (decimal): -2053199 or 11643872. OLE color: 11643872.

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

Color convert

RGB224171177-
CMYK00.240.210.12
HSL353.21º46.09%77.45%-
HSV(B)353.21º23.66%87.84%-
XYZ53.2448.1548.08-
YUV187.53122.06154.01-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.16%
GREEN value IS 171 (67.19% from 255) = 29.90%
BLUE value IS 177 (69.53% from 255) = 30.94%
R=39.16%
G=29.90%
B=30.94%

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
Decimal22417117700.240.210.12353.2146.0977.45
HexE0ABB101815C1612e4d
Octal340253261030251454156115
Binary1110000010101011101100010110001010111001011000011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ABB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ABB1; }

 p { color: rgb(224,171,177); }

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

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

 a { background-color: rgb(224,171,177); }

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

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

 span { border-color: rgb(224,171,177); }

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