#D1ABAD

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

Shades of Pale Chestnut #D1ABAD

Tints of Pale Chestnut #D1ABAD

Color information

#D1ABAD (or 0xD1ABAD) is unknown color: approx Pale Chestnut. HEX triplet: D1, AB and AD. RGB value is (209,171,173). Sum of RGB (Red+Green+Blue) = 209+171+173=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ABAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1ABAD is #2E5452. Grayscale: #B6B6B6. Windows color (decimal): -3036243 or 11381713. OLE color: 11381713.

HSL color Cylindrical-coordinate representation of color #D1ABAD: hue angle of 356.84º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1ABAD is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB209171173-
CMYK00.180.170.18
HSL356.84º29.23%74.51%-
HSV(B)356.84º18.18%81.96%-
XYZ48.445.745.8-
YUV182.59122.59146.84-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.79%
GREEN value IS 171 (67.19% from 255) = 30.92%
BLUE value IS 173 (67.97% from 255) = 31.28%
R=37.79%
G=30.92%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917117300.180.170.18356.8429.2374.51
HexD1ABAD01211121651d4b
Octal321253255022212254535113
Binary1101000110101011101011010100101000110010101100101111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ABAD; }

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

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

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

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

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

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

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

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