#DDABB0

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

Shades of Pale Chestnut #DDABB0

Tints of Pale Chestnut #DDABB0

Color information

#DDABB0 (or 0xDDABB0) is unknown color: approx Pale Chestnut. HEX triplet: DD, AB and B0. RGB value is (221,171,176). Sum of RGB (Red+Green+Blue) = 221+171+176=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 176 (69.14% from 255 or 30.99% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDABB0 is #22544F. Grayscale: #BABABA. Windows color (decimal): -2249808 or 11578333. OLE color: 11578333.

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

Color convert

RGB221171176-
CMYK00.230.200.13
HSL354º42.37%76.86%-
HSV(B)354º22.62%86.67%-
XYZ52.2247.6347.52-
YUV186.52122.06152.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.91%
GREEN value IS 171 (67.19% from 255) = 30.11%
BLUE value IS 176 (69.14% from 255) = 30.99%
R=38.91%
G=30.11%
B=30.99%

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
Decimal22117117600.230.200.1335442.3776.86
HexDDABB001714D1622a4d
Octal335253260027241554252115
Binary1101110110101011101100000101111010011011011000101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDABB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDABB0; }

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

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

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

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

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

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

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

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