Shades of Loafer #D9D8C7
Tints of Loafer #D9D8C7
RGB
CMYK
RGB Variations
Color information
#D9D8C7 (or 0xD9D8C7) is known color: Loafer. HEX triplet: D9, D8 and C7. RGB value is (217,216,199). Sum of RGB (Red+Green+Blue) = 217+216+199=632 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.34% from 632); Green value is 216 (84.77% from 255 or 34.18% from 632); Blue value is 199 (78.12% from 255 or 31.49% from 632); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D8C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D8C7 is #262738. Grayscale: #D6D6D6. Windows color (decimal): -2500409 or 13097177. OLE color: 13097177.
HSL color Cylindrical-coordinate representation of color #D9D8C7: hue angle of 56.67º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9D8C7 is Cyan = 0, Magento = 0.00, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 216 | 199 | - |
| CMYK | 0 | 0.00 | 0.08 | 0.15 |
| HSL | 56.67º | 0.19% | 0.82% | - |
| HSV(B) | 56.67º | 0.08% | 0.85% | - |
| XYZ | 63.48 | 67.99 | 63.81 | - |
| YUV | 214.36 | 119.33 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 216 | 199 | 0 | 0.00 | 0.08 | 0.15 | 56.67 | 0.19 | 0.82 |
| Hex | D9 | D8 | C7 | 0 | 0 | 8 | F | 39 | 13 | 52 |
| Octal | 331 | 330 | 307 | 0 | 0 | 10 | 17 | 71 | 23 | 122 |
| Binary | 11011001 | 11011000 | 11000111 | 0 | 0 | 1000 | 1111 | 111001 | 10011 | 1010010 |
Color Harmonies of #D9D8C7
Complementary color
Monochromatic Colors of #D9D8C7
Black with #D9D8C7
Text Example
Text Example
White with #D9D8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D8C7; }
p { color: rgb(217,216,199); }
H1.HeaderClassName
{
color: #D9D8C7;
}
.AnyTagClassName
{
color: #D9D8C7;
}
</style>
background-color css
<style>
a { background-color: #D9D8C7; }
a { background-color: rgb(217,216,199); }
div.DivClassName
{
background-color: #D9D8C7;
}
.BgClassName
{
background-color: #D9D8C7;
}
</style>
border-color css
<style>
span { border-color: #D9D8C7; }
span { border-color: rgb(217,216,199); }
td.TdClassName
{
border-color: #D9D8C7;
}
.TagClassName
{
border-color: #D9D8C7;
}
</style>