Shades of Wafer #DBBDB2
Tints of Wafer #DBBDB2
RGB
CMYK
RGB Variations
Color information
#DBBDB2 (or 0xDBBDB2) is known color: 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
| RGB | 219 | 189 | 178 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.14 |
| HSL | 16.1º | 0.36% | 0.78% | - |
| HSV(B) | 16.1º | 0.19% | 0.86% | - |
| XYZ | 55.45 | 54.67 | 49.75 | - |
| YUV | 196.72 | 117.44 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 178 | 0 | 0.14 | 0.19 | 0.14 | 16.1 | 0.36 | 0.78 |
| Hex | DB | BD | B2 | 0 | E | 13 | E | 10 | 24 | 4E |
| Octal | 333 | 275 | 262 | 0 | 16 | 23 | 16 | 20 | 44 | 116 |
| Binary | 11011011 | 10111101 | 10110010 | 0 | 1110 | 10011 | 1110 | 10000 | 100100 | 1001110 |
Color Harmonies of #DBBDB2
Complementary color
Monochromatic Colors of #DBBDB2
Black with #DBBDB2
Text Example
Text Example
White with #DBBDB2
Text Example
Text Example
HTML Codes & Css Web 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>