#DBBDB2

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

Shades of Wafer #DBBDB2

Tints of Wafer #DBBDB2

Color information

#DBBDB2 (or 0xDBBDB2) is unknown color: approx Wafer. HEX triplet: DB, BD and B2. RGB value is (219,189,178). Sum of RGB (Red+Green+Blue) = 219+189+178=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 178 (69.92% from 255 or 30.38% from 586); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBDB2 is #24424D. Grayscale: #C4C4C4. Windows color (decimal): -2376270 or 11714011. OLE color: 11714011.

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

Color convert

RGB219189178-
CMYK00.140.190.14
HSL16.1º36.28%77.84%-
HSV(B)16.1º18.72%85.88%-
XYZ55.4554.6749.75-
YUV196.72117.44143.89-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.37%
GREEN value IS 189 (74.22% from 255) = 32.25%
BLUE value IS 178 (69.92% from 255) = 30.38%
R=37.37%
G=32.25%
B=30.38%

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
Decimal21918917800.140.190.1416.136.2877.84
HexDBBDB20E13E10244e
Octal33327526201623162044116
Binary11011011101111011011001001110100111110100001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBDB2; }

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

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

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

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

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

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

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

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