#DEA8AC

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

Shades of Pale Chestnut #DEA8AC

Tints of Pale Chestnut #DEA8AC

Color information

#DEA8AC (or 0xDEA8AC) is unknown color: approx Pale Chestnut. HEX triplet: DE, A8 and AC. RGB value is (222,168,172). Sum of RGB (Red+Green+Blue) = 222+168+172=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 168 (66.02% from 255 or 29.89% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA8AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA8AC is #215753. Grayscale: #B8B8B8. Windows color (decimal): -2185044 or 11315422. OLE color: 11315422.

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

Color convert

RGB222168172-
CMYK00.240.230.13
HSL355.56º45%76.47%-
HSV(B)355.56º24.32%87.06%-
XYZ51.5746.5145.29-
YUV184.6120.89154.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.50%
GREEN value IS 168 (66.02% from 255) = 29.89%
BLUE value IS 172 (67.58% from 255) = 30.60%
R=39.50%
G=29.89%
B=30.60%

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
Decimal22216817200.240.230.13355.564576.47
HexDEA8AC01817D1642d4c
Octal336250254030271554455114
Binary1101111010101000101011000110001011111011011001001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA8AC; }

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

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

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

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

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

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

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

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