#DEACAD

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

Shades of Pale Chestnut #DEACAD

Tints of Pale Chestnut #DEACAD

Color information

#DEACAD (or 0xDEACAD) is unknown color: approx Pale Chestnut. HEX triplet: DE, AC and AD. RGB value is (222,172,173). Sum of RGB (Red+Green+Blue) = 222+172+173=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 173 (67.97% from 255 or 30.51% from 567); Max value from RGB is 222 - color contains mainly: red. Hex color #DEACAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEACAD is #215352. Grayscale: #BBBBBB. Windows color (decimal): -2184019 or 11381982. OLE color: 11381982.

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

Color convert

RGB222172173-
CMYK00.230.220.13
HSL358.8º43.1%77.25%-
HSV(B)358.8º22.52%87.06%-
XYZ52.4248.0546.05-
YUV187.06120.06152.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.15%
GREEN value IS 172 (67.58% from 255) = 30.34%
BLUE value IS 173 (67.97% from 255) = 30.51%
R=39.15%
G=30.34%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217217300.230.220.13358.843.177.25
HexDEACAD01716D1672b4d
Octal336254255027261554753115
Binary1101111010101100101011010101111011011011011001111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEACAD; }

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

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

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

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

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

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

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

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