#DBBDB0

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

Shades of Wafer #DBBDB0

Tints of Wafer #DBBDB0

Color information

#DBBDB0 (or 0xDBBDB0) is unknown color: approx Wafer. HEX triplet: DB, BD and B0. RGB value is (219,189,176). Sum of RGB (Red+Green+Blue) = 219+189+176=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 176 (69.14% from 255 or 30.14% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBDB0 is #24424F. Grayscale: #C4C4C4. Windows color (decimal): -2376272 or 11582939. OLE color: 11582939.

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

Color convert

RGB219189176-
CMYK00.140.200.14
HSL18.14º37.39%77.45%-
HSV(B)18.14º19.63%85.88%-
XYZ55.2554.5948.7-
YUV196.49116.44144.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.5%
GREEN value IS 189 (74.22% from 255) = 32.36%
BLUE value IS 176 (69.14% from 255) = 30.14%
R=37.5%
G=32.36%
B=30.14%

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
Decimal21918917600.140.200.1418.1437.3977.45
HexDBBDB00E14E12254d
Octal33327526001624162245115
Binary11011011101111011011000001110101001110100101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBDB0; }

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

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

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

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

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

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

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

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