Shades of Zumthor #D1DADB
Tints of Zumthor #D1DADB
RGB
CMYK
RGB Variations
Color information
#D1DADB (or 0xD1DADB) is known color: Zumthor. HEX triplet: D1, DA and DB. RGB value is (209,218,219). Sum of RGB (Red+Green+Blue) = 209+218+219=646 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.35% from 646); Green value is 218 (85.55% from 255 or 33.75% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 219 - color contains mainly: blue. Hex color #D1DADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DADB is #2E2524. Grayscale: #D7D7D7. Windows color (decimal): -3024165 or 14408401. OLE color: 14408401.
HSL color Cylindrical-coordinate representation of color #D1DADB: hue angle of 186º degrees, saturation: 0.12, 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 #D1DADB is Cyan = 0.05, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 209 | 218 | 219 | - |
CMYK | 0.05 | 0.00 | 0 | 0.14 |
HSL | 186º | 0.12% | 0.84% | - |
HSV(B) | 186º | 0.05% | 0.86% | - |
XYZ | 64.15 | 68.81 | 76.92 | - |
YUV | 215.42 | 130.02 | 123.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 218 | 219 | 0.05 | 0.00 | 0 | 0.14 | 186 | 0.12 | 0.84 |
Hex | D1 | DA | DB | 5 | 0 | 0 | E | BA | C | 54 |
Octal | 321 | 332 | 333 | 5 | 0 | 0 | 16 | 272 | 14 | 124 |
Binary | 11010001 | 11011010 | 11011011 | 101 | 0 | 0 | 1110 | 10111010 | 1100 | 1010100 |
Color Harmonies of #D1DADB
Complementary color
Monochromatic Colors of #D1DADB
Black with #D1DADB
Text Example
Text Example
White with #D1DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DADB; }
p { color: rgb(209,218,219); }
H1.HeaderClassName
{
color: #D1DADB;
}
.AnyTagClassName
{
color: #D1DADB;
}
</style>
background-color css
<style>
a { background-color: #D1DADB; }
a { background-color: rgb(209,218,219); }
div.DivClassName
{
background-color: #D1DADB;
}
.BgClassName
{
background-color: #D1DADB;
}
</style>
border-color css
<style>
span { border-color: #D1DADB; }
span { border-color: rgb(209,218,219); }
td.TdClassName
{
border-color: #D1DADB;
}
.TagClassName
{
border-color: #D1DADB;
}
</style>