#EBAFB1

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

Shades of Pale Chestnut #EBAFB1

Tints of Pale Chestnut #EBAFB1

Color information

#EBAFB1 (or 0xEBAFB1) is unknown color: approx Pale Chestnut. HEX triplet: EB, AF and B1. RGB value is (235,175,177). Sum of RGB (Red+Green+Blue) = 235+175+177=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 177 (69.53% from 255 or 30.15% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAFB1 is #14504E. Grayscale: #C1C1C1. Windows color (decimal): -1331279 or 11644907. OLE color: 11644907.

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

Color convert

RGB235175177-
CMYK00.260.250.08
HSL358º60%80.39%-
HSV(B)358º25.53%92.16%-
XYZ57.5351.548.5-
YUV193.17118.88157.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.03%
GREEN value IS 175 (68.75% from 255) = 29.81%
BLUE value IS 177 (69.53% from 255) = 30.15%
R=40.03%
G=29.81%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517517700.260.250.083586080.39
HexEBAFB101A1981663c50
Octal353257261032311054674120
Binary1110101110101111101100010110101100110001011001101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAFB1; }

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

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

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

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

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

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

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

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