#DEB9AB

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

Shades of Wafer #DEB9AB

Tints of Wafer #DEB9AB

Color information

#DEB9AB (or 0xDEB9AB) is unknown color: approx Wafer. HEX triplet: DE, B9 and AB. RGB value is (222,185,171). Sum of RGB (Red+Green+Blue) = 222+185+171=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 185 (72.66% from 255 or 32.01% from 578); Blue value is 171 (67.19% from 255 or 29.58% from 578); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB9AB is #214654. Grayscale: #C2C2C2. Windows color (decimal): -2180693 or 11254238. OLE color: 11254238.

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

Color convert

RGB222185171-
CMYK00.170.230.13
HSL16.47º43.59%77.06%-
HSV(B)16.47º22.97%87.06%-
XYZ54.8253.1745.9-
YUV194.47114.76147.64-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.41%
GREEN value IS 185 (72.66% from 255) = 32.01%
BLUE value IS 171 (67.19% from 255) = 29.58%
R=38.41%
G=32.01%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218517100.170.230.1316.4743.5977.06
HexDEB9AB01117D102c4d
Octal33627125302127152054115
Binary110111101011100110101011010001101111101100001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB9AB; }

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

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

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

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

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

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

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

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