Shades of Zumthor #D1D5D7
Tints of Zumthor #D1D5D7
RGB
CMYK
RGB Variations
Color information
#D1D5D7 (or 0xD1D5D7) is known color: Zumthor. HEX triplet: D1, D5 and D7. RGB value is (209,213,215). Sum of RGB (Red+Green+Blue) = 209+213+215=637 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.81% from 637); Green value is 213 (83.59% from 255 or 33.44% from 637); Blue value is 215 (84.38% from 255 or 33.75% from 637); Max value from RGB is 215 - color contains mainly: blue. Hex color #D1D5D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D5D7 is #2E2A28. Grayscale: #D4D4D4. Windows color (decimal): -3025449 or 14144977. OLE color: 14144977.
HSL color Cylindrical-coordinate representation of color #D1D5D7: hue angle of 200º degrees, saturation: 0.07, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D1D5D7 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 209 | 213 | 215 | - |
CMYK | 0.03 | 0.01 | 0 | 0.16 |
HSL | 200º | 0.07% | 0.83% | - |
HSV(B) | 200º | 0.03% | 0.84% | - |
XYZ | 62.35 | 66.05 | 73.75 | - |
YUV | 212.03 | 129.67 | 125.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 213 | 215 | 0.03 | 0.01 | 0 | 0.16 | 200 | 0.07 | 0.83 |
Hex | D1 | D5 | D7 | 3 | 1 | 0 | 10 | C8 | 7 | 53 |
Octal | 321 | 325 | 327 | 3 | 1 | 0 | 20 | 310 | 7 | 123 |
Binary | 11010001 | 11010101 | 11010111 | 11 | 1 | 0 | 10000 | 11001000 | 111 | 1010011 |
Color Harmonies of #D1D5D7
Complementary color
Monochromatic Colors of #D1D5D7
Black with #D1D5D7
Text Example
Text Example
White with #D1D5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D5D7; }
p { color: rgb(209,213,215); }
H1.HeaderClassName
{
color: #D1D5D7;
}
.AnyTagClassName
{
color: #D1D5D7;
}
</style>
background-color css
<style>
a { background-color: #D1D5D7; }
a { background-color: rgb(209,213,215); }
div.DivClassName
{
background-color: #D1D5D7;
}
.BgClassName
{
background-color: #D1D5D7;
}
</style>
border-color css
<style>
span { border-color: #D1D5D7; }
span { border-color: rgb(209,213,215); }
td.TdClassName
{
border-color: #D1D5D7;
}
.TagClassName
{
border-color: #D1D5D7;
}
</style>