Shades of Zumthor #D0DBDC
Tints of Zumthor #D0DBDC
RGB
CMYK
RGB Variations
Color information
#D0DBDC (or 0xD0DBDC) is known color: Zumthor. HEX triplet: D0, DB and DC. RGB value is (208,219,220). Sum of RGB (Red+Green+Blue) = 208+219+220=647 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.15% from 647); Green value is 219 (85.94% from 255 or 33.85% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 220 - color contains mainly: blue. Hex color #D0DBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DBDC is #2F2423. Grayscale: #D7D7D7. Windows color (decimal): -3089444 or 14474192. OLE color: 14474192.
HSL color Cylindrical-coordinate representation of color #D0DBDC: hue angle of 185º 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 #D0DBDC is Cyan = 0.05, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 208 | 219 | 220 | - |
CMYK | 0.05 | 0.00 | 0 | 0.14 |
HSL | 185º | 0.15% | 0.84% | - |
HSV(B) | 185º | 0.05% | 0.86% | - |
XYZ | 64.26 | 69.24 | 77.69 | - |
YUV | 215.83 | 130.36 | 122.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 219 | 220 | 0.05 | 0.00 | 0 | 0.14 | 185 | 0.15 | 0.84 |
Hex | D0 | DB | DC | 5 | 0 | 0 | E | B9 | F | 54 |
Octal | 320 | 333 | 334 | 5 | 0 | 0 | 16 | 271 | 17 | 124 |
Binary | 11010000 | 11011011 | 11011100 | 101 | 0 | 0 | 1110 | 10111001 | 1111 | 1010100 |
Color Harmonies of #D0DBDC
Complementary color
Monochromatic Colors of #D0DBDC
Black with #D0DBDC
Text Example
Text Example
White with #D0DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DBDC; }
p { color: rgb(208,219,220); }
H1.HeaderClassName
{
color: #D0DBDC;
}
.AnyTagClassName
{
color: #D0DBDC;
}
</style>
background-color css
<style>
a { background-color: #D0DBDC; }
a { background-color: rgb(208,219,220); }
div.DivClassName
{
background-color: #D0DBDC;
}
.BgClassName
{
background-color: #D0DBDC;
}
</style>
border-color css
<style>
span { border-color: #D0DBDC; }
span { border-color: rgb(208,219,220); }
td.TdClassName
{
border-color: #D0DBDC;
}
.TagClassName
{
border-color: #D0DBDC;
}
</style>