#D2A5A8

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

Shades of Pale Chestnut #D2A5A8

Tints of Pale Chestnut #D2A5A8

Color information

#D2A5A8 (or 0xD2A5A8) is unknown color: approx Pale Chestnut. HEX triplet: D2, A5 and A8. RGB value is (210,165,168). Sum of RGB (Red+Green+Blue) = 210+165+168=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 165 (64.84% from 255 or 30.39% from 543); Blue value is 168 (66.02% from 255 or 30.94% from 543); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A5A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A5A8 is #2D5A57. Grayscale: #B2B2B2. Windows color (decimal): -2972248 or 11052498. OLE color: 11052498.

HSL color Cylindrical-coordinate representation of color #D2A5A8: hue angle of 356º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2A5A8 is Cyan = 0, Magento = 0.21, Yellow = 0.2 and Black (K on CMYK) = 0.18.

Color convert

RGB210165168-
CMYK00.210.20.18
HSL356º33.33%73.53%-
HSV(B)356º21.43%82.35%-
XYZ47.143.4442.95-
YUV178.8121.91150.26-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.67%
GREEN value IS 165 (64.84% from 255) = 30.39%
BLUE value IS 168 (66.02% from 255) = 30.94%
R=38.67%
G=30.39%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.2
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016516800.210.20.1835633.3373.53
HexD2A5A80151412164214a
Octal322245250025242254441112
Binary11010010101001011010100001010110100100101011001001000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A5A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A5A8; }

 p { color: rgb(210,165,168); }

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

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

 a { background-color: rgb(210,165,168); }

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

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

 span { border-color: rgb(210,165,168); }

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