#D1ABB0

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

Shades of Pale Chestnut #D1ABB0

Tints of Pale Chestnut #D1ABB0

Color information

#D1ABB0 (or 0xD1ABB0) is unknown color: approx Pale Chestnut. HEX triplet: D1, AB and B0. RGB value is (209,171,176). Sum of RGB (Red+Green+Blue) = 209+171+176=556 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.59% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 176 (69.14% from 255 or 31.65% from 556); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ABB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1ABB0 is #2E544F. Grayscale: #B6B6B6. Windows color (decimal): -3036240 or 11578321. OLE color: 11578321.

HSL color Cylindrical-coordinate representation of color #D1ABB0: hue angle of 352.11º 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 #D1ABB0 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB209171176-
CMYK00.180.160.18
HSL352.11º29.23%74.51%-
HSV(B)352.11º18.18%81.96%-
XYZ48.6945.8247.35-
YUV182.93124.09146.59-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.59%
GREEN value IS 171 (67.19% from 255) = 30.76%
BLUE value IS 176 (69.14% from 255) = 31.65%
R=37.59%
G=30.76%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917117600.180.160.18352.1129.2374.51
HexD1ABB001210121601d4b
Octal321253260022202254035113
Binary1101000110101011101100000100101000010010101100000111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ABB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ABB0; }

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

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

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

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

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

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

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

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