#DBBBB1

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

Shades of Wafer #DBBBB1

Tints of Wafer #DBBBB1

Color information

#DBBBB1 (or 0xDBBBB1) is unknown color: approx Wafer. HEX triplet: DB, BB and B1. RGB value is (219,187,177). Sum of RGB (Red+Green+Blue) = 219+187+177=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 177 (69.53% from 255 or 30.36% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBBB1 is #24444E. Grayscale: #C3C3C3. Windows color (decimal): -2376783 or 11647963. OLE color: 11647963.

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

Color convert

RGB219187177-
CMYK00.150.190.14
HSL14.29º36.84%77.65%-
HSV(B)14.29º19.18%85.88%-
XYZ54.9253.7849.08-
YUV195.43117.6144.81-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.56%
GREEN value IS 187 (73.44% from 255) = 32.08%
BLUE value IS 177 (69.53% from 255) = 30.36%
R=37.56%
G=32.08%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918717700.150.190.1414.2936.8477.65
HexDBBBB10F13Ee254e
Octal33327326101723161645116
Binary1101101110111011101100010111110011111011101001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBBB1; }

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

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

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

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

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

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

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

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