#DEAAB1

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

Shades of Pale Chestnut #DEAAB1

Tints of Pale Chestnut #DEAAB1

Color information

#DEAAB1 (or 0xDEAAB1) is unknown color: approx Pale Chestnut. HEX triplet: DE, AA and B1. RGB value is (222,170,177). Sum of RGB (Red+Green+Blue) = 222+170+177=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 177 (69.53% from 255 or 31.11% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAAB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAAB1 is #21554E. Grayscale: #BABABA. Windows color (decimal): -2184527 or 11643614. OLE color: 11643614.

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

Color convert

RGB222170177-
CMYK00.230.200.13
HSL351.92º44.07%76.86%-
HSV(B)351.92º23.42%87.06%-
XYZ52.4347.4547.99-
YUV186.35122.73153.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.02%
GREEN value IS 170 (66.80% from 255) = 29.88%
BLUE value IS 177 (69.53% from 255) = 31.11%
R=39.02%
G=29.88%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217017700.230.200.13351.9244.0776.86
HexDEAAB101714D1602c4d
Octal336252261027241554054115
Binary1101111010101010101100010101111010011011011000001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAAB1; }

 p { color: rgb(222,170,177); }

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

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

 a { background-color: rgb(222,170,177); }

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

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

 span { border-color: rgb(222,170,177); }

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