#EDABAF

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

Shades of Pale Chestnut #EDABAF

Tints of Pale Chestnut #EDABAF

Color information

#EDABAF (or 0xEDABAF) is unknown color: approx Pale Chestnut. HEX triplet: ED, AB and AF. RGB value is (237,171,175). Sum of RGB (Red+Green+Blue) = 237+171+175=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #EDABAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDABAF is #125450. Grayscale: #BFBFBF. Windows color (decimal): -1201233 or 11512813. OLE color: 11512813.

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

Color convert

RGB237171175-
CMYK00.280.260.07
HSL356.36º64.71%80%-
HSV(B)356.36º27.85%92.94%-
XYZ57.2350.2347.24-
YUV191.19118.87160.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.65%
GREEN value IS 171 (67.19% from 255) = 29.33%
BLUE value IS 175 (68.75% from 255) = 30.02%
R=40.65%
G=29.33%
B=30.02%

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
Decimal23717117500.280.260.07356.3664.7180
HexEDABAF01C1A71644150
Octal355253257034327544101120
Binary1110110110101011101011110111001101011110110010010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDABAF; }

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

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

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

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

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

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

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

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