#DEA5AA

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

Shades of Pale Chestnut #DEA5AA

Tints of Pale Chestnut #DEA5AA

Color information

#DEA5AA (or 0xDEA5AA) is unknown color: approx Pale Chestnut. HEX triplet: DE, A5 and AA. RGB value is (222,165,170). Sum of RGB (Red+Green+Blue) = 222+165+170=557 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.86% from 557); Green value is 165 (64.84% from 255 or 29.62% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA5AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA5AA is #215A55. Grayscale: #B6B6B6. Windows color (decimal): -2185814 or 11183582. OLE color: 11183582.

HSL color Cylindrical-coordinate representation of color #DEA5AA: hue angle of 354.74º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEA5AA is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB222165170-
CMYK00.260.230.13
HSL354.74º46.34%75.88%-
HSV(B)354.74º25.68%87.06%-
XYZ50.8445.3444.1-
YUV182.61120.88156.09-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.86%
GREEN value IS 165 (64.84% from 255) = 29.62%
BLUE value IS 170 (66.80% from 255) = 30.52%
R=39.86%
G=29.62%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216517000.260.230.13354.7446.3475.88
HexDEA5AA01A17D1632e4c
Octal336245252032271554356114
Binary1101111010100101101010100110101011111011011000111011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA5AA; }

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

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

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

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

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

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

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

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