Shades of Wafer #DBBBAF
Tints of Wafer #DBBBAF
RGB
CMYK
RGB Variations
Color information
#DBBBAF (or 0xDBBBAF) is known color: Wafer. HEX triplet: DB, BB and AF. RGB value is (219,187,175). Sum of RGB (Red+Green+Blue) = 219+187+175=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBBAF is #244450. Grayscale: #C3C3C3. Windows color (decimal): -2376785 or 11516891. OLE color: 11516891.
HSL color Cylindrical-coordinate representation of color #DBBBAF: hue angle of 16.36º degrees, saturation: 0.38, 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 #DBBBAF is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 175 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.14 |
| HSL | 16.36º | 0.38% | 0.77% | - |
| HSV(B) | 16.36º | 0.2% | 0.86% | - |
| XYZ | 54.72 | 53.7 | 48.04 | - |
| YUV | 195.2 | 116.6 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 175 | 0 | 0.15 | 0.20 | 0.14 | 16.36 | 0.38 | 0.77 |
| Hex | DB | BB | AF | 0 | F | 14 | E | 10 | 26 | 4D |
| Octal | 333 | 273 | 257 | 0 | 17 | 24 | 16 | 20 | 46 | 115 |
| Binary | 11011011 | 10111011 | 10101111 | 0 | 1111 | 10100 | 1110 | 10000 | 100110 | 1001101 |
Color Harmonies of #DBBBAF
Complementary color
Monochromatic Colors of #DBBBAF
Black with #DBBBAF
Text Example
Text Example
White with #DBBBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBBAF; }
p { color: rgb(219,187,175); }
H1.HeaderClassName
{
color: #DBBBAF;
}
.AnyTagClassName
{
color: #DBBBAF;
}
</style>
background-color css
<style>
a { background-color: #DBBBAF; }
a { background-color: rgb(219,187,175); }
div.DivClassName
{
background-color: #DBBBAF;
}
.BgClassName
{
background-color: #DBBBAF;
}
</style>
border-color css
<style>
span { border-color: #DBBBAF; }
span { border-color: rgb(219,187,175); }
td.TdClassName
{
border-color: #DBBBAF;
}
.TagClassName
{
border-color: #DBBBAF;
}
</style>