Shades of Timberwolf #D6D4CF
Tints of Timberwolf #D6D4CF
RGB
CMYK
RGB Variations
Color information
#D6D4CF (or 0xD6D4CF) is known color: Timberwolf. HEX triplet: D6, D4 and CF. RGB value is (214,212,207). Sum of RGB (Red+Green+Blue) = 214+212+207=633 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.81% from 633); Green value is 212 (83.20% from 255 or 33.49% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D4CF is #292B30. Grayscale: #D4D4D4. Windows color (decimal): -2698033 or 13620438. OLE color: 13620438.
HSL color Cylindrical-coordinate representation of color #D6D4CF: hue angle of 42.86º degrees, saturation: 0.08, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D6D4CF is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 212 | 207 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.16 |
| HSL | 42.86º | 0.08% | 0.83% | - |
| HSV(B) | 42.86º | 0.03% | 0.84% | - |
| XYZ | 62.54 | 65.89 | 68.45 | - |
| YUV | 212.03 | 125.16 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 212 | 207 | 0 | 0.01 | 0.03 | 0.16 | 42.86 | 0.08 | 0.83 |
| Hex | D6 | D4 | CF | 0 | 1 | 3 | 10 | 2B | 8 | 53 |
| Octal | 326 | 324 | 317 | 0 | 1 | 3 | 20 | 53 | 10 | 123 |
| Binary | 11010110 | 11010100 | 11001111 | 0 | 1 | 11 | 10000 | 101011 | 1000 | 1010011 |
Color Harmonies of #D6D4CF
Complementary color
Monochromatic Colors of #D6D4CF
Black with #D6D4CF
Text Example
Text Example
White with #D6D4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D4CF; }
p { color: rgb(214,212,207); }
H1.HeaderClassName
{
color: #D6D4CF;
}
.AnyTagClassName
{
color: #D6D4CF;
}
</style>
background-color css
<style>
a { background-color: #D6D4CF; }
a { background-color: rgb(214,212,207); }
div.DivClassName
{
background-color: #D6D4CF;
}
.BgClassName
{
background-color: #D6D4CF;
}
</style>
border-color css
<style>
span { border-color: #D6D4CF; }
span { border-color: rgb(214,212,207); }
td.TdClassName
{
border-color: #D6D4CF;
}
.TagClassName
{
border-color: #D6D4CF;
}
</style>