#E0ABAF

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

Shades of Pale Chestnut #E0ABAF

Tints of Pale Chestnut #E0ABAF

Color information

#E0ABAF (or 0xE0ABAF) is unknown color: approx Pale Chestnut. HEX triplet: E0, AB and AF. RGB value is (224,171,175). Sum of RGB (Red+Green+Blue) = 224+171+175=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0ABAF is #1F5450. Grayscale: #BBBBBB. Windows color (decimal): -2053201 or 11512800. OLE color: 11512800.

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

Color convert

RGB224171175-
CMYK00.240.220.12
HSL355.47º46.09%77.45%-
HSV(B)355.47º23.66%87.84%-
XYZ53.0448.0747.04-
YUV187.3121.06154.17-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.30%
GREEN value IS 171 (67.19% from 255) = 30%
BLUE value IS 175 (68.75% from 255) = 30.70%
R=39.30%
G=30%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417117500.240.220.12355.4746.0977.45
HexE0ABAF01816C1632e4d
Octal340253257030261454356115
Binary1110000010101011101011110110001011011001011000111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ABAF; }

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

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

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

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

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

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

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

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