Shades of Timberwolf #DDD8CE
Tints of Timberwolf #DDD8CE
RGB
CMYK
RGB Variations
Color information
#DDD8CE (or 0xDDD8CE) is known color: Timberwolf. HEX triplet: DD, D8 and CE. RGB value is (221,216,206). Sum of RGB (Red+Green+Blue) = 221+216+206=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 216 (84.77% from 255 or 33.59% from 643); Blue value is 206 (80.86% from 255 or 32.04% from 643); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD8CE is #222731. Grayscale: #D8D8D8. Windows color (decimal): -2238258 or 13555933. OLE color: 13555933.
HSL color Cylindrical-coordinate representation of color #DDD8CE: hue angle of 40º degrees, saturation: 0.18, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDD8CE is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 216 | 206 | - |
CMYK | 0 | 0.02 | 0.07 | 0.13 |
HSL | 40º | 0.18% | 0.84% | - |
HSV(B) | 40º | 0.07% | 0.87% | - |
XYZ | 65.52 | 68.94 | 68.25 | - |
YUV | 216.36 | 122.16 | 131.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 216 | 206 | 0 | 0.02 | 0.07 | 0.13 | 40 | 0.18 | 0.84 |
Hex | DD | D8 | CE | 0 | 2 | 7 | D | 28 | 12 | 54 |
Octal | 335 | 330 | 316 | 0 | 2 | 7 | 15 | 50 | 22 | 124 |
Binary | 11011101 | 11011000 | 11001110 | 0 | 10 | 111 | 1101 | 101000 | 10010 | 1010100 |
Color Harmonies of #DDD8CE
Complementary color
Monochromatic Colors of #DDD8CE
Black with #DDD8CE
Text Example
Text Example
White with #DDD8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD8CE; }
p { color: rgb(221,216,206); }
H1.HeaderClassName
{
color: #DDD8CE;
}
.AnyTagClassName
{
color: #DDD8CE;
}
</style>
background-color css
<style>
a { background-color: #DDD8CE; }
a { background-color: rgb(221,216,206); }
div.DivClassName
{
background-color: #DDD8CE;
}
.BgClassName
{
background-color: #DDD8CE;
}
</style>
border-color css
<style>
span { border-color: #DDD8CE; }
span { border-color: rgb(221,216,206); }
td.TdClassName
{
border-color: #DDD8CE;
}
.TagClassName
{
border-color: #DDD8CE;
}
</style>