#DEA8A9

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

Shades of Pale Chestnut #DEA8A9

Tints of Pale Chestnut #DEA8A9

Color information

#DEA8A9 (or 0xDEA8A9) is unknown color: approx Pale Chestnut. HEX triplet: DE, A8 and A9. RGB value is (222,168,169). Sum of RGB (Red+Green+Blue) = 222+168+169=559 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.71% from 559); Green value is 168 (66.02% from 255 or 30.05% from 559); Blue value is 169 (66.41% from 255 or 30.23% from 559); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA8A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA8A9 is #215756. Grayscale: #B8B8B8. Windows color (decimal): -2185047 or 11118814. OLE color: 11118814.

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

Color convert

RGB222168169-
CMYK00.240.240.13
HSL358.89º45%76.47%-
HSV(B)358.89º24.32%87.06%-
XYZ51.2946.443.79-
YUV184.26119.39154.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.71%
GREEN value IS 168 (66.02% from 255) = 30.05%
BLUE value IS 169 (66.41% from 255) = 30.23%
R=39.71%
G=30.05%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216816900.240.240.13358.894576.47
HexDEA8A901818D1672d4c
Octal336250251030301554755114
Binary1101111010101000101010010110001100011011011001111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA8A9; }

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

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

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

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

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

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

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

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