#D9ABAD

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

Shades of Pale Chestnut #D9ABAD

Tints of Pale Chestnut #D9ABAD

Color information

#D9ABAD (or 0xD9ABAD) is unknown color: approx Pale Chestnut. HEX triplet: D9, AB and AD. RGB value is (217,171,173). Sum of RGB (Red+Green+Blue) = 217+171+173=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ABAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9ABAD is #265452. Grayscale: #B9B9B9. Windows color (decimal): -2511955 or 11381721. OLE color: 11381721.

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

Color convert

RGB217171173-
CMYK00.210.200.15
HSL357.39º37.7%76.08%-
HSV(B)357.39º21.2%85.1%-
XYZ50.7246.8945.91-
YUV184.98121.24150.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.68%
GREEN value IS 171 (67.19% from 255) = 30.48%
BLUE value IS 173 (67.97% from 255) = 30.84%
R=38.68%
G=30.48%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717117300.210.200.15357.3937.776.08
HexD9ABAD01514F165264c
Octal331253255025241754546114
Binary1101100110101011101011010101011010011111011001011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ABAD; }

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

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

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

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

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

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

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

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