Shades of Zumthor #D0DBDA
Tints of Zumthor #D0DBDA
RGB
CMYK
RGB Variations
Color information
#D0DBDA (or 0xD0DBDA) is known color: Zumthor. HEX triplet: D0, DB and DA. RGB value is (208,219,218). Sum of RGB (Red+Green+Blue) = 208+219+218=645 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.25% from 645); Green value is 219 (85.94% from 255 or 33.95% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DBDA is #2F2425. Grayscale: #D7D7D7. Windows color (decimal): -3089446 or 14343120. OLE color: 14343120.
HSL color Cylindrical-coordinate representation of color #D0DBDA: hue angle of 174.55º degrees, saturation: 0.13, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D0DBDA is Cyan = 0.05, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 219 | 218 | - |
| CMYK | 0.05 | 0 | 0.00 | 0.14 |
| HSL | 174.55º | 0.13% | 0.84% | - |
| HSV(B) | 174.55º | 0.05% | 0.86% | - |
| XYZ | 64 | 69.13 | 76.3 | - |
| YUV | 215.6 | 129.36 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 219 | 218 | 0.05 | 0 | 0.00 | 0.14 | 174.55 | 0.13 | 0.84 |
| Hex | D0 | DB | DA | 5 | 0 | 0 | E | AF | D | 54 |
| Octal | 320 | 333 | 332 | 5 | 0 | 0 | 16 | 257 | 15 | 124 |
| Binary | 11010000 | 11011011 | 11011010 | 101 | 0 | 0 | 1110 | 10101111 | 1101 | 1010100 |
Color Harmonies of #D0DBDA
Complementary color
Monochromatic Colors of #D0DBDA
Black with #D0DBDA
Text Example
Text Example
White with #D0DBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DBDA; }
p { color: rgb(208,219,218); }
H1.HeaderClassName
{
color: #D0DBDA;
}
.AnyTagClassName
{
color: #D0DBDA;
}
</style>
background-color css
<style>
a { background-color: #D0DBDA; }
a { background-color: rgb(208,219,218); }
div.DivClassName
{
background-color: #D0DBDA;
}
.BgClassName
{
background-color: #D0DBDA;
}
</style>
border-color css
<style>
span { border-color: #D0DBDA; }
span { border-color: rgb(208,219,218); }
td.TdClassName
{
border-color: #D0DBDA;
}
.TagClassName
{
border-color: #D0DBDA;
}
</style>