#DFAAAE

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

Shades of Pale Chestnut #DFAAAE

Tints of Pale Chestnut #DFAAAE

Color information

#DFAAAE (or 0xDFAAAE) is unknown color: approx Pale Chestnut. HEX triplet: DF, AA and AE. RGB value is (223,170,174). Sum of RGB (Red+Green+Blue) = 223+170+174=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 174 (68.36% from 255 or 30.69% from 567); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAAAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAAAE is #205551. Grayscale: #BABABA. Windows color (decimal): -2118994 or 11447007. OLE color: 11447007.

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

Color convert

RGB223170174-
CMYK00.240.220.13
HSL355.47º45.3%77.06%-
HSV(B)355.47º23.77%87.45%-
XYZ52.4547.4946.45-
YUV186.3121.06154.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.33%
GREEN value IS 170 (66.80% from 255) = 29.98%
BLUE value IS 174 (68.36% from 255) = 30.69%
R=39.33%
G=29.98%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317017400.240.220.13355.4745.377.06
HexDFAAAE01816D1632d4d
Octal337252256030261554355115
Binary1101111110101010101011100110001011011011011000111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAAAE; }

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

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

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

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

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

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

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

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