#DEA8AA

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

Shades of Pale Chestnut #DEA8AA

Tints of Pale Chestnut #DEA8AA

Color information

#DEA8AA (or 0xDEA8AA) is unknown color: approx Pale Chestnut. HEX triplet: DE, A8 and AA. RGB value is (222,168,170). Sum of RGB (Red+Green+Blue) = 222+168+170=560 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.64% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA8AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA8AA is #215755. Grayscale: #B8B8B8. Windows color (decimal): -2185046 or 11184350. OLE color: 11184350.

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

Color convert

RGB222168170-
CMYK00.240.230.13
HSL357.78º45%76.47%-
HSV(B)357.78º24.32%87.06%-
XYZ51.3846.4444.29-
YUV184.37119.89154.84-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.64%
GREEN value IS 168 (66.02% from 255) = 30%
BLUE value IS 170 (66.80% from 255) = 30.36%
R=39.64%
G=30%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216817000.240.230.13357.784576.47
HexDEA8AA01817D1662d4c
Octal336250252030271554655114
Binary1101111010101000101010100110001011111011011001101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA8AA; }

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

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

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

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

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

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

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

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