#DEA9AA

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

Shades of Pale Chestnut #DEA9AA

Tints of Pale Chestnut #DEA9AA

Color information

#DEA9AA (or 0xDEA9AA) is unknown color: approx Pale Chestnut. HEX triplet: DE, A9 and AA. RGB value is (222,169,170). Sum of RGB (Red+Green+Blue) = 222+169+170=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 169 (66.41% from 255 or 30.12% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA9AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA9AA is #215655. Grayscale: #B9B9B9. Windows color (decimal): -2184790 or 11184606. OLE color: 11184606.

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

Color convert

RGB222169170-
CMYK00.240.230.13
HSL358.87º44.54%76.67%-
HSV(B)358.87º23.87%87.06%-
XYZ51.5746.8144.35-
YUV184.96119.56154.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.57%
GREEN value IS 169 (66.41% from 255) = 30.12%
BLUE value IS 170 (66.80% from 255) = 30.30%
R=39.57%
G=30.12%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216917000.240.230.13358.8744.5476.67
HexDEA9AA01817D1672d4d
Octal336251252030271554755115
Binary1101111010101001101010100110001011111011011001111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA9AA; }

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

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

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

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

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

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

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

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