#DFA3AB

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

Shades of Pale Chestnut #DFA3AB

Tints of Pale Chestnut #DFA3AB

Color information

#DFA3AB (or 0xDFA3AB) is unknown color: approx Pale Chestnut. HEX triplet: DF, A3 and AB. RGB value is (223,163,171). Sum of RGB (Red+Green+Blue) = 223+163+171=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 163 (64.06% from 255 or 29.26% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA3AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA3AB is #205C54. Grayscale: #B5B5B5. Windows color (decimal): -2120789 or 11248607. OLE color: 11248607.

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

Color convert

RGB223163171-
CMYK00.270.230.13
HSL352º48.39%75.69%-
HSV(B)352º26.91%87.45%-
XYZ50.8844.8244.5-
YUV181.85121.88157.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.04%
GREEN value IS 163 (64.06% from 255) = 29.26%
BLUE value IS 171 (67.19% from 255) = 30.70%
R=40.04%
G=29.26%
B=30.70%

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
Decimal22316317100.270.230.1335248.3975.69
HexDFA3AB01B17D160304c
Octal337243253033271554060114
Binary1101111110100011101010110110111011111011011000001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA3AB; }

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

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

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

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

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

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

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

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