#D8AAAE

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

Shades of Pale Chestnut #D8AAAE

Tints of Pale Chestnut #D8AAAE

Color information

#D8AAAE (or 0xD8AAAE) is unknown color: approx Pale Chestnut. HEX triplet: D8, AA and AE. RGB value is (216,170,174). Sum of RGB (Red+Green+Blue) = 216+170+174=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 174 (68.36% from 255 or 31.07% from 560); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AAAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AAAE is #275551. Grayscale: #B8B8B8. Windows color (decimal): -2577746 or 11447000. OLE color: 11447000.

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

Color convert

RGB216170174-
CMYK00.210.190.15
HSL354.78º37.1%75.69%-
HSV(B)354.78º21.3%84.71%-
XYZ50.3346.446.35-
YUV184.21122.24150.67-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.57%
GREEN value IS 170 (66.80% from 255) = 30.36%
BLUE value IS 174 (68.36% from 255) = 31.07%
R=38.57%
G=30.36%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617017400.210.190.15354.7837.175.69
HexD8AAAE01513F163254c
Octal330252256025231754345114
Binary1101100010101010101011100101011001111111011000111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AAAE; }

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

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

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

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

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

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

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

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