#DFA2AE

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

Shades of Pale Chestnut #DFA2AE

Tints of Pale Chestnut #DFA2AE

Color information

#DFA2AE (or 0xDFA2AE) is unknown color: approx Pale Chestnut. HEX triplet: DF, A2 and AE. RGB value is (223,162,174). Sum of RGB (Red+Green+Blue) = 223+162+174=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 162 (63.67% from 255 or 28.98% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA2AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA2AE is #205D51. Grayscale: #B5B5B5. Windows color (decimal): -2121042 or 11444959. OLE color: 11444959.

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

Color convert

RGB223162174-
CMYK00.270.220.13
HSL348.2º48.8%75.49%-
HSV(B)348.2º27.35%87.45%-
XYZ50.9944.5845.96-
YUV181.61123.71157.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.89%
GREEN value IS 162 (63.67% from 255) = 28.98%
BLUE value IS 174 (68.36% from 255) = 31.13%
R=39.89%
G=28.98%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316217400.270.220.13348.248.875.49
HexDFA2AE01B16D15c314b
Octal337242256033261553461113
Binary1101111110100010101011100110111011011011010111001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA2AE; }

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

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

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

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

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

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

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

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