#D9ABB1

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

Shades of Pale Chestnut #D9ABB1

Tints of Pale Chestnut #D9ABB1

Color information

#D9ABB1 (or 0xD9ABB1) is unknown color: approx Pale Chestnut. HEX triplet: D9, AB and B1. RGB value is (217,171,177). Sum of RGB (Red+Green+Blue) = 217+171+177=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 177 (69.53% from 255 or 31.33% from 565); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ABB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9ABB1 is #26544E. Grayscale: #B9B9B9. Windows color (decimal): -2511951 or 11643865. OLE color: 11643865.

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

Color convert

RGB217171177-
CMYK00.210.180.15
HSL352.17º37.7%76.08%-
HSV(B)352.17º21.2%85.1%-
XYZ51.1147.0547.98-
YUV185.44123.24150.51-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.41%
GREEN value IS 171 (67.19% from 255) = 30.27%
BLUE value IS 177 (69.53% from 255) = 31.33%
R=38.41%
G=30.27%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717117700.210.180.15352.1737.776.08
HexD9ABB101512F160264c
Octal331253261025221754046114
Binary1101100110101011101100010101011001011111011000001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ABB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ABB1; }

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

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

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

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

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

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

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

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