#DEA6AA

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

Shades of Pale Chestnut #DEA6AA

Tints of Pale Chestnut #DEA6AA

Color information

#DEA6AA (or 0xDEA6AA) is unknown color: approx Pale Chestnut. HEX triplet: DE, A6 and AA. RGB value is (222,166,170). Sum of RGB (Red+Green+Blue) = 222+166+170=558 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.78% from 558); Green value is 166 (65.23% from 255 or 29.75% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA6AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA6AA is #215955. Grayscale: #B7B7B7. Windows color (decimal): -2185558 or 11183838. OLE color: 11183838.

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

Color convert

RGB222166170-
CMYK00.250.230.13
HSL355.71º45.9%76.08%-
HSV(B)355.71º25.23%87.06%-
XYZ51.0245.744.16-
YUV183.2120.55155.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.78%
GREEN value IS 166 (65.23% from 255) = 29.75%
BLUE value IS 170 (66.80% from 255) = 30.47%
R=39.78%
G=29.75%
B=30.47%

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
Decimal22216617000.250.230.13355.7145.976.08
HexDEA6AA01917D1642e4c
Octal336246252031271554456114
Binary1101111010100110101010100110011011111011011001001011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA6AA; }

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

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

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

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

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

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

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

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