#DFACB0

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

Shades of Pale Chestnut #DFACB0

Tints of Pale Chestnut #DFACB0

Color information

#DFACB0 (or 0xDFACB0) is unknown color: approx Pale Chestnut. HEX triplet: DF, AC and B0. RGB value is (223,172,176). Sum of RGB (Red+Green+Blue) = 223+172+176=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 176 (69.14% from 255 or 30.82% from 571); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFACB0 is #20534F. Grayscale: #BBBBBB. Windows color (decimal): -2118480 or 11578591. OLE color: 11578591.

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

Color convert

RGB223172176-
CMYK00.230.210.13
HSL355.29º44.35%77.45%-
HSV(B)355.29º22.87%87.45%-
XYZ53.0248.3347.61-
YUV187.7121.4153.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.05%
GREEN value IS 172 (67.58% from 255) = 30.12%
BLUE value IS 176 (69.14% from 255) = 30.82%
R=39.05%
G=30.12%
B=30.82%

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
Decimal22317217600.230.210.13355.2944.3577.45
HexDFACB001715D1632c4d
Octal337254260027251554354115
Binary1101111110101100101100000101111010111011011000111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFACB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFACB0; }

 p { color: rgb(223,172,176); }

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

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

 a { background-color: rgb(223,172,176); }

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

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

 span { border-color: rgb(223,172,176); }

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