#EEABAF

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

Shades of Pale Chestnut #EEABAF

Tints of Pale Chestnut #EEABAF

Color information

#EEABAF (or 0xEEABAF) is unknown color: approx Pale Chestnut. HEX triplet: EE, AB and AF. RGB value is (238,171,175). Sum of RGB (Red+Green+Blue) = 238+171+175=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 238 - color contains mainly: red. Hex color #EEABAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEABAF is #115450. Grayscale: #BFBFBF. Windows color (decimal): -1135697 or 11512814. OLE color: 11512814.

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

Color convert

RGB238171175-
CMYK00.280.260.07
HSL356.42º66.34%80.2%-
HSV(B)356.42º28.15%93.33%-
XYZ57.5650.447.25-
YUV191.49118.7161.17-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.75%
GREEN value IS 171 (67.19% from 255) = 29.28%
BLUE value IS 175 (68.75% from 255) = 29.97%
R=40.75%
G=29.28%
B=29.97%

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
Decimal23817117500.280.260.07356.4266.3480.2
HexEEABAF01C1A71644250
Octal356253257034327544102120
Binary1110111010101011101011110111001101011110110010010000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEABAF; }

 p { color: rgb(238,171,175); }

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

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

 a { background-color: rgb(238,171,175); }

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

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

 span { border-color: rgb(238,171,175); }

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