Shades of Zumthor #D0DADC
Tints of Zumthor #D0DADC
RGB
CMYK
RGB Variations
Color information
#D0DADC (or 0xD0DADC) is known color: Zumthor. HEX triplet: D0, DA and DC. RGB value is (208,218,220). Sum of RGB (Red+Green+Blue) = 208+218+220=646 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.20% from 646); Green value is 218 (85.55% from 255 or 33.75% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 220 - color contains mainly: blue. Hex color #D0DADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DADC is #2F2523. Grayscale: #D7D7D7. Windows color (decimal): -3089700 or 14473936. OLE color: 14473936.
HSL color Cylindrical-coordinate representation of color #D0DADC: hue angle of 190º degrees, saturation: 0.15, 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 #D0DADC is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 218 | 220 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.14 |
| HSL | 190º | 0.15% | 0.84% | - |
| HSV(B) | 190º | 0.05% | 0.86% | - |
| XYZ | 64 | 68.72 | 77.6 | - |
| YUV | 215.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 218 | 220 | 0.05 | 0.01 | 0 | 0.14 | 190 | 0.15 | 0.84 |
| Hex | D0 | DA | DC | 5 | 1 | 0 | E | BE | F | 54 |
| Octal | 320 | 332 | 334 | 5 | 1 | 0 | 16 | 276 | 17 | 124 |
| Binary | 11010000 | 11011010 | 11011100 | 101 | 1 | 0 | 1110 | 10111110 | 1111 | 1010100 |
Color Harmonies of #D0DADC
Complementary color
Monochromatic Colors of #D0DADC
Black with #D0DADC
Text Example
Text Example
White with #D0DADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DADC; }
p { color: rgb(208,218,220); }
H1.HeaderClassName
{
color: #D0DADC;
}
.AnyTagClassName
{
color: #D0DADC;
}
</style>
background-color css
<style>
a { background-color: #D0DADC; }
a { background-color: rgb(208,218,220); }
div.DivClassName
{
background-color: #D0DADC;
}
.BgClassName
{
background-color: #D0DADC;
}
</style>
border-color css
<style>
span { border-color: #D0DADC; }
span { border-color: rgb(208,218,220); }
td.TdClassName
{
border-color: #D0DADC;
}
.TagClassName
{
border-color: #D0DADC;
}
</style>