#D8ABAE

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

Shades of Pale Chestnut #D8ABAE

Tints of Pale Chestnut #D8ABAE

Color information

#D8ABAE (or 0xD8ABAE) is unknown color: approx Pale Chestnut. HEX triplet: D8, AB and AE. RGB value is (216,171,174). Sum of RGB (Red+Green+Blue) = 216+171+174=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 174 (68.36% from 255 or 31.02% from 561); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ABAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8ABAE is #275451. Grayscale: #B8B8B8. Windows color (decimal): -2577490 or 11447256. OLE color: 11447256.

HSL color Cylindrical-coordinate representation of color #D8ABAE: hue angle of 356º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8ABAE is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB216171174-
CMYK00.210.190.15
HSL356º36.59%75.88%-
HSV(B)356º20.83%84.71%-
XYZ50.5246.7846.41-
YUV184.8121.91150.26-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.50%
GREEN value IS 171 (67.19% from 255) = 30.48%
BLUE value IS 174 (68.36% from 255) = 31.02%
R=38.50%
G=30.48%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617117400.210.190.1535636.5975.88
HexD8ABAE01513F164254c
Octal330253256025231754445114
Binary1101100010101011101011100101011001111111011001001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ABAE; }

 p { color: rgb(216,171,174); }

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

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

 a { background-color: rgb(216,171,174); }

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

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

 span { border-color: rgb(216,171,174); }

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