#D2AAAE

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

Shades of Pale Chestnut #D2AAAE

Tints of Pale Chestnut #D2AAAE

Color information

#D2AAAE (or 0xD2AAAE) is unknown color: approx Pale Chestnut. HEX triplet: D2, AA and AE. RGB value is (210,170,174). Sum of RGB (Red+Green+Blue) = 210+170+174=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AAAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AAAE is #2D5551. Grayscale: #B6B6B6. Windows color (decimal): -2970962 or 11446994. OLE color: 11446994.

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

Color convert

RGB210170174-
CMYK00.190.170.18
HSL354º30.77%74.51%-
HSV(B)354º19.05%82.35%-
XYZ48.5945.5146.27-
YUV182.42123.25147.67-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.91%
GREEN value IS 170 (66.80% from 255) = 30.69%
BLUE value IS 174 (68.36% from 255) = 31.41%
R=37.91%
G=30.69%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017017400.190.170.1835430.7774.51
HexD2AAAE01311121621f4b
Octal322252256023212254237113
Binary1101001010101010101011100100111000110010101100010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AAAE; }

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

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

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

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

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

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

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

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