#DEBDB1

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

Shades of Wafer #DEBDB1

Tints of Wafer #DEBDB1

Color information

#DEBDB1 (or 0xDEBDB1) is unknown color: approx Wafer. HEX triplet: DE, BD and B1. RGB value is (222,189,177). Sum of RGB (Red+Green+Blue) = 222+189+177=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 177 (69.53% from 255 or 30.10% from 588); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBDB1 is #21424E. Grayscale: #C5C5C5. Windows color (decimal): -2179663 or 11648478. OLE color: 11648478.

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

Color convert

RGB222189177-
CMYK00.150.200.13
HSL16º40.54%78.24%-
HSV(B)16º20.27%87.06%-
XYZ56.2655.149.27-
YUV197.5116.43145.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.76%
GREEN value IS 189 (74.22% from 255) = 32.14%
BLUE value IS 177 (69.53% from 255) = 30.10%
R=37.76%
G=32.14%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218917700.150.200.131640.5478.24
HexDEBDB10F14D10294e
Octal33627526101724152051116
Binary11011110101111011011000101111101001101100001010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBDB1; }

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

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

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

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

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

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

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

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