Shades of Zumthor #D1D9D8
Tints of Zumthor #D1D9D8
RGB
CMYK
RGB Variations
Color information
#D1D9D8 (or 0xD1D9D8) is known color: Zumthor. HEX triplet: D1, D9 and D8. RGB value is (209,217,216). Sum of RGB (Red+Green+Blue) = 209+217+216=642 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.55% from 642); Green value is 217 (85.16% from 255 or 33.80% from 642); Blue value is 216 (84.77% from 255 or 33.64% from 642); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D9D8 is #2E2627. Grayscale: #D6D6D6. Windows color (decimal): -3024424 or 14211537. OLE color: 14211537.
HSL color Cylindrical-coordinate representation of color #D1D9D8: hue angle of 172.5º degrees, saturation: 0.1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D1D9D8 is Cyan = 0.04, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
RGB | 209 | 217 | 216 | - |
CMYK | 0.04 | 0 | 0.00 | 0.15 |
HSL | 172.5º | 0.1% | 0.84% | - |
HSV(B) | 172.5º | 0.04% | 0.85% | - |
XYZ | 63.5 | 68.14 | 74.77 | - |
YUV | 214.49 | 128.85 | 124.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 217 | 216 | 0.04 | 0 | 0.00 | 0.15 | 172.5 | 0.1 | 0.84 |
Hex | D1 | D9 | D8 | 4 | 0 | 0 | F | AC | A | 54 |
Octal | 321 | 331 | 330 | 4 | 0 | 0 | 17 | 254 | 12 | 124 |
Binary | 11010001 | 11011001 | 11011000 | 100 | 0 | 0 | 1111 | 10101100 | 1010 | 1010100 |
Color Harmonies of #D1D9D8
Complementary color
Monochromatic Colors of #D1D9D8
Black with #D1D9D8
Text Example
Text Example
White with #D1D9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D9D8; }
p { color: rgb(209,217,216); }
H1.HeaderClassName
{
color: #D1D9D8;
}
.AnyTagClassName
{
color: #D1D9D8;
}
</style>
background-color css
<style>
a { background-color: #D1D9D8; }
a { background-color: rgb(209,217,216); }
div.DivClassName
{
background-color: #D1D9D8;
}
.BgClassName
{
background-color: #D1D9D8;
}
</style>
border-color css
<style>
span { border-color: #D1D9D8; }
span { border-color: rgb(209,217,216); }
td.TdClassName
{
border-color: #D1D9D8;
}
.TagClassName
{
border-color: #D1D9D8;
}
</style>