Shades of Loafer #DBD8BE
Tints of Loafer #DBD8BE
RGB
CMYK
RGB Variations
Color information
#DBD8BE (or 0xDBD8BE) is known color: Loafer. HEX triplet: DB, D8 and BE. RGB value is (219,216,190). Sum of RGB (Red+Green+Blue) = 219+216+190=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 216 (84.77% from 255 or 34.56% from 625); Blue value is 190 (74.61% from 255 or 30.4% from 625); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD8BE is #242741. Grayscale: #D6D6D6. Windows color (decimal): -2369346 or 12507355. OLE color: 12507355.
HSL color Cylindrical-coordinate representation of color #DBD8BE: hue angle of 53.79º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBD8BE is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 216 | 190 | - |
CMYK | 0 | 0.01 | 0.13 | 0.14 |
HSL | 53.79º | 0.29% | 0.8% | - |
HSV(B) | 53.79º | 0.13% | 0.86% | - |
XYZ | 63.06 | 67.89 | 58.5 | - |
YUV | 213.93 | 114.49 | 131.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 216 | 190 | 0 | 0.01 | 0.13 | 0.14 | 53.79 | 0.29 | 0.8 |
Hex | DB | D8 | BE | 0 | 1 | D | E | 36 | 1D | 50 |
Octal | 333 | 330 | 276 | 0 | 1 | 15 | 16 | 66 | 35 | 120 |
Binary | 11011011 | 11011000 | 10111110 | 0 | 1 | 1101 | 1110 | 110110 | 11101 | 1010000 |
Color Harmonies of #DBD8BE
Complementary color
Monochromatic Colors of #DBD8BE
Black with #DBD8BE
Text Example
Text Example
White with #DBD8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD8BE; }
p { color: rgb(219,216,190); }
H1.HeaderClassName
{
color: #DBD8BE;
}
.AnyTagClassName
{
color: #DBD8BE;
}
</style>
background-color css
<style>
a { background-color: #DBD8BE; }
a { background-color: rgb(219,216,190); }
div.DivClassName
{
background-color: #DBD8BE;
}
.BgClassName
{
background-color: #DBD8BE;
}
</style>
border-color css
<style>
span { border-color: #DBD8BE; }
span { border-color: rgb(219,216,190); }
td.TdClassName
{
border-color: #DBD8BE;
}
.TagClassName
{
border-color: #DBD8BE;
}
</style>