#DFAEB0

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

Shades of Pale Chestnut #DFAEB0

Tints of Pale Chestnut #DFAEB0

Color information

#DFAEB0 (or 0xDFAEB0) is unknown color: approx Pale Chestnut. HEX triplet: DF, AE and B0. RGB value is (223,174,176). Sum of RGB (Red+Green+Blue) = 223+174+176=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 176 (69.14% from 255 or 30.72% from 573); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAEB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAEB0 is #20514F. Grayscale: #BCBCBC. Windows color (decimal): -2117968 or 11579103. OLE color: 11579103.

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

Color convert

RGB223174176-
CMYK00.220.210.13
HSL357.55º43.36%77.84%-
HSV(B)357.55º21.97%87.45%-
XYZ53.449.0947.74-
YUV188.88120.73152.34-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.92%
GREEN value IS 174 (68.36% from 255) = 30.37%
BLUE value IS 176 (69.14% from 255) = 30.72%
R=38.92%
G=30.37%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317417600.220.210.13357.5543.3677.84
HexDFAEB001615D1662b4e
Octal337256260026251554653116
Binary1101111110101110101100000101101010111011011001101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAEB0; }

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

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

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

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

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

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

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

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