#EDABB0

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

Shades of Pale Chestnut #EDABB0

Tints of Pale Chestnut #EDABB0

Color information

#EDABB0 (or 0xEDABB0) is unknown color: approx Pale Chestnut. HEX triplet: ED, AB and B0. RGB value is (237,171,176). Sum of RGB (Red+Green+Blue) = 237+171+176=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 176 (69.14% from 255 or 30.14% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDABB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDABB0 is #12544F. Grayscale: #BFBFBF. Windows color (decimal): -1201232 or 11578349. OLE color: 11578349.

HSL color Cylindrical-coordinate representation of color #EDABB0: hue angle of 355.45º 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 #EDABB0 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB237171176-
CMYK00.280.260.07
HSL355.45º64.71%80%-
HSV(B)355.45º27.85%92.94%-
XYZ57.3250.2647.76-
YUV191.3119.37160.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.58%
GREEN value IS 171 (67.19% from 255) = 29.28%
BLUE value IS 176 (69.14% from 255) = 30.14%
R=40.58%
G=29.28%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717117600.280.260.07355.4564.7180
HexEDABB001C1A71634150
Octal355253260034327543101120
Binary1110110110101011101100000111001101011110110001110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDABB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDABB0; }

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

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

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

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

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

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

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

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