#EDAAAF

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

Shades of Pale Chestnut #EDAAAF

Tints of Pale Chestnut #EDAAAF

Color information

#EDAAAF (or 0xEDAAAF) is unknown color: approx Pale Chestnut. HEX triplet: ED, AA and AF. RGB value is (237,170,175). Sum of RGB (Red+Green+Blue) = 237+170+175=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 175 (68.75% from 255 or 30.07% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAAAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAAAF is #125550. Grayscale: #BEBEBE. Windows color (decimal): -1201489 or 11512557. OLE color: 11512557.

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

Color convert

RGB237170175-
CMYK00.280.260.07
HSL355.52º65.05%79.8%-
HSV(B)355.52º28.27%92.94%-
XYZ57.0449.8547.17-
YUV190.6119.2161.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.72%
GREEN value IS 170 (66.80% from 255) = 29.21%
BLUE value IS 175 (68.75% from 255) = 30.07%
R=40.72%
G=29.21%
B=30.07%

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
Decimal23717017500.280.260.07355.5265.0579.8
HexEDAAAF01C1A71644150
Octal355252257034327544101120
Binary1110110110101010101011110111001101011110110010010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAAAF; }

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

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

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

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

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

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

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

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