Shades of Zumthor #D0DDDC
Tints of Zumthor #D0DDDC
RGB
CMYK
RGB Variations
Color information
#D0DDDC (or 0xD0DDDC) is known color: Zumthor. HEX triplet: D0, DD and DC. RGB value is (208,221,220). Sum of RGB (Red+Green+Blue) = 208+221+220=649 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.05% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DDDC is #2F2223. Grayscale: #D8D8D8. Windows color (decimal): -3088932 or 14474704. OLE color: 14474704.
HSL color Cylindrical-coordinate representation of color #D0DDDC: hue angle of 175.38º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D0DDDC is Cyan = 0.06, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 221 | 220 | - |
| CMYK | 0.06 | 0 | 0.00 | 0.13 |
| HSL | 175.38º | 0.16% | 0.84% | - |
| HSV(B) | 175.38º | 0.06% | 0.87% | - |
| XYZ | 64.79 | 70.29 | 77.86 | - |
| YUV | 217 | 129.69 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 221 | 220 | 0.06 | 0 | 0.00 | 0.13 | 175.38 | 0.16 | 0.84 |
| Hex | D0 | DD | DC | 6 | 0 | 0 | D | AF | 10 | 54 |
| Octal | 320 | 335 | 334 | 6 | 0 | 0 | 15 | 257 | 20 | 124 |
| Binary | 11010000 | 11011101 | 11011100 | 110 | 0 | 0 | 1101 | 10101111 | 10000 | 1010100 |
Color Harmonies of #D0DDDC
Complementary color
Monochromatic Colors of #D0DDDC
Black with #D0DDDC
Text Example
Text Example
White with #D0DDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DDDC; }
p { color: rgb(208,221,220); }
H1.HeaderClassName
{
color: #D0DDDC;
}
.AnyTagClassName
{
color: #D0DDDC;
}
</style>
background-color css
<style>
a { background-color: #D0DDDC; }
a { background-color: rgb(208,221,220); }
div.DivClassName
{
background-color: #D0DDDC;
}
.BgClassName
{
background-color: #D0DDDC;
}
</style>
border-color css
<style>
span { border-color: #D0DDDC; }
span { border-color: rgb(208,221,220); }
td.TdClassName
{
border-color: #D0DDDC;
}
.TagClassName
{
border-color: #D0DDDC;
}
</style>