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