Shades of Loafer #D8D5BF
Tints of Loafer #D8D5BF
RGB
CMYK
RGB Variations
Color information
#D8D5BF (or 0xD8D5BF) is known color: Loafer. HEX triplet: D8, D5 and BF. RGB value is (216,213,191). Sum of RGB (Red+Green+Blue) = 216+213+191=620 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.84% from 620); Green value is 213 (83.59% from 255 or 34.35% from 620); Blue value is 191 (75% from 255 or 30.81% from 620); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D5BF is #272A40. Grayscale: #D3D3D3. Windows color (decimal): -2566721 or 12572120. OLE color: 12572120.
HSL color Cylindrical-coordinate representation of color #D8D5BF: hue angle of 52.8º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8D5BF is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 213 | 191 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.15 |
| HSL | 52.8º | 0.24% | 0.8% | - |
| HSV(B) | 52.8º | 0.12% | 0.85% | - |
| XYZ | 61.52 | 65.95 | 58.78 | - |
| YUV | 211.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 213 | 191 | 0 | 0.01 | 0.12 | 0.15 | 52.8 | 0.24 | 0.8 |
| Hex | D8 | D5 | BF | 0 | 1 | C | F | 35 | 18 | 50 |
| Octal | 330 | 325 | 277 | 0 | 1 | 14 | 17 | 65 | 30 | 120 |
| Binary | 11011000 | 11010101 | 10111111 | 0 | 1 | 1100 | 1111 | 110101 | 11000 | 1010000 |
Color Harmonies of #D8D5BF
Complementary color
Monochromatic Colors of #D8D5BF
Black with #D8D5BF
Text Example
Text Example
White with #D8D5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D5BF; }
p { color: rgb(216,213,191); }
H1.HeaderClassName
{
color: #D8D5BF;
}
.AnyTagClassName
{
color: #D8D5BF;
}
</style>
background-color css
<style>
a { background-color: #D8D5BF; }
a { background-color: rgb(216,213,191); }
div.DivClassName
{
background-color: #D8D5BF;
}
.BgClassName
{
background-color: #D8D5BF;
}
</style>
border-color css
<style>
span { border-color: #D8D5BF; }
span { border-color: rgb(216,213,191); }
td.TdClassName
{
border-color: #D8D5BF;
}
.TagClassName
{
border-color: #D8D5BF;
}
</style>