#DEBAAD

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

Shades of Wafer #DEBAAD

Tints of Wafer #DEBAAD

Color information

#DEBAAD (or 0xDEBAAD) is unknown color: approx Wafer. HEX triplet: DE, BA and AD. RGB value is (222,186,173). Sum of RGB (Red+Green+Blue) = 222+186+173=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 173 (67.97% from 255 or 29.78% from 581); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBAAD is #214552. Grayscale: #C3C3C3. Windows color (decimal): -2180435 or 11385566. OLE color: 11385566.

HSL color Cylindrical-coordinate representation of color #DEBAAD: hue angle of 15.92º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEBAAD is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB222186173-
CMYK00.160.220.13
HSL15.92º42.61%77.45%-
HSV(B)15.92º22.07%87.06%-
XYZ55.2353.6646.98-
YUV195.28115.43147.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.21%
GREEN value IS 186 (73.05% from 255) = 32.01%
BLUE value IS 173 (67.97% from 255) = 29.78%
R=38.21%
G=32.01%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218617300.160.220.1315.9242.6177.45
HexDEBAAD01016D102b4d
Octal33627225502026152053115
Binary110111101011101010101101010000101101101100001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBAAD; }

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

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

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

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

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

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

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

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