#DDA1AB

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

Shades of Pale Chestnut #DDA1AB

Tints of Pale Chestnut #DDA1AB

Color information

#DDA1AB (or 0xDDA1AB) is unknown color: approx Pale Chestnut. HEX triplet: DD, A1 and AB. RGB value is (221,161,171). Sum of RGB (Red+Green+Blue) = 221+161+171=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 161 (63.28% from 255 or 29.11% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA1AB is #225E54. Grayscale: #B4B4B4. Windows color (decimal): -2252373 or 11248093. OLE color: 11248093.

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

Color convert

RGB221161171-
CMYK00.270.230.13
HSL350º46.88%74.9%-
HSV(B)350º27.15%86.67%-
XYZ49.9143.844.35-
YUV180.08122.88157.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.96%
GREEN value IS 161 (63.28% from 255) = 29.11%
BLUE value IS 171 (67.19% from 255) = 30.92%
R=39.96%
G=29.11%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116117100.270.230.1335046.8874.9
HexDDA1AB01B17D15e2f4b
Octal335241253033271553657113
Binary1101110110100001101010110110111011111011010111101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA1AB; }

 p { color: rgb(221,161,171); }

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

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

 a { background-color: rgb(221,161,171); }

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

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

 span { border-color: rgb(221,161,171); }

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