#DEA7AF

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

Shades of Pale Chestnut #DEA7AF

Tints of Pale Chestnut #DEA7AF

Color information

#DEA7AF (or 0xDEA7AF) is unknown color: approx Pale Chestnut. HEX triplet: DE, A7 and AF. RGB value is (222,167,175). Sum of RGB (Red+Green+Blue) = 222+167+175=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 167 (65.62% from 255 or 29.61% from 564); Blue value is 175 (68.75% from 255 or 31.03% from 564); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA7AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA7AF is #215850. Grayscale: #B8B8B8. Windows color (decimal): -2185297 or 11511774. OLE color: 11511774.

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

Color convert

RGB222167175-
CMYK00.250.210.13
HSL351.27º45.45%76.27%-
HSV(B)351.27º24.77%87.06%-
XYZ51.6846.2646.76-
YUV184.36122.72154.85-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.36%
GREEN value IS 167 (65.62% from 255) = 29.61%
BLUE value IS 175 (68.75% from 255) = 31.03%
R=39.36%
G=29.61%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216717500.250.210.13351.2745.4576.27
HexDEA7AF01915D15f2d4c
Octal336247257031251553755114
Binary1101111010100111101011110110011010111011010111111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA7AF; }

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

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

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

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

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

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

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

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