#DFAAB1

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

Shades of Pale Chestnut #DFAAB1

Tints of Pale Chestnut #DFAAB1

Color information

#DFAAB1 (or 0xDFAAB1) is unknown color: approx Pale Chestnut. HEX triplet: DF, AA and B1. RGB value is (223,170,177). Sum of RGB (Red+Green+Blue) = 223+170+177=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 177 (69.53% from 255 or 31.05% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAAB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAAB1 is #20554E. Grayscale: #BABABA. Windows color (decimal): -2118991 or 11643615. OLE color: 11643615.

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

Color convert

RGB223170177-
CMYK00.240.210.13
HSL352.08º45.3%77.06%-
HSV(B)352.08º23.77%87.45%-
XYZ52.7447.6148.01-
YUV186.64122.56153.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.12%
GREEN value IS 170 (66.80% from 255) = 29.82%
BLUE value IS 177 (69.53% from 255) = 31.05%
R=39.12%
G=29.82%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317017700.240.210.13352.0845.377.06
HexDFAAB101815D1602d4d
Octal337252261030251554055115
Binary1101111110101010101100010110001010111011011000001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAAB1; }

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

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

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

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

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

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

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

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