#D1ABAE

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

Shades of Pale Chestnut #D1ABAE

Tints of Pale Chestnut #D1ABAE

Color information

#D1ABAE (or 0xD1ABAE) is unknown color: approx Pale Chestnut. HEX triplet: D1, AB and AE. RGB value is (209,171,174). Sum of RGB (Red+Green+Blue) = 209+171+174=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ABAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1ABAE is #2E5451. Grayscale: #B6B6B6. Windows color (decimal): -3036242 or 11447249. OLE color: 11447249.

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

Color convert

RGB209171174-
CMYK00.180.170.18
HSL355.26º29.23%74.51%-
HSV(B)355.26º18.18%81.96%-
XYZ48.545.7446.32-
YUV182.7123.09146.76-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.73%
GREEN value IS 171 (67.19% from 255) = 30.87%
BLUE value IS 174 (68.36% from 255) = 31.41%
R=37.73%
G=30.87%
B=31.41%

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
Decimal20917117400.180.170.18355.2629.2374.51
HexD1ABAE01211121631d4b
Octal321253256022212254335113
Binary1101000110101011101011100100101000110010101100011111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ABAE; }

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

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

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

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

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

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

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

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