#DEA9AE

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

Shades of Pale Chestnut #DEA9AE

Tints of Pale Chestnut #DEA9AE

Color information

#DEA9AE (or 0xDEA9AE) is unknown color: approx Pale Chestnut. HEX triplet: DE, A9 and AE. RGB value is (222,169,174). Sum of RGB (Red+Green+Blue) = 222+169+174=565 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.29% from 565); Green value is 169 (66.41% from 255 or 29.91% from 565); Blue value is 174 (68.36% from 255 or 30.80% from 565); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA9AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA9AE is #215651. Grayscale: #B9B9B9. Windows color (decimal): -2184786 or 11446750. OLE color: 11446750.

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

Color convert

RGB222169174-
CMYK00.240.220.13
HSL354.34º44.54%76.67%-
HSV(B)354.34º23.87%87.06%-
XYZ51.9546.9646.37-
YUV185.42121.56154.09-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.29%
GREEN value IS 169 (66.41% from 255) = 29.91%
BLUE value IS 174 (68.36% from 255) = 30.80%
R=39.29%
G=29.91%
B=30.80%

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
Decimal22216917400.240.220.13354.3444.5476.67
HexDEA9AE01816D1622d4d
Octal336251256030261554255115
Binary1101111010101001101011100110001011011011011000101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA9AE; }

 p { color: rgb(222,169,174); }

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

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

 a { background-color: rgb(222,169,174); }

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

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

 span { border-color: rgb(222,169,174); }

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