#DEAAAE

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

Shades of Pale Chestnut #DEAAAE

Tints of Pale Chestnut #DEAAAE

Color information

#DEAAAE (or 0xDEAAAE) is unknown color: approx Pale Chestnut. HEX triplet: DE, AA and AE. RGB value is (222,170,174). Sum of RGB (Red+Green+Blue) = 222+170+174=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 174 (68.36% from 255 or 30.74% from 566); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAAAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAAAE is #215551. Grayscale: #BABABA. Windows color (decimal): -2184530 or 11447006. OLE color: 11447006.

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

Color convert

RGB222170174-
CMYK00.230.220.13
HSL355.38º44.07%76.86%-
HSV(B)355.38º23.42%87.06%-
XYZ52.1447.3446.43-
YUV186121.23153.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.22%
GREEN value IS 170 (66.80% from 255) = 30.04%
BLUE value IS 174 (68.36% from 255) = 30.74%
R=39.22%
G=30.04%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217017400.230.220.13355.3844.0776.86
HexDEAAAE01716D1632c4d
Octal336252256027261554354115
Binary1101111010101010101011100101111011011011011000111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAAAE; }

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

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

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

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

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

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

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

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