#D2AAAB

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

Shades of Pale Chestnut #D2AAAB

Tints of Pale Chestnut #D2AAAB

Color information

#D2AAAB (or 0xD2AAAB) is unknown color: approx Pale Chestnut. HEX triplet: D2, AA and AB. RGB value is (210,170,171). Sum of RGB (Red+Green+Blue) = 210+170+171=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AAAB is #2D5554. Grayscale: #B6B6B6. Windows color (decimal): -2970965 or 11250386. OLE color: 11250386.

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

Color convert

RGB210170171-
CMYK00.190.190.18
HSL358.5º30.77%74.51%-
HSV(B)358.5º19.05%82.35%-
XYZ48.345.3944.74-
YUV182.07121.75147.92-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.11%
GREEN value IS 170 (66.80% from 255) = 30.85%
BLUE value IS 171 (67.19% from 255) = 31.03%
R=38.11%
G=30.85%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017017100.190.190.18358.530.7774.51
HexD2AAAB01313121661f4b
Octal322252253023232254637113
Binary1101001010101010101010110100111001110010101100110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AAAB; }

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

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

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

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

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

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

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

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