#EBABAD

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

Shades of Pale Chestnut #EBABAD

Tints of Pale Chestnut #EBABAD

Color information

#EBABAD (or 0xEBABAD) is unknown color: approx Pale Chestnut. HEX triplet: EB, AB and AD. RGB value is (235,171,173). Sum of RGB (Red+Green+Blue) = 235+171+173=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 173 (67.97% from 255 or 29.88% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EBABAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBABAD is #145452. Grayscale: #BEBEBE. Windows color (decimal): -1332307 or 11381739. OLE color: 11381739.

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

Color convert

RGB235171173-
CMYK00.270.260.08
HSL358.12º61.54%79.61%-
HSV(B)358.12º27.23%92.16%-
XYZ56.3749.8146.18-
YUV190.36118.2159.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.59%
GREEN value IS 171 (67.19% from 255) = 29.53%
BLUE value IS 173 (67.97% from 255) = 29.88%
R=40.59%
G=29.53%
B=29.88%

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
Decimal23517117300.270.260.08358.1261.5479.61
HexEBABAD01B1A81663e50
Octal353253255033321054676120
Binary1110101110101011101011010110111101010001011001101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBABAD; }

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

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

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

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

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

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

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

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