#EBABAF

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

Shades of Pale Chestnut #EBABAF

Tints of Pale Chestnut #EBABAF

Color information

#EBABAF (or 0xEBABAF) is unknown color: approx Pale Chestnut. HEX triplet: EB, AB and AF. RGB value is (235,171,175). Sum of RGB (Red+Green+Blue) = 235+171+175=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 235 - color contains mainly: red. Hex color #EBABAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBABAF is #145450. Grayscale: #BEBEBE. Windows color (decimal): -1332305 or 11512811. OLE color: 11512811.

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

Color convert

RGB235171175-
CMYK00.270.260.08
HSL356.25º61.54%79.61%-
HSV(B)356.25º27.23%92.16%-
XYZ56.5649.8847.2-
YUV190.59119.2159.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.45%
GREEN value IS 171 (67.19% from 255) = 29.43%
BLUE value IS 175 (68.75% from 255) = 30.12%
R=40.45%
G=29.43%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517117500.270.260.08356.2561.5479.61
HexEBABAF01B1A81643e50
Octal353253257033321054476120
Binary1110101110101011101011110110111101010001011001001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBABAF; }

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

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

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

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

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

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

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

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