#D2AAAD

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

Shades of Pale Chestnut #D2AAAD

Tints of Pale Chestnut #D2AAAD

Color information

#D2AAAD (or 0xD2AAAD) is unknown color: approx Pale Chestnut. HEX triplet: D2, AA and AD. RGB value is (210,170,173). Sum of RGB (Red+Green+Blue) = 210+170+173=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AAAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AAAD is #2D5552. Grayscale: #B6B6B6. Windows color (decimal): -2970963 or 11381458. OLE color: 11381458.

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

Color convert

RGB210170173-
CMYK00.190.180.18
HSL355.5º30.77%74.51%-
HSV(B)355.5º19.05%82.35%-
XYZ48.545.4745.76-
YUV182.3122.75147.76-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.97%
GREEN value IS 170 (66.80% from 255) = 30.74%
BLUE value IS 173 (67.97% from 255) = 31.28%
R=37.97%
G=30.74%
B=31.28%

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
Decimal21017017300.190.180.18355.530.7774.51
HexD2AAAD01312121641f4b
Octal322252255023222254437113
Binary1101001010101010101011010100111001010010101100100111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AAAD; }

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

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

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

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

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

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

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

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