#EAADAF

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

Shades of Pale Chestnut #EAADAF

Tints of Pale Chestnut #EAADAF

Color information

#EAADAF (or 0xEAADAF) is unknown color: approx Pale Chestnut. HEX triplet: EA, AD and AF. RGB value is (234,173,175). Sum of RGB (Red+Green+Blue) = 234+173+175=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 173 (67.97% from 255 or 29.73% from 582); Blue value is 175 (68.75% from 255 or 30.07% from 582); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAADAF is #155250. Grayscale: #BFBFBF. Windows color (decimal): -1397329 or 11513322. OLE color: 11513322.

HSL color Cylindrical-coordinate representation of color #EAADAF: hue angle of 358.03º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAADAF is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB234173175-
CMYK00.260.250.08
HSL358.03º59.22%79.8%-
HSV(B)358.03º26.07%91.76%-
XYZ56.6150.4747.32-
YUV191.47118.71158.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.21%
GREEN value IS 173 (67.97% from 255) = 29.73%
BLUE value IS 175 (68.75% from 255) = 30.07%
R=40.21%
G=29.73%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417317500.260.250.08358.0359.2279.8
HexEAADAF01A1981663b50
Octal352255257032311054673120
Binary1110101010101101101011110110101100110001011001101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAADAF; }

 p { color: rgb(234,173,175); }

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

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

 a { background-color: rgb(234,173,175); }

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

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

 span { border-color: rgb(234,173,175); }

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