#DFABAF

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

Shades of Pale Chestnut #DFABAF

Tints of Pale Chestnut #DFABAF

Color information

#DFABAF (or 0xDFABAF) is unknown color: approx Pale Chestnut. HEX triplet: DF, AB and AF. RGB value is (223,171,175). Sum of RGB (Red+Green+Blue) = 223+171+175=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFABAF is #205450. Grayscale: #BBBBBB. Windows color (decimal): -2118737 or 11512799. OLE color: 11512799.

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

Color convert

RGB223171175-
CMYK00.230.220.13
HSL355.38º44.83%77.25%-
HSV(B)355.38º23.32%87.45%-
XYZ52.7347.9147.03-
YUV187121.23153.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.19%
GREEN value IS 171 (67.19% from 255) = 30.05%
BLUE value IS 175 (68.75% from 255) = 30.76%
R=39.19%
G=30.05%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317117500.230.220.13355.3844.8377.25
HexDFABAF01716D1632d4d
Octal337253257027261554355115
Binary1101111110101011101011110101111011011011011000111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFABAF; }

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

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

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

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

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

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

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

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