#DFA8AB

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

Shades of Pale Chestnut #DFA8AB

Tints of Pale Chestnut #DFA8AB

Color information

#DFA8AB (or 0xDFA8AB) is unknown color: approx Pale Chestnut. HEX triplet: DF, A8 and AB. RGB value is (223,168,171). Sum of RGB (Red+Green+Blue) = 223+168+171=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 168 (66.02% from 255 or 29.89% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA8AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA8AB is #205754. Grayscale: #B8B8B8. Windows color (decimal): -2119509 or 11249887. OLE color: 11249887.

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

Color convert

RGB223168171-
CMYK00.250.230.13
HSL356.73º46.22%76.67%-
HSV(B)356.73º24.66%87.45%-
XYZ51.7846.6344.8-
YUV184.79120.22155.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.68%
GREEN value IS 168 (66.02% from 255) = 29.89%
BLUE value IS 171 (67.19% from 255) = 30.43%
R=39.68%
G=29.89%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316817100.250.230.13356.7346.2276.67
HexDFA8AB01917D1652e4d
Octal337250253031271554556115
Binary1101111110101000101010110110011011111011011001011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA8AB; }

 p { color: rgb(223,168,171); }

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

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

 a { background-color: rgb(223,168,171); }

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

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

 span { border-color: rgb(223,168,171); }

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