#EDABAC

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

Shades of Pale Chestnut #EDABAC

Tints of Pale Chestnut #EDABAC

Color information

#EDABAC (or 0xEDABAC) is unknown color: approx Pale Chestnut. HEX triplet: ED, AB and AC. RGB value is (237,171,172). Sum of RGB (Red+Green+Blue) = 237+171+172=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 171 (67.19% from 255 or 29.48% from 580); Blue value is 172 (67.58% from 255 or 29.66% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDABAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDABAC is #125453. Grayscale: #BEBEBE. Windows color (decimal): -1201236 or 11316205. OLE color: 11316205.

HSL color Cylindrical-coordinate representation of color #EDABAC: hue angle of 359.09º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDABAC is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB237171172-
CMYK00.280.270.07
HSL359.09º64.71%80%-
HSV(B)359.09º27.85%92.94%-
XYZ56.9350.1145.7-
YUV190.85117.37160.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.86%
GREEN value IS 171 (67.19% from 255) = 29.48%
BLUE value IS 172 (67.58% from 255) = 29.66%
R=40.86%
G=29.48%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717117200.280.270.07359.0964.7180
HexEDABAC01C1B71674150
Octal355253254034337547101120
Binary1110110110101011101011000111001101111110110011110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDABAC; }

 p { color: rgb(237,171,172); }

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

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

 a { background-color: rgb(237,171,172); }

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

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

 span { border-color: rgb(237,171,172); }

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