#D1AAAB

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

Shades of Pale Chestnut #D1AAAB

Tints of Pale Chestnut #D1AAAB

Color information

#D1AAAB (or 0xD1AAAB) is unknown color: approx Pale Chestnut. HEX triplet: D1, AA and AB. RGB value is (209,170,171). Sum of RGB (Red+Green+Blue) = 209+170+171=550 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AAAB is #2E5554. Grayscale: #B5B5B5. Windows color (decimal): -3036501 or 11250385. OLE color: 11250385.

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

Color convert

RGB209170171-
CMYK00.190.180.18
HSL358.46º29.77%74.31%-
HSV(B)358.46º18.66%81.96%-
XYZ48.0245.2544.73-
YUV181.78121.92147.42-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38%
GREEN value IS 170 (66.80% from 255) = 30.91%
BLUE value IS 171 (67.19% from 255) = 31.09%
R=38%
G=30.91%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917017100.190.180.18358.4629.7774.31
HexD1AAAB01312121661e4a
Octal321252253023222254636112
Binary1101000110101010101010110100111001010010101100110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AAAB; }

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

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

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

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

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

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

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

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