Shades of Zumthor #D2DADB
Tints of Zumthor #D2DADB
RGB
CMYK
RGB Variations
Color information
#D2DADB (or 0xD2DADB) is known color: Zumthor. HEX triplet: D2, DA and DB. RGB value is (210,218,219). Sum of RGB (Red+Green+Blue) = 210+218+219=647 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.46% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 219 - color contains mainly: blue. Hex color #D2DADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DADB is #2D2524. Grayscale: #D7D7D7. Windows color (decimal): -2958629 or 14408402. OLE color: 14408402.
HSL color Cylindrical-coordinate representation of color #D2DADB: hue angle of 186.67º degrees, saturation: 0.11, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D2DADB is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 210 | 218 | 219 | - |
CMYK | 0.04 | 0.00 | 0 | 0.14 |
HSL | 186.67º | 0.11% | 0.84% | - |
HSV(B) | 186.67º | 0.04% | 0.86% | - |
XYZ | 64.44 | 68.96 | 76.93 | - |
YUV | 215.72 | 129.85 | 123.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 218 | 219 | 0.04 | 0.00 | 0 | 0.14 | 186.67 | 0.11 | 0.84 |
Hex | D2 | DA | DB | 4 | 0 | 0 | E | BB | B | 54 |
Octal | 322 | 332 | 333 | 4 | 0 | 0 | 16 | 273 | 13 | 124 |
Binary | 11010010 | 11011010 | 11011011 | 100 | 0 | 0 | 1110 | 10111011 | 1011 | 1010100 |
Color Harmonies of #D2DADB
Complementary color
Monochromatic Colors of #D2DADB
Black with #D2DADB
Text Example
Text Example
White with #D2DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DADB; }
p { color: rgb(210,218,219); }
H1.HeaderClassName
{
color: #D2DADB;
}
.AnyTagClassName
{
color: #D2DADB;
}
</style>
background-color css
<style>
a { background-color: #D2DADB; }
a { background-color: rgb(210,218,219); }
div.DivClassName
{
background-color: #D2DADB;
}
.BgClassName
{
background-color: #D2DADB;
}
</style>
border-color css
<style>
span { border-color: #D2DADB; }
span { border-color: rgb(210,218,219); }
td.TdClassName
{
border-color: #D2DADB;
}
.TagClassName
{
border-color: #D2DADB;
}
</style>