Shades of Zumthor #D2D8DA
Tints of Zumthor #D2D8DA
RGB
CMYK
RGB Variations
Color information
#D2D8DA (or 0xD2D8DA) is known color: Zumthor. HEX triplet: D2, D8 and DA. RGB value is (210,216,218). Sum of RGB (Red+Green+Blue) = 210+216+218=644 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.61% from 644); Green value is 216 (84.77% from 255 or 33.54% 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 #D2D8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D8DA is #2D2725. Grayscale: #D6D6D6. Windows color (decimal): -2959142 or 14342354. OLE color: 14342354.
HSL color Cylindrical-coordinate representation of color #D2D8DA: hue angle of 195º degrees, saturation: 0.1, 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 #D2D8DA is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 216 | 218 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.15 |
| HSL | 195º | 0.1% | 0.84% | - |
| HSV(B) | 195º | 0.04% | 0.85% | - |
| XYZ | 63.79 | 67.88 | 76.07 | - |
| YUV | 214.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 216 | 218 | 0.04 | 0.01 | 0 | 0.15 | 195 | 0.1 | 0.84 |
| Hex | D2 | D8 | DA | 4 | 1 | 0 | F | C3 | A | 54 |
| Octal | 322 | 330 | 332 | 4 | 1 | 0 | 17 | 303 | 12 | 124 |
| Binary | 11010010 | 11011000 | 11011010 | 100 | 1 | 0 | 1111 | 11000011 | 1010 | 1010100 |
Color Harmonies of #D2D8DA
Complementary color
Monochromatic Colors of #D2D8DA
Black with #D2D8DA
Text Example
Text Example
White with #D2D8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D8DA; }
p { color: rgb(210,216,218); }
H1.HeaderClassName
{
color: #D2D8DA;
}
.AnyTagClassName
{
color: #D2D8DA;
}
</style>
background-color css
<style>
a { background-color: #D2D8DA; }
a { background-color: rgb(210,216,218); }
div.DivClassName
{
background-color: #D2D8DA;
}
.BgClassName
{
background-color: #D2D8DA;
}
</style>
border-color css
<style>
span { border-color: #D2D8DA; }
span { border-color: rgb(210,216,218); }
td.TdClassName
{
border-color: #D2D8DA;
}
.TagClassName
{
border-color: #D2D8DA;
}
</style>