#EDAEAF

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

Shades of Pale Chestnut #EDAEAF

Tints of Pale Chestnut #EDAEAF

Color information

#EDAEAF (or 0xEDAEAF) is unknown color: approx Pale Chestnut. HEX triplet: ED, AE and AF. RGB value is (237,174,175). Sum of RGB (Red+Green+Blue) = 237+174+175=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 174 (68.36% from 255 or 29.69% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAEAF is #125150. Grayscale: #C1C1C1. Windows color (decimal): -1200465 or 11513581. OLE color: 11513581.

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

Color convert

RGB237174175-
CMYK00.270.260.07
HSL359.05º63.64%80.59%-
HSV(B)359.05º26.58%92.94%-
XYZ57.851.3747.43-
YUV192.95117.87159.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.44%
GREEN value IS 174 (68.36% from 255) = 29.69%
BLUE value IS 175 (68.75% from 255) = 29.86%
R=40.44%
G=29.69%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717417500.270.260.07359.0563.6480.59
HexEDAEAF01B1A71674051
Octal355256257033327547100121
Binary1110110110101110101011110110111101011110110011110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAEAF; }

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

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

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

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

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

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

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

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