#DEA6AE

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

Shades of Pale Chestnut #DEA6AE

Tints of Pale Chestnut #DEA6AE

Color information

#DEA6AE (or 0xDEA6AE) is unknown color: approx Pale Chestnut. HEX triplet: DE, A6 and AE. RGB value is (222,166,174). Sum of RGB (Red+Green+Blue) = 222+166+174=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 166 (65.23% from 255 or 29.54% from 562); Blue value is 174 (68.36% from 255 or 30.96% from 562); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA6AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA6AE is #215951. Grayscale: #B7B7B7. Windows color (decimal): -2185554 or 11445982. OLE color: 11445982.

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

Color convert

RGB222166174-
CMYK00.250.220.13
HSL351.43º45.9%76.08%-
HSV(B)351.43º25.23%87.06%-
XYZ51.445.8646.19-
YUV183.66122.55155.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.50%
GREEN value IS 166 (65.23% from 255) = 29.54%
BLUE value IS 174 (68.36% from 255) = 30.96%
R=39.50%
G=29.54%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216617400.250.220.13351.4345.976.08
HexDEA6AE01916D15f2e4c
Octal336246256031261553756114
Binary1101111010100110101011100110011011011011010111111011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA6AE; }

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

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

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

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

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

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

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

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