#D8ABAF

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

Shades of Pale Chestnut #D8ABAF

Tints of Pale Chestnut #D8ABAF

Color information

#D8ABAF (or 0xD8ABAF) is unknown color: approx Pale Chestnut. HEX triplet: D8, AB and AF. RGB value is (216,171,175). Sum of RGB (Red+Green+Blue) = 216+171+175=562 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.43% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8ABAF is #275450. Grayscale: #B8B8B8. Windows color (decimal): -2577489 or 11512792. OLE color: 11512792.

HSL color Cylindrical-coordinate representation of color #D8ABAF: hue angle of 354.67º 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 #D8ABAF is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB216171175-
CMYK00.210.190.15
HSL354.67º36.59%75.88%-
HSV(B)354.67º20.83%84.71%-
XYZ50.6246.8246.93-
YUV184.91122.41150.17-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.43%
GREEN value IS 171 (67.19% from 255) = 30.43%
BLUE value IS 175 (68.75% from 255) = 31.14%
R=38.43%
G=30.43%
B=31.14%

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
Decimal21617117500.210.190.15354.6736.5975.88
HexD8ABAF01513F163254c
Octal330253257025231754345114
Binary1101100010101011101011110101011001111111011000111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ABAF; }

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

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

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

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

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

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

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

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