Shades of Loafer #D7D6C7
Tints of Loafer #D7D6C7
RGB
CMYK
RGB Variations
Color information
#D7D6C7 (or 0xD7D6C7) is known color: Loafer. HEX triplet: D7, D6 and C7. RGB value is (215,214,199). Sum of RGB (Red+Green+Blue) = 215+214+199=628 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.24% from 628); Green value is 214 (83.98% from 255 or 34.08% from 628); Blue value is 199 (78.12% from 255 or 31.69% from 628); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D6C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D6C7 is #282938. Grayscale: #D4D4D4. Windows color (decimal): -2631993 or 13096663. OLE color: 13096663.
HSL color Cylindrical-coordinate representation of color #D7D6C7: hue angle of 56.25º degrees, saturation: 0.17, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D7D6C7 is Cyan = 0, Magento = 0.00, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 214 | 199 | - |
| CMYK | 0 | 0.00 | 0.07 | 0.16 |
| HSL | 56.25º | 0.17% | 0.81% | - |
| HSV(B) | 56.25º | 0.07% | 0.84% | - |
| XYZ | 62.38 | 66.66 | 63.61 | - |
| YUV | 212.59 | 120.33 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 214 | 199 | 0 | 0.00 | 0.07 | 0.16 | 56.25 | 0.17 | 0.81 |
| Hex | D7 | D6 | C7 | 0 | 0 | 7 | 10 | 38 | 11 | 51 |
| Octal | 327 | 326 | 307 | 0 | 0 | 7 | 20 | 70 | 21 | 121 |
| Binary | 11010111 | 11010110 | 11000111 | 0 | 0 | 111 | 10000 | 111000 | 10001 | 1010001 |
Color Harmonies of #D7D6C7
Complementary color
Monochromatic Colors of #D7D6C7
Black with #D7D6C7
Text Example
Text Example
White with #D7D6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D6C7; }
p { color: rgb(215,214,199); }
H1.HeaderClassName
{
color: #D7D6C7;
}
.AnyTagClassName
{
color: #D7D6C7;
}
</style>
background-color css
<style>
a { background-color: #D7D6C7; }
a { background-color: rgb(215,214,199); }
div.DivClassName
{
background-color: #D7D6C7;
}
.BgClassName
{
background-color: #D7D6C7;
}
</style>
border-color css
<style>
span { border-color: #D7D6C7; }
span { border-color: rgb(215,214,199); }
td.TdClassName
{
border-color: #D7D6C7;
}
.TagClassName
{
border-color: #D7D6C7;
}
</style>