#DEBDB0

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

Shades of Wafer #DEBDB0

Tints of Wafer #DEBDB0

Color information

#DEBDB0 (or 0xDEBDB0) is unknown color: approx Wafer. HEX triplet: DE, BD and B0. RGB value is (222,189,176). Sum of RGB (Red+Green+Blue) = 222+189+176=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 176 (69.14% from 255 or 29.98% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBDB0 is #21424F. Grayscale: #C5C5C5. Windows color (decimal): -2179664 or 11582942. OLE color: 11582942.

HSL color Cylindrical-coordinate representation of color #DEBDB0: hue angle of 16.96º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEBDB0 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB222189176-
CMYK00.150.210.13
HSL16.96º41.07%78.04%-
HSV(B)16.96º20.72%87.06%-
XYZ56.1655.0648.74-
YUV197.38115.93145.56-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.82%
GREEN value IS 189 (74.22% from 255) = 32.20%
BLUE value IS 176 (69.14% from 255) = 29.98%
R=37.82%
G=32.20%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218917600.150.210.1316.9641.0778.04
HexDEBDB00F15D11294e
Octal33627526001725152151116
Binary11011110101111011011000001111101011101100011010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBDB0; }

 p { color: rgb(222,189,176); }

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

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

 a { background-color: rgb(222,189,176); }

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

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

 span { border-color: rgb(222,189,176); }

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