Shades of Zumthor #D1D9DA
Tints of Zumthor #D1D9DA
RGB
CMYK
RGB Variations
Color information
#D1D9DA (or 0xD1D9DA) is known color: Zumthor. HEX triplet: D1, D9 and DA. RGB value is (209,217,218). Sum of RGB (Red+Green+Blue) = 209+217+218=644 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.45% from 644); Green value is 217 (85.16% from 255 or 33.70% from 644); Blue value is 218 (85.55% from 255 or 33.85% from 644); Max value from RGB is 218 - color contains mainly: blue. Hex color #D1D9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D9DA is #2E2625. Grayscale: #D6D6D6. Windows color (decimal): -3024422 or 14342609. OLE color: 14342609.
HSL color Cylindrical-coordinate representation of color #D1D9DA: hue angle of 186.67º degrees, saturation: 0.11, 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 #D1D9DA is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 209 | 217 | 218 | - |
CMYK | 0.04 | 0.00 | 0 | 0.15 |
HSL | 186.67º | 0.11% | 0.84% | - |
HSV(B) | 186.67º | 0.04% | 0.85% | - |
XYZ | 63.76 | 68.24 | 76.14 | - |
YUV | 214.72 | 129.85 | 123.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 217 | 218 | 0.04 | 0.00 | 0 | 0.15 | 186.67 | 0.11 | 0.84 |
Hex | D1 | D9 | DA | 4 | 0 | 0 | F | BB | B | 54 |
Octal | 321 | 331 | 332 | 4 | 0 | 0 | 17 | 273 | 13 | 124 |
Binary | 11010001 | 11011001 | 11011010 | 100 | 0 | 0 | 1111 | 10111011 | 1011 | 1010100 |
Color Harmonies of #D1D9DA
Complementary color
Monochromatic Colors of #D1D9DA
Black with #D1D9DA
Text Example
Text Example
White with #D1D9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D9DA; }
p { color: rgb(209,217,218); }
H1.HeaderClassName
{
color: #D1D9DA;
}
.AnyTagClassName
{
color: #D1D9DA;
}
</style>
background-color css
<style>
a { background-color: #D1D9DA; }
a { background-color: rgb(209,217,218); }
div.DivClassName
{
background-color: #D1D9DA;
}
.BgClassName
{
background-color: #D1D9DA;
}
</style>
border-color css
<style>
span { border-color: #D1D9DA; }
span { border-color: rgb(209,217,218); }
td.TdClassName
{
border-color: #D1D9DA;
}
.TagClassName
{
border-color: #D1D9DA;
}
</style>