Shades of Zumthor #D2D9DB
Tints of Zumthor #D2D9DB
RGB
CMYK
RGB Variations
Color information
#D2D9DB (or 0xD2D9DB) is known color: Zumthor. HEX triplet: D2, D9 and DB. RGB value is (210,217,219). Sum of RGB (Red+Green+Blue) = 210+217+219=646 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.51% from 646); Green value is 217 (85.16% from 255 or 33.59% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 219 - color contains mainly: blue. Hex color #D2D9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D9DB is #2D2624. Grayscale: #D7D7D7. Windows color (decimal): -2958885 or 14408146. OLE color: 14408146.
HSL color Cylindrical-coordinate representation of color #D2D9DB: hue angle of 193.33º degrees, saturation: 0.11, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D2D9DB is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 210 | 217 | 219 | - |
CMYK | 0.04 | 0.01 | 0 | 0.14 |
HSL | 193.33º | 0.11% | 0.84% | - |
HSV(B) | 193.33º | 0.04% | 0.86% | - |
XYZ | 64.18 | 68.44 | 76.85 | - |
YUV | 215.14 | 130.18 | 124.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 217 | 219 | 0.04 | 0.01 | 0 | 0.14 | 193.33 | 0.11 | 0.84 |
Hex | D2 | D9 | DB | 4 | 1 | 0 | E | C1 | B | 54 |
Octal | 322 | 331 | 333 | 4 | 1 | 0 | 16 | 301 | 13 | 124 |
Binary | 11010010 | 11011001 | 11011011 | 100 | 1 | 0 | 1110 | 11000001 | 1011 | 1010100 |
Color Harmonies of #D2D9DB
Complementary color
Monochromatic Colors of #D2D9DB
Black with #D2D9DB
Text Example
Text Example
White with #D2D9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D9DB; }
p { color: rgb(210,217,219); }
H1.HeaderClassName
{
color: #D2D9DB;
}
.AnyTagClassName
{
color: #D2D9DB;
}
</style>
background-color css
<style>
a { background-color: #D2D9DB; }
a { background-color: rgb(210,217,219); }
div.DivClassName
{
background-color: #D2D9DB;
}
.BgClassName
{
background-color: #D2D9DB;
}
</style>
border-color css
<style>
span { border-color: #D2D9DB; }
span { border-color: rgb(210,217,219); }
td.TdClassName
{
border-color: #D2D9DB;
}
.TagClassName
{
border-color: #D2D9DB;
}
</style>