#DEA8AF

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

Shades of Pale Chestnut #DEA8AF

Tints of Pale Chestnut #DEA8AF

Color information

#DEA8AF (or 0xDEA8AF) is unknown color: approx Pale Chestnut. HEX triplet: DE, A8 and AF. RGB value is (222,168,175). Sum of RGB (Red+Green+Blue) = 222+168+175=565 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.29% from 565); Green value is 168 (66.02% from 255 or 29.73% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA8AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA8AF is #215750. Grayscale: #B8B8B8. Windows color (decimal): -2185041 or 11512030. OLE color: 11512030.

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

Color convert

RGB222168175-
CMYK00.240.210.13
HSL352.22º45%76.47%-
HSV(B)352.22º24.32%87.06%-
XYZ51.8646.6346.82-
YUV184.94122.39154.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.29%
GREEN value IS 168 (66.02% from 255) = 29.73%
BLUE value IS 175 (68.75% from 255) = 30.97%
R=39.29%
G=29.73%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216817500.240.210.13352.224576.47
HexDEA8AF01815D1602d4c
Octal336250257030251554055114
Binary1101111010101000101011110110001010111011011000001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA8AF; }

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

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

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

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

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

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

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

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