#EDABAD

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

Shades of Pale Chestnut #EDABAD

Tints of Pale Chestnut #EDABAD

Color information

#EDABAD (or 0xEDABAD) is unknown color: approx Pale Chestnut. HEX triplet: ED, AB and AD. RGB value is (237,171,173). Sum of RGB (Red+Green+Blue) = 237+171+173=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 173 (67.97% from 255 or 29.78% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDABAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDABAD is #125452. Grayscale: #BFBFBF. Windows color (decimal): -1201235 or 11381741. OLE color: 11381741.

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

Color convert

RGB237171173-
CMYK00.280.270.07
HSL358.18º64.71%80%-
HSV(B)358.18º27.85%92.94%-
XYZ57.0350.1546.21-
YUV190.96117.87160.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.79%
GREEN value IS 171 (67.19% from 255) = 29.43%
BLUE value IS 173 (67.97% from 255) = 29.78%
R=40.79%
G=29.43%
B=29.78%

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
Decimal23717117300.280.270.07358.1864.7180
HexEDABAD01C1B71664150
Octal355253255034337546101120
Binary1110110110101011101011010111001101111110110011010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDABAD; }

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

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

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

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

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

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

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

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