Shades of Loafer #D8D6BB
Tints of Loafer #D8D6BB
RGB
CMYK
RGB Variations
Color information
#D8D6BB (or 0xD8D6BB) is known color: Loafer. HEX triplet: D8, D6 and BB. RGB value is (216,214,187). Sum of RGB (Red+Green+Blue) = 216+214+187=617 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.01% from 617); Green value is 214 (83.98% from 255 or 34.68% from 617); Blue value is 187 (73.44% from 255 or 30.31% from 617); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D6BB is #272944. Grayscale: #D3D3D3. Windows color (decimal): -2566469 or 12310232. OLE color: 12310232.
HSL color Cylindrical-coordinate representation of color #D8D6BB: hue angle of 55.86º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8D6BB is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 214 | 187 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.15 |
| HSL | 55.86º | 0.27% | 0.79% | - |
| HSV(B) | 55.86º | 0.13% | 0.85% | - |
| XYZ | 61.34 | 66.28 | 56.57 | - |
| YUV | 211.52 | 114.16 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 214 | 187 | 0 | 0.01 | 0.13 | 0.15 | 55.86 | 0.27 | 0.79 |
| Hex | D8 | D6 | BB | 0 | 1 | D | F | 38 | 1B | 4F |
| Octal | 330 | 326 | 273 | 0 | 1 | 15 | 17 | 70 | 33 | 117 |
| Binary | 11011000 | 11010110 | 10111011 | 0 | 1 | 1101 | 1111 | 111000 | 11011 | 1001111 |
Color Harmonies of #D8D6BB
Complementary color
Monochromatic Colors of #D8D6BB
Black with #D8D6BB
Text Example
Text Example
White with #D8D6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D6BB; }
p { color: rgb(216,214,187); }
H1.HeaderClassName
{
color: #D8D6BB;
}
.AnyTagClassName
{
color: #D8D6BB;
}
</style>
background-color css
<style>
a { background-color: #D8D6BB; }
a { background-color: rgb(216,214,187); }
div.DivClassName
{
background-color: #D8D6BB;
}
.BgClassName
{
background-color: #D8D6BB;
}
</style>
border-color css
<style>
span { border-color: #D8D6BB; }
span { border-color: rgb(216,214,187); }
td.TdClassName
{
border-color: #D8D6BB;
}
.TagClassName
{
border-color: #D8D6BB;
}
</style>