#EEAAAD

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

Shades of Pale Chestnut #EEAAAD

Tints of Pale Chestnut #EEAAAD

Color information

#EEAAAD (or 0xEEAAAD) is unknown color: approx Pale Chestnut. HEX triplet: EE, AA and AD. RGB value is (238,170,173). Sum of RGB (Red+Green+Blue) = 238+170+173=581 (76% of max value = 765). Red value is 238 (93.36% from 255 or 40.96% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 173 (67.97% from 255 or 29.78% from 581); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAAAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAAAD is #115552. Grayscale: #BEBEBE. Windows color (decimal): -1135955 or 11381486. OLE color: 11381486.

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

Color convert

RGB238170173-
CMYK00.290.270.07
HSL357.35º66.67%80%-
HSV(B)357.35º28.57%93.33%-
XYZ57.1849.9446.16-
YUV190.67118.03161.76-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.96%
GREEN value IS 170 (66.80% from 255) = 29.26%
BLUE value IS 173 (67.97% from 255) = 29.78%
R=40.96%
G=29.26%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817017300.290.270.07357.3566.6780
HexEEAAAD01D1B71654350
Octal356252255035337545103120
Binary1110111010101010101011010111011101111110110010110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAAAD; }

 p { color: rgb(238,170,173); }

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

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

 a { background-color: rgb(238,170,173); }

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

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

 span { border-color: rgb(238,170,173); }

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