Shades of Loafer #DBDABC
Tints of Loafer #DBDABC
RGB
CMYK
RGB Variations
Color information
#DBDABC (or 0xDBDABC) is known color: Loafer. HEX triplet: DB, DA and BC. RGB value is (219,218,188). Sum of RGB (Red+Green+Blue) = 219+218+188=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 218 (85.55% from 255 or 34.88% from 625); Blue value is 188 (73.83% from 255 or 30.08% from 625); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDABC is #242543. Grayscale: #D7D7D7. Windows color (decimal): -2368836 or 12376795. OLE color: 12376795.
HSL color Cylindrical-coordinate representation of color #DBDABC: hue angle of 58.06º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBDABC is Cyan = 0, Magento = 0.00, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 188 | - |
| CMYK | 0 | 0.00 | 0.14 | 0.14 |
| HSL | 58.06º | 0.3% | 0.8% | - |
| HSV(B) | 58.06º | 0.14% | 0.86% | - |
| XYZ | 63.36 | 68.83 | 57.52 | - |
| YUV | 214.88 | 112.83 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 188 | 0 | 0.00 | 0.14 | 0.14 | 58.06 | 0.3 | 0.8 |
| Hex | DB | DA | BC | 0 | 0 | E | E | 3A | 1E | 50 |
| Octal | 333 | 332 | 274 | 0 | 0 | 16 | 16 | 72 | 36 | 120 |
| Binary | 11011011 | 11011010 | 10111100 | 0 | 0 | 1110 | 1110 | 111010 | 11110 | 1010000 |
Color Harmonies of #DBDABC
Complementary color
Monochromatic Colors of #DBDABC
Black with #DBDABC
Text Example
Text Example
White with #DBDABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDABC; }
p { color: rgb(219,218,188); }
H1.HeaderClassName
{
color: #DBDABC;
}
.AnyTagClassName
{
color: #DBDABC;
}
</style>
background-color css
<style>
a { background-color: #DBDABC; }
a { background-color: rgb(219,218,188); }
div.DivClassName
{
background-color: #DBDABC;
}
.BgClassName
{
background-color: #DBDABC;
}
</style>
border-color css
<style>
span { border-color: #DBDABC; }
span { border-color: rgb(219,218,188); }
td.TdClassName
{
border-color: #DBDABC;
}
.TagClassName
{
border-color: #DBDABC;
}
</style>