Shades of Zumthor #D1DCDC
Tints of Zumthor #D1DCDC
RGB
CMYK
RGB Variations
Color information
#D1DCDC (or 0xD1DCDC) is known color: Zumthor. HEX triplet: D1, DC and DC. RGB value is (209,220,220). Sum of RGB (Red+Green+Blue) = 209+220+220=649 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.20% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #D1DCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DCDC is #2E2323. Grayscale: #D8D8D8. Windows color (decimal): -3023652 or 14474449. OLE color: 14474449.
HSL color Cylindrical-coordinate representation of color #D1DCDC: hue angle of 180º degrees, saturation: 0.14, 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 #D1DCDC is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 220 | 220 | - |
| CMYK | 0.05 | 0 | 0 | 0.14 |
| HSL | 180º | 0.14% | 0.84% | - |
| HSV(B) | 180º | 0.05% | 0.86% | - |
| XYZ | 64.81 | 69.91 | 77.79 | - |
| YUV | 216.71 | 129.86 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 220 | 220 | 0.05 | 0 | 0 | 0.14 | 180 | 0.14 | 0.84 |
| Hex | D1 | DC | DC | 5 | 0 | 0 | E | B4 | E | 54 |
| Octal | 321 | 334 | 334 | 5 | 0 | 0 | 16 | 264 | 16 | 124 |
| Binary | 11010001 | 11011100 | 11011100 | 101 | 0 | 0 | 1110 | 10110100 | 1110 | 1010100 |
Color Harmonies of #D1DCDC
Complementary color
Monochromatic Colors of #D1DCDC
Black with #D1DCDC
Text Example
Text Example
White with #D1DCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DCDC; }
p { color: rgb(209,220,220); }
H1.HeaderClassName
{
color: #D1DCDC;
}
.AnyTagClassName
{
color: #D1DCDC;
}
</style>
background-color css
<style>
a { background-color: #D1DCDC; }
a { background-color: rgb(209,220,220); }
div.DivClassName
{
background-color: #D1DCDC;
}
.BgClassName
{
background-color: #D1DCDC;
}
</style>
border-color css
<style>
span { border-color: #D1DCDC; }
span { border-color: rgb(209,220,220); }
td.TdClassName
{
border-color: #D1DCDC;
}
.TagClassName
{
border-color: #D1DCDC;
}
</style>