#DDAAB1

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

Shades of Pale Chestnut #DDAAB1

Tints of Pale Chestnut #DDAAB1

Color information

#DDAAB1 (or 0xDDAAB1) is unknown color: approx Pale Chestnut. HEX triplet: DD, AA and B1. RGB value is (221,170,177). Sum of RGB (Red+Green+Blue) = 221+170+177=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 177 (69.53% from 255 or 31.16% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAAB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAAB1 is #22554E. Grayscale: #BABABA. Windows color (decimal): -2250063 or 11643613. OLE color: 11643613.

HSL color Cylindrical-coordinate representation of color #DDAAB1: hue angle of 351.76º 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 #DDAAB1 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB221170177-
CMYK00.230.200.13
HSL351.76º42.86%76.67%-
HSV(B)351.76º23.08%86.67%-
XYZ52.1347.347.98-
YUV186.05122.9152.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.91%
GREEN value IS 170 (66.80% from 255) = 29.93%
BLUE value IS 177 (69.53% from 255) = 31.16%
R=38.91%
G=29.93%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117017700.230.200.13351.7642.8676.67
HexDDAAB101714D1602b4d
Octal335252261027241554053115
Binary1101110110101010101100010101111010011011011000001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAAB1; }

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

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

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

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

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

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

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

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