#debeb2

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

Shades of Wafer #DEBEB2

Tints of Wafer #DEBEB2

Color information

#DEBEB2 (or 0xDEBEB2) is unknown color: approx Wafer. HEX triplet: DE, BE and B2. RGB value is (222,190,178). Sum of RGB (Red+Green+Blue) = 222+190+178=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 178 (69.92% from 255 or 30.17% from 590); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBEB2 is #21414D. Grayscale: #C6C6C6. Windows color (decimal): -2179406 or 11714270. OLE color: 11714270.

HSL color Cylindrical-coordinate representation of color #DEBEB2: hue angle of 16.36º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEBEB2 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB222190178-
CMYK00.140.200.13
HSL16.36º40%78.43%-
HSV(B)16.36º19.82%87.06%-
XYZ56.5755.5749.86-
YUV198.2116.6144.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.63%
GREEN value IS 190 (74.61% from 255) = 32.20%
BLUE value IS 178 (69.92% from 255) = 30.17%
R=37.63%
G=32.20%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219017800.140.200.1316.364078.43
HexDEBEB20E14D10284e
Octal33627626201624152050116
Binary11011110101111101011001001110101001101100001010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #debeb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #debeb2; }

 p { color: rgb(222,190,178); }

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

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

 a { background-color: rgb(222,190,178); }

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

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

 span { border-color: rgb(222,190,178); }

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