Shades of Zumthor #D0DBDB
Tints of Zumthor #D0DBDB
RGB
CMYK
RGB Variations
Color information
#D0DBDB (or 0xD0DBDB) is known color: Zumthor. HEX triplet: D0, DB and DB. RGB value is (208,219,219). Sum of RGB (Red+Green+Blue) = 208+219+219=646 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.20% from 646); Green value is 219 (85.94% from 255 or 33.90% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #D0DBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DBDB is #2F2424. Grayscale: #D7D7D7. Windows color (decimal): -3089445 or 14408656. OLE color: 14408656.
HSL color Cylindrical-coordinate representation of color #D0DBDB: hue angle of 180º degrees, saturation: 0.13, 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 #D0DBDB is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 208 | 219 | 219 | - |
CMYK | 0.05 | 0 | 0 | 0.14 |
HSL | 180º | 0.13% | 0.84% | - |
HSV(B) | 180º | 0.05% | 0.86% | - |
XYZ | 64.13 | 69.19 | 76.99 | - |
YUV | 215.71 | 129.86 | 122.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 219 | 219 | 0.05 | 0 | 0 | 0.14 | 180 | 0.13 | 0.84 |
Hex | D0 | DB | DB | 5 | 0 | 0 | E | B4 | D | 54 |
Octal | 320 | 333 | 333 | 5 | 0 | 0 | 16 | 264 | 15 | 124 |
Binary | 11010000 | 11011011 | 11011011 | 101 | 0 | 0 | 1110 | 10110100 | 1101 | 1010100 |
Color Harmonies of #D0DBDB
Complementary color
Monochromatic Colors of #D0DBDB
Black with #D0DBDB
Text Example
Text Example
White with #D0DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DBDB; }
p { color: rgb(208,219,219); }
H1.HeaderClassName
{
color: #D0DBDB;
}
.AnyTagClassName
{
color: #D0DBDB;
}
</style>
background-color css
<style>
a { background-color: #D0DBDB; }
a { background-color: rgb(208,219,219); }
div.DivClassName
{
background-color: #D0DBDB;
}
.BgClassName
{
background-color: #D0DBDB;
}
</style>
border-color css
<style>
span { border-color: #D0DBDB; }
span { border-color: rgb(208,219,219); }
td.TdClassName
{
border-color: #D0DBDB;
}
.TagClassName
{
border-color: #D0DBDB;
}
</style>