#DEACB0

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

Shades of Pale Chestnut #DEACB0

Tints of Pale Chestnut #DEACB0

Color information

#DEACB0 (or 0xDEACB0) is unknown color: approx Pale Chestnut. HEX triplet: DE, AC and B0. RGB value is (222,172,176). Sum of RGB (Red+Green+Blue) = 222+172+176=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 176 (69.14% from 255 or 30.88% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DEACB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEACB0 is #21534F. Grayscale: #BBBBBB. Windows color (decimal): -2184016 or 11578590. OLE color: 11578590.

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

Color convert

RGB222172176-
CMYK00.230.210.13
HSL355.2º43.1%77.25%-
HSV(B)355.2º22.52%87.06%-
XYZ52.7148.1747.59-
YUV187.41121.56152.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.95%
GREEN value IS 172 (67.58% from 255) = 30.18%
BLUE value IS 176 (69.14% from 255) = 30.88%
R=38.95%
G=30.18%
B=30.88%

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
Decimal22217217600.230.210.13355.243.177.25
HexDEACB001715D1632b4d
Octal336254260027251554353115
Binary1101111010101100101100000101111010111011011000111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEACB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEACB0; }

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

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

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

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

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

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

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

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