#DEABAC

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

Shades of Pale Chestnut #DEABAC

Tints of Pale Chestnut #DEABAC

Color information

#DEABAC (or 0xDEABAC) is unknown color: approx Pale Chestnut. HEX triplet: DE, AB and AC. RGB value is (222,171,172). Sum of RGB (Red+Green+Blue) = 222+171+172=565 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.29% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 172 (67.58% from 255 or 30.44% from 565); Max value from RGB is 222 - color contains mainly: red. Hex color #DEABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEABAC is #215453. Grayscale: #BABABA. Windows color (decimal): -2184276 or 11316190. OLE color: 11316190.

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

Color convert

RGB222171172-
CMYK00.230.230.13
HSL358.82º43.59%77.06%-
HSV(B)358.82º22.97%87.06%-
XYZ52.1347.6345.48-
YUV186.36119.9153.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.29%
GREEN value IS 171 (67.19% from 255) = 30.27%
BLUE value IS 172 (67.58% from 255) = 30.44%
R=39.29%
G=30.27%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217117200.230.230.13358.8243.5977.06
HexDEABAC01717D1672c4d
Octal336253254027271554754115
Binary1101111010101011101011000101111011111011011001111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEABAC; }

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

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

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

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

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

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

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

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