Shades of Zumthor #D1D9DB
Tints of Zumthor #D1D9DB
RGB
CMYK
RGB Variations
Color information
#D1D9DB (or 0xD1D9DB) is known color: Zumthor. HEX triplet: D1, D9 and DB. RGB value is (209,217,219). Sum of RGB (Red+Green+Blue) = 209+217+219=645 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.40% from 645); Green value is 217 (85.16% from 255 or 33.64% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 219 - color contains mainly: blue. Hex color #D1D9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D9DB is #2E2624. Grayscale: #D6D6D6. Windows color (decimal): -3024421 or 14408145. OLE color: 14408145.
HSL color Cylindrical-coordinate representation of color #D1D9DB: hue angle of 192º degrees, saturation: 0.12, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D1D9DB is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 217 | 219 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.14 |
| HSL | 192º | 0.12% | 0.84% | - |
| HSV(B) | 192º | 0.05% | 0.86% | - |
| XYZ | 63.89 | 68.3 | 76.83 | - |
| YUV | 214.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 217 | 219 | 0.05 | 0.01 | 0 | 0.14 | 192 | 0.12 | 0.84 |
| Hex | D1 | D9 | DB | 5 | 1 | 0 | E | C0 | C | 54 |
| Octal | 321 | 331 | 333 | 5 | 1 | 0 | 16 | 300 | 14 | 124 |
| Binary | 11010001 | 11011001 | 11011011 | 101 | 1 | 0 | 1110 | 11000000 | 1100 | 1010100 |
Color Harmonies of #D1D9DB
Complementary color
Monochromatic Colors of #D1D9DB
Black with #D1D9DB
Text Example
Text Example
White with #D1D9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D9DB; }
p { color: rgb(209,217,219); }
H1.HeaderClassName
{
color: #D1D9DB;
}
.AnyTagClassName
{
color: #D1D9DB;
}
</style>
background-color css
<style>
a { background-color: #D1D9DB; }
a { background-color: rgb(209,217,219); }
div.DivClassName
{
background-color: #D1D9DB;
}
.BgClassName
{
background-color: #D1D9DB;
}
</style>
border-color css
<style>
span { border-color: #D1D9DB; }
span { border-color: rgb(209,217,219); }
td.TdClassName
{
border-color: #D1D9DB;
}
.TagClassName
{
border-color: #D1D9DB;
}
</style>