Shades of Zumthor #D3D9DB
Tints of Zumthor #D3D9DB
RGB
CMYK
RGB Variations
Color information
#D3D9DB (or 0xD3D9DB) is known color: Zumthor. HEX triplet: D3, D9 and DB. RGB value is (211,217,219). Sum of RGB (Red+Green+Blue) = 211+217+219=647 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.61% from 647); Green value is 217 (85.16% from 255 or 33.54% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 219 - color contains mainly: blue. Hex color #D3D9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D9DB is #2C2624. Grayscale: #D7D7D7. Windows color (decimal): -2893349 or 14408147. OLE color: 14408147.
HSL color Cylindrical-coordinate representation of color #D3D9DB: hue angle of 195º degrees, saturation: 0.1, 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 #D3D9DB is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 211 | 217 | 219 | - |
CMYK | 0.04 | 0.01 | 0 | 0.14 |
HSL | 195º | 0.1% | 0.84% | - |
HSV(B) | 195º | 0.04% | 0.86% | - |
XYZ | 64.46 | 68.59 | 76.86 | - |
YUV | 215.43 | 130.01 | 124.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 217 | 219 | 0.04 | 0.01 | 0 | 0.14 | 195 | 0.1 | 0.84 |
Hex | D3 | D9 | DB | 4 | 1 | 0 | E | C3 | A | 54 |
Octal | 323 | 331 | 333 | 4 | 1 | 0 | 16 | 303 | 12 | 124 |
Binary | 11010011 | 11011001 | 11011011 | 100 | 1 | 0 | 1110 | 11000011 | 1010 | 1010100 |
Color Harmonies of #D3D9DB
Complementary color
Monochromatic Colors of #D3D9DB
Black with #D3D9DB
Text Example
Text Example
White with #D3D9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D9DB; }
p { color: rgb(211,217,219); }
H1.HeaderClassName
{
color: #D3D9DB;
}
.AnyTagClassName
{
color: #D3D9DB;
}
</style>
background-color css
<style>
a { background-color: #D3D9DB; }
a { background-color: rgb(211,217,219); }
div.DivClassName
{
background-color: #D3D9DB;
}
.BgClassName
{
background-color: #D3D9DB;
}
</style>
border-color css
<style>
span { border-color: #D3D9DB; }
span { border-color: rgb(211,217,219); }
td.TdClassName
{
border-color: #D3D9DB;
}
.TagClassName
{
border-color: #D3D9DB;
}
</style>