#DFABAD

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

Shades of Pale Chestnut #DFABAD

Tints of Pale Chestnut #DFABAD

Color information

#DFABAD (or 0xDFABAD) is unknown color: approx Pale Chestnut. HEX triplet: DF, AB and AD. RGB value is (223,171,173). Sum of RGB (Red+Green+Blue) = 223+171+173=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 173 (67.97% from 255 or 30.51% from 567); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFABAD is #205452. Grayscale: #BABABA. Windows color (decimal): -2118739 or 11381727. OLE color: 11381727.

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

Color convert

RGB223171173-
CMYK00.230.220.13
HSL357.69º44.83%77.25%-
HSV(B)357.69º23.32%87.45%-
XYZ52.5447.8346-
YUV186.78120.23153.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.33%
GREEN value IS 171 (67.19% from 255) = 30.16%
BLUE value IS 173 (67.97% from 255) = 30.51%
R=39.33%
G=30.16%
B=30.51%

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
Decimal22317117300.230.220.13357.6944.8377.25
HexDFABAD01716D1662d4d
Octal337253255027261554655115
Binary1101111110101011101011010101111011011011011001101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFABAD; }

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

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

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

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

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

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

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

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