#DFADAE

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

Shades of Pale Chestnut #DFADAE

Tints of Pale Chestnut #DFADAE

Color information

#DFADAE (or 0xDFADAE) is unknown color: approx Pale Chestnut. HEX triplet: DF, AD and AE. RGB value is (223,173,174). Sum of RGB (Red+Green+Blue) = 223+173+174=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 174 (68.36% from 255 or 30.53% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DFADAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFADAE is #205251. Grayscale: #BCBCBC. Windows color (decimal): -2118226 or 11447775. OLE color: 11447775.

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

Color convert

RGB223173174-
CMYK00.220.220.13
HSL358.8º43.86%77.65%-
HSV(B)358.8º22.42%87.45%-
XYZ53.0148.6346.64-
YUV188.06120.06152.92-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.12%
GREEN value IS 173 (67.97% from 255) = 30.35%
BLUE value IS 174 (68.36% from 255) = 30.53%
R=39.12%
G=30.35%
B=30.53%

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
Decimal22317317400.220.220.13358.843.8677.65
HexDFADAE01616D1672c4e
Octal337255256026261554754116
Binary1101111110101101101011100101101011011011011001111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFADAE; }

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

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

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

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

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

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

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

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