Shades of Loafer #DBDBBB
Tints of Loafer #DBDBBB
RGB
CMYK
RGB Variations
Color information
#DBDBBB (or 0xDBDBBB) is known color: Loafer. HEX triplet: DB, DB and BB. RGB value is (219,219,187). Sum of RGB (Red+Green+Blue) = 219+219+187=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 219 (85.94% from 255 or 35.04% from 625); Blue value is 187 (73.44% from 255 or 29.92% from 625); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDBBB is #242444. Grayscale: #D7D7D7. Windows color (decimal): -2368581 or 12311515. OLE color: 12311515.
HSL color Cylindrical-coordinate representation of color #DBDBBB: hue angle of 60º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBDBBB is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 219 | 187 | - |
CMYK | 0 | 0 | 0.15 | 0.14 |
HSL | 60º | 0.31% | 0.8% | - |
HSV(B) | 60º | 0.15% | 0.86% | - |
XYZ | 63.51 | 69.31 | 57.04 | - |
YUV | 215.35 | 112 | 130.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 187 | 0 | 0 | 0.15 | 0.14 | 60 | 0.31 | 0.8 |
Hex | DB | DB | BB | 0 | 0 | F | E | 3C | 1F | 50 |
Octal | 333 | 333 | 273 | 0 | 0 | 17 | 16 | 74 | 37 | 120 |
Binary | 11011011 | 11011011 | 10111011 | 0 | 0 | 1111 | 1110 | 111100 | 11111 | 1010000 |
Color Harmonies of #DBDBBB
Complementary color
Monochromatic Colors of #DBDBBB
Black with #DBDBBB
Text Example
Text Example
White with #DBDBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDBBB; }
p { color: rgb(219,219,187); }
H1.HeaderClassName
{
color: #DBDBBB;
}
.AnyTagClassName
{
color: #DBDBBB;
}
</style>
background-color css
<style>
a { background-color: #DBDBBB; }
a { background-color: rgb(219,219,187); }
div.DivClassName
{
background-color: #DBDBBB;
}
.BgClassName
{
background-color: #DBDBBB;
}
</style>
border-color css
<style>
span { border-color: #DBDBBB; }
span { border-color: rgb(219,219,187); }
td.TdClassName
{
border-color: #DBDBBB;
}
.TagClassName
{
border-color: #DBDBBB;
}
</style>