Shades of Zumthor #D1D6D8
Tints of Zumthor #D1D6D8
RGB
CMYK
RGB Variations
Color information
#D1D6D8 (or 0xD1D6D8) is known color: Zumthor. HEX triplet: D1, D6 and D8. RGB value is (209,214,216). Sum of RGB (Red+Green+Blue) = 209+214+216=639 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.71% from 639); Green value is 214 (83.98% from 255 or 33.49% from 639); Blue value is 216 (84.77% from 255 or 33.80% from 639); Max value from RGB is 216 - color contains mainly: blue. Hex color #D1D6D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D6D8 is #2E2927. Grayscale: #D4D4D4. Windows color (decimal): -3025192 or 14210769. OLE color: 14210769.
HSL color Cylindrical-coordinate representation of color #D1D6D8: hue angle of 197.14º degrees, saturation: 0.08, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D1D6D8 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 214 | 216 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.15 |
| HSL | 197.14º | 0.08% | 0.83% | - |
| HSV(B) | 197.14º | 0.03% | 0.85% | - |
| XYZ | 62.74 | 66.61 | 74.52 | - |
| YUV | 212.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 214 | 216 | 0.03 | 0.01 | 0 | 0.15 | 197.14 | 0.08 | 0.83 |
| Hex | D1 | D6 | D8 | 3 | 1 | 0 | F | C5 | 8 | 53 |
| Octal | 321 | 326 | 330 | 3 | 1 | 0 | 17 | 305 | 10 | 123 |
| Binary | 11010001 | 11010110 | 11011000 | 11 | 1 | 0 | 1111 | 11000101 | 1000 | 1010011 |
Color Harmonies of #D1D6D8
Complementary color
Monochromatic Colors of #D1D6D8
Black with #D1D6D8
Text Example
Text Example
White with #D1D6D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D6D8; }
p { color: rgb(209,214,216); }
H1.HeaderClassName
{
color: #D1D6D8;
}
.AnyTagClassName
{
color: #D1D6D8;
}
</style>
background-color css
<style>
a { background-color: #D1D6D8; }
a { background-color: rgb(209,214,216); }
div.DivClassName
{
background-color: #D1D6D8;
}
.BgClassName
{
background-color: #D1D6D8;
}
</style>
border-color css
<style>
span { border-color: #D1D6D8; }
span { border-color: rgb(209,214,216); }
td.TdClassName
{
border-color: #D1D6D8;
}
.TagClassName
{
border-color: #D1D6D8;
}
</style>