#DBBCB1

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

Shades of Wafer #DBBCB1

Tints of Wafer #DBBCB1

Color information

#DBBCB1 (or 0xDBBCB1) is unknown color: approx Wafer. HEX triplet: DB, BC and B1. RGB value is (219,188,177). Sum of RGB (Red+Green+Blue) = 219+188+177=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 177 (69.53% from 255 or 30.31% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBCB1 is #24434E. Grayscale: #C4C4C4. Windows color (decimal): -2376527 or 11648219. OLE color: 11648219.

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

Color convert

RGB219188177-
CMYK00.140.190.14
HSL15.71º36.84%77.65%-
HSV(B)15.71º19.18%85.88%-
XYZ55.1354.249.15-
YUV196.02117.27144.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.5%
GREEN value IS 188 (73.83% from 255) = 32.19%
BLUE value IS 177 (69.53% from 255) = 30.31%
R=37.5%
G=32.19%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918817700.140.190.1415.7136.8477.65
HexDBBCB10E13E10254e
Octal33327426101623162045116
Binary11011011101111001011000101110100111110100001001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBCB1; }

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

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

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

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

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

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

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

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