#DEA4AA

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

Shades of Pale Chestnut #DEA4AA

Tints of Pale Chestnut #DEA4AA

Color information

#DEA4AA (or 0xDEA4AA) is unknown color: approx Pale Chestnut. HEX triplet: DE, A4 and AA. RGB value is (222,164,170). Sum of RGB (Red+Green+Blue) = 222+164+170=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 164 (64.45% from 255 or 29.50% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA4AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA4AA is #215B55. Grayscale: #B6B6B6. Windows color (decimal): -2186070 or 11183326. OLE color: 11183326.

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

Color convert

RGB222164170-
CMYK00.260.230.13
HSL353.79º46.77%75.69%-
HSV(B)353.79º26.13%87.06%-
XYZ50.6644.9844.04-
YUV182.03121.22156.51-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.93%
GREEN value IS 164 (64.45% from 255) = 29.50%
BLUE value IS 170 (66.80% from 255) = 30.58%
R=39.93%
G=29.50%
B=30.58%

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
Decimal22216417000.260.230.13353.7946.7775.69
HexDEA4AA01A17D1622f4c
Octal336244252032271554257114
Binary1101111010100100101010100110101011111011011000101011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA4AA; }

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

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

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

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

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

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

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

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