#DFABAE

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

Shades of Pale Chestnut #DFABAE

Tints of Pale Chestnut #DFABAE

Color information

#DFABAE (or 0xDFABAE) is unknown color: approx Pale Chestnut. HEX triplet: DF, AB and AE. RGB value is (223,171,174). Sum of RGB (Red+Green+Blue) = 223+171+174=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 174 (68.36% from 255 or 30.63% from 568); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFABAE is #205451. Grayscale: #BABABA. Windows color (decimal): -2118738 or 11447263. OLE color: 11447263.

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

Color convert

RGB223171174-
CMYK00.230.220.13
HSL356.54º44.83%77.25%-
HSV(B)356.54º23.32%87.45%-
XYZ52.6347.8746.51-
YUV186.89120.73153.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.26%
GREEN value IS 171 (67.19% from 255) = 30.11%
BLUE value IS 174 (68.36% from 255) = 30.63%
R=39.26%
G=30.11%
B=30.63%

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
Decimal22317117400.230.220.13356.5444.8377.25
HexDFABAE01716D1652d4d
Octal337253256027261554555115
Binary1101111110101011101011100101111011011011011001011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFABAE; }

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

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

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

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

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

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

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

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