#DEA9AF

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

Shades of Pale Chestnut #DEA9AF

Tints of Pale Chestnut #DEA9AF

Color information

#DEA9AF (or 0xDEA9AF) is unknown color: approx Pale Chestnut. HEX triplet: DE, A9 and AF. RGB value is (222,169,175). Sum of RGB (Red+Green+Blue) = 222+169+175=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 169 (66.41% from 255 or 29.86% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA9AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA9AF is #215650. Grayscale: #B9B9B9. Windows color (decimal): -2184785 or 11512286. OLE color: 11512286.

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

Color convert

RGB222169175-
CMYK00.240.210.13
HSL353.21º44.54%76.67%-
HSV(B)353.21º23.87%87.06%-
XYZ52.054746.89-
YUV185.53122.06154.01-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.22%
GREEN value IS 169 (66.41% from 255) = 29.86%
BLUE value IS 175 (68.75% from 255) = 30.92%
R=39.22%
G=29.86%
B=30.92%

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
Decimal22216917500.240.210.13353.2144.5476.67
HexDEA9AF01815D1612d4d
Octal336251257030251554155115
Binary1101111010101001101011110110001010111011011000011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA9AF; }

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

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

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

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

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

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

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

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