#DDABAE

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

Shades of Pale Chestnut #DDABAE

Tints of Pale Chestnut #DDABAE

Color information

#DDABAE (or 0xDDABAE) is unknown color: approx Pale Chestnut. HEX triplet: DD, AB and AE. RGB value is (221,171,174). Sum of RGB (Red+Green+Blue) = 221+171+174=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 174 (68.36% from 255 or 30.74% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDABAE is #225451. Grayscale: #BABABA. Windows color (decimal): -2249810 or 11447261. OLE color: 11447261.

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

Color convert

RGB221171174-
CMYK00.230.210.13
HSL356.4º42.37%76.86%-
HSV(B)356.4º22.62%86.67%-
XYZ52.0247.5546.48-
YUV186.29121.06152.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.05%
GREEN value IS 171 (67.19% from 255) = 30.21%
BLUE value IS 174 (68.36% from 255) = 30.74%
R=39.05%
G=30.21%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117117400.230.210.13356.442.3776.86
HexDDABAE01715D1642a4d
Octal335253256027251554452115
Binary1101110110101011101011100101111010111011011001001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDABAE; }

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

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

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

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

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

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

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

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