#DFADAF

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

Shades of Pale Chestnut #DFADAF

Tints of Pale Chestnut #DFADAF

Color information

#DFADAF (or 0xDFADAF) is unknown color: approx Pale Chestnut. HEX triplet: DF, AD and AF. RGB value is (223,173,175). Sum of RGB (Red+Green+Blue) = 223+173+175=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 223 - color contains mainly: red. Hex color #DFADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFADAF is #205250. Grayscale: #BCBCBC. Windows color (decimal): -2118225 or 11513311. OLE color: 11513311.

HSL color Cylindrical-coordinate representation of color #DFADAF: hue angle of 357.6º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFADAF is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB223173175-
CMYK00.220.220.13
HSL357.6º43.86%77.65%-
HSV(B)357.6º22.42%87.45%-
XYZ53.1148.6747.15-
YUV188.18120.56152.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.05%
GREEN value IS 173 (67.97% from 255) = 30.30%
BLUE value IS 175 (68.75% from 255) = 30.65%
R=39.05%
G=30.30%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317317500.220.220.13357.643.8677.65
HexDFADAF01616D1662c4e
Octal337255257026261554654116
Binary1101111110101101101011110101101011011011011001101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFADAF; }

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

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

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

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

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

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

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

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