#EBABAC

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

Shades of Pale Chestnut #EBABAC

Tints of Pale Chestnut #EBABAC

Color information

#EBABAC (or 0xEBABAC) is unknown color: approx Pale Chestnut. HEX triplet: EB, AB and AC. RGB value is (235,171,172). Sum of RGB (Red+Green+Blue) = 235+171+172=578 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.66% from 578); Green value is 171 (67.19% from 255 or 29.58% from 578); Blue value is 172 (67.58% from 255 or 29.76% from 578); Max value from RGB is 235 - color contains mainly: red. Hex color #EBABAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBABAC is #145453. Grayscale: #BEBEBE. Windows color (decimal): -1332308 or 11316203. OLE color: 11316203.

HSL color Cylindrical-coordinate representation of color #EBABAC: hue angle of 359.06º 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 #EBABAC is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB235171172-
CMYK00.270.270.08
HSL359.06º61.54%79.61%-
HSV(B)359.06º27.23%92.16%-
XYZ56.2749.7745.67-
YUV190.25117.7159.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.66%
GREEN value IS 171 (67.19% from 255) = 29.58%
BLUE value IS 172 (67.58% from 255) = 29.76%
R=40.66%
G=29.58%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517117200.270.270.08359.0661.5479.61
HexEBABAC01B1B81673e50
Octal353253254033331054776120
Binary1110101110101011101011000110111101110001011001111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBABAC; }

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

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

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

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

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

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

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

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