#DBBBAD

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

Shades of Wafer #DBBBAD

Tints of Wafer #DBBBAD

Color information

#DBBBAD (or 0xDBBBAD) is unknown color: approx Wafer. HEX triplet: DB, BB and AD. RGB value is (219,187,173). Sum of RGB (Red+Green+Blue) = 219+187+173=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 187 (73.44% from 255 or 32.30% from 579); Blue value is 173 (67.97% from 255 or 29.88% from 579); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBBAD is #244452. Grayscale: #C3C3C3. Windows color (decimal): -2376787 or 11385819. OLE color: 11385819.

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

Color convert

RGB219187173-
CMYK00.150.210.14
HSL18.26º38.98%76.86%-
HSV(B)18.26º21%85.88%-
XYZ54.5353.6247.01-
YUV194.97115.6145.14-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.82%
GREEN value IS 187 (73.44% from 255) = 32.30%
BLUE value IS 173 (67.97% from 255) = 29.88%
R=37.82%
G=32.30%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918717300.150.210.1418.2638.9876.86
HexDBBBAD0F15E12274d
Octal33327325501725162247115
Binary11011011101110111010110101111101011110100101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBBAD; }

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

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

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

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

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

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

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

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