#DEABB0

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

Shades of Pale Chestnut #DEABB0

Tints of Pale Chestnut #DEABB0

Color information

#DEABB0 (or 0xDEABB0) is unknown color: approx Pale Chestnut. HEX triplet: DE, AB and B0. RGB value is (222,171,176). Sum of RGB (Red+Green+Blue) = 222+171+176=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 176 (69.14% from 255 or 30.93% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DEABB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEABB0 is #21544F. Grayscale: #BABABA. Windows color (decimal): -2184272 or 11578334. OLE color: 11578334.

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

Color convert

RGB222171176-
CMYK00.230.210.13
HSL354.12º43.59%77.06%-
HSV(B)354.12º22.97%87.06%-
XYZ52.5247.7947.53-
YUV186.82121.9153.09-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.02%
GREEN value IS 171 (67.19% from 255) = 30.05%
BLUE value IS 176 (69.14% from 255) = 30.93%
R=39.02%
G=30.05%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217117600.230.210.13354.1243.5977.06
HexDEABB001715D1622c4d
Octal336253260027251554254115
Binary1101111010101011101100000101111010111011011000101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEABB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEABB0; }

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

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

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

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

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

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

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

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