#DDAAAD

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

Shades of Pale Chestnut #DDAAAD

Tints of Pale Chestnut #DDAAAD

Color information

#DDAAAD (or 0xDDAAAD) is unknown color: approx Pale Chestnut. HEX triplet: DD, AA and AD. RGB value is (221,170,173). Sum of RGB (Red+Green+Blue) = 221+170+173=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAAAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAAAD is #225552. Grayscale: #B9B9B9. Windows color (decimal): -2250067 or 11381469. OLE color: 11381469.

HSL color Cylindrical-coordinate representation of color #DDAAAD: hue angle of 356.47º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDAAAD is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB221170173-
CMYK00.230.220.13
HSL356.47º42.86%76.67%-
HSV(B)356.47º23.08%86.67%-
XYZ51.7447.1445.91-
YUV185.59120.9153.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.18%
GREEN value IS 170 (66.80% from 255) = 30.14%
BLUE value IS 173 (67.97% from 255) = 30.67%
R=39.18%
G=30.14%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117017300.230.220.13356.4742.8676.67
HexDDAAAD01716D1642b4d
Octal335252255027261554453115
Binary1101110110101010101011010101111011011011011001001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAAAD; }

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

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

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

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

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

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

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

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