#DEA7AA

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

Shades of Pale Chestnut #DEA7AA

Tints of Pale Chestnut #DEA7AA

Color information

#DEA7AA (or 0xDEA7AA) is unknown color: approx Pale Chestnut. HEX triplet: DE, A7 and AA. RGB value is (222,167,170). Sum of RGB (Red+Green+Blue) = 222+167+170=559 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.71% from 559); Green value is 167 (65.62% from 255 or 29.87% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA7AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA7AA is #215855. Grayscale: #B7B7B7. Windows color (decimal): -2185302 or 11184094. OLE color: 11184094.

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

Color convert

RGB222167170-
CMYK00.250.230.13
HSL356.73º45.45%76.27%-
HSV(B)356.73º24.77%87.06%-
XYZ51.246.0744.22-
YUV183.79120.22155.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.71%
GREEN value IS 167 (65.62% from 255) = 29.87%
BLUE value IS 170 (66.80% from 255) = 30.41%
R=39.71%
G=29.87%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216717000.250.230.13356.7345.4576.27
HexDEA7AA01917D1652d4c
Octal336247252031271554555114
Binary1101111010100111101010100110011011111011011001011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA7AA; }

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

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

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

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

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

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

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

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