#DBBCB0

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

Shades of Wafer #DBBCB0

Tints of Wafer #DBBCB0

Color information

#DBBCB0 (or 0xDBBCB0) is unknown color: approx Wafer. HEX triplet: DB, BC and B0. RGB value is (219,188,176). Sum of RGB (Red+Green+Blue) = 219+188+176=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 176 (69.14% from 255 or 30.19% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBCB0 is #24434F. Grayscale: #C3C3C3. Windows color (decimal): -2376528 or 11582683. OLE color: 11582683.

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

Color convert

RGB219188176-
CMYK00.140.200.14
HSL16.74º37.39%77.45%-
HSV(B)16.74º19.63%85.88%-
XYZ55.0354.1648.63-
YUV195.9116.77144.48-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.56%
GREEN value IS 188 (73.83% from 255) = 32.25%
BLUE value IS 176 (69.14% from 255) = 30.19%
R=37.56%
G=32.25%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918817600.140.200.1416.7437.3977.45
HexDBBCB00E14E11254d
Octal33327426001624162145115
Binary11011011101111001011000001110101001110100011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBCB0; }

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

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

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

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

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

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

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

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