#D9AAAE

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

Shades of Pale Chestnut #D9AAAE

Tints of Pale Chestnut #D9AAAE

Color information

#D9AAAE (or 0xD9AAAE) is unknown color: approx Pale Chestnut. HEX triplet: D9, AA and AE. RGB value is (217,170,174). Sum of RGB (Red+Green+Blue) = 217+170+174=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 174 (68.36% from 255 or 31.02% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AAAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AAAE is #265551. Grayscale: #B8B8B8. Windows color (decimal): -2512210 or 11447001. OLE color: 11447001.

HSL color Cylindrical-coordinate representation of color #D9AAAE: hue angle of 354.89º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9AAAE is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB217170174-
CMYK00.220.200.15
HSL354.89º38.21%75.88%-
HSV(B)354.89º21.66%85.1%-
XYZ50.6346.5646.36-
YUV184.51122.07151.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.68%
GREEN value IS 170 (66.80% from 255) = 30.30%
BLUE value IS 174 (68.36% from 255) = 31.02%
R=38.68%
G=30.30%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717017400.220.200.15354.8938.2175.88
HexD9AAAE01614F163264c
Octal331252256026241754346114
Binary1101100110101010101011100101101010011111011000111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AAAE; }

 p { color: rgb(217,170,174); }

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

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

 a { background-color: rgb(217,170,174); }

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

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

 span { border-color: rgb(217,170,174); }

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