#DEBEB1

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

Shades of Wafer #DEBEB1

Tints of Wafer #DEBEB1

Color information

#DEBEB1 (or 0xDEBEB1) is unknown color: approx Wafer. HEX triplet: DE, BE and B1. RGB value is (222,190,177). Sum of RGB (Red+Green+Blue) = 222+190+177=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 177 (69.53% from 255 or 30.05% from 589); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBEB1 is #21414E. Grayscale: #C6C6C6. Windows color (decimal): -2179407 or 11648734. OLE color: 11648734.

HSL color Cylindrical-coordinate representation of color #DEBEB1: hue angle of 17.33º degrees, saturation: 0.41, 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 #DEBEB1 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB222190177-
CMYK00.140.200.13
HSL17.33º40.54%78.24%-
HSV(B)17.33º20.27%87.06%-
XYZ56.4755.5349.34-
YUV198.09116.1145.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.69%
GREEN value IS 190 (74.61% from 255) = 32.26%
BLUE value IS 177 (69.53% from 255) = 30.05%
R=37.69%
G=32.26%
B=30.05%

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
Decimal22219017700.140.200.1317.3340.5478.24
HexDEBEB10E14D11294e
Octal33627626101624152151116
Binary11011110101111101011000101110101001101100011010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBEB1; }

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

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

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

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

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

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

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

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