#DBBEB1

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

Shades of Wafer #DBBEB1

Tints of Wafer #DBBEB1

Color information

#DBBEB1 (or 0xDBBEB1) is unknown color: approx Wafer. HEX triplet: DB, BE and B1. RGB value is (219,190,177). Sum of RGB (Red+Green+Blue) = 219+190+177=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 177 (69.53% from 255 or 30.20% from 586); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBEB1 is #24414E. Grayscale: #C5C5C5. Windows color (decimal): -2376015 or 11648731. OLE color: 11648731.

HSL color Cylindrical-coordinate representation of color #DBBEB1: hue angle of 18.57º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBBEB1 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB219190177-
CMYK00.130.190.14
HSL18.57º36.84%77.65%-
HSV(B)18.57º19.18%85.88%-
XYZ55.5655.0649.29-
YUV197.19116.61143.56-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.37%
GREEN value IS 190 (74.61% from 255) = 32.42%
BLUE value IS 177 (69.53% from 255) = 30.20%
R=37.37%
G=32.42%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919017700.130.190.1418.5736.8477.65
HexDBBEB10D13E13254e
Octal33327626101523162345116
Binary11011011101111101011000101101100111110100111001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBEB1; }

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

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

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

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

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

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

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

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