Shades of Zumthor #D0DCDD
Tints of Zumthor #D0DCDD
RGB
CMYK
RGB Variations
Color information
#D0DCDD (or 0xD0DCDD) is known color: Zumthor. HEX triplet: D0, DC and DD. RGB value is (208,220,221). Sum of RGB (Red+Green+Blue) = 208+220+221=649 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.05% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 221 - color contains mainly: blue. Hex color #D0DCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DCDD is #2F2322. Grayscale: #D8D8D8. Windows color (decimal): -3089187 or 14539984. OLE color: 14539984.
HSL color Cylindrical-coordinate representation of color #D0DCDD: hue angle of 184.62º 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 #D0DCDD is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 220 | 221 | - |
| CMYK | 0.06 | 0.00 | 0 | 0.13 |
| HSL | 184.62º | 0.16% | 0.84% | - |
| HSV(B) | 184.62º | 0.06% | 0.87% | - |
| XYZ | 64.66 | 69.82 | 78.47 | - |
| YUV | 216.53 | 130.52 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 220 | 221 | 0.06 | 0.00 | 0 | 0.13 | 184.62 | 0.16 | 0.84 |
| Hex | D0 | DC | DD | 6 | 0 | 0 | D | B9 | 10 | 54 |
| Octal | 320 | 334 | 335 | 6 | 0 | 0 | 15 | 271 | 20 | 124 |
| Binary | 11010000 | 11011100 | 11011101 | 110 | 0 | 0 | 1101 | 10111001 | 10000 | 1010100 |
Color Harmonies of #D0DCDD
Complementary color
Monochromatic Colors of #D0DCDD
Black with #D0DCDD
Text Example
Text Example
White with #D0DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DCDD; }
p { color: rgb(208,220,221); }
H1.HeaderClassName
{
color: #D0DCDD;
}
.AnyTagClassName
{
color: #D0DCDD;
}
</style>
background-color css
<style>
a { background-color: #D0DCDD; }
a { background-color: rgb(208,220,221); }
div.DivClassName
{
background-color: #D0DCDD;
}
.BgClassName
{
background-color: #D0DCDD;
}
</style>
border-color css
<style>
span { border-color: #D0DCDD; }
span { border-color: rgb(208,220,221); }
td.TdClassName
{
border-color: #D0DCDD;
}
.TagClassName
{
border-color: #D0DCDD;
}
</style>