#DEA9B0

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

Shades of Pale Chestnut #DEA9B0

Tints of Pale Chestnut #DEA9B0

Color information

#DEA9B0 (or 0xDEA9B0) is unknown color: approx Pale Chestnut. HEX triplet: DE, A9 and B0. RGB value is (222,169,176). Sum of RGB (Red+Green+Blue) = 222+169+176=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 169 (66.41% from 255 or 29.81% from 567); Blue value is 176 (69.14% from 255 or 31.04% from 567); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA9B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA9B0 is #21564F. Grayscale: #B9B9B9. Windows color (decimal): -2184784 or 11577822. OLE color: 11577822.

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

Color convert

RGB222169176-
CMYK00.240.210.13
HSL352.08º44.54%76.67%-
HSV(B)352.08º23.87%87.06%-
XYZ52.1547.0447.41-
YUV185.64122.56153.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.15%
GREEN value IS 169 (66.41% from 255) = 29.81%
BLUE value IS 176 (69.14% from 255) = 31.04%
R=39.15%
G=29.81%
B=31.04%

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
Decimal22216917600.240.210.13352.0844.5476.67
HexDEA9B001815D1602d4d
Octal336251260030251554055115
Binary1101111010101001101100000110001010111011011000001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA9B0; }

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

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

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

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

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

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

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

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