Shades of Zumthor #CDD8DC
Tints of Zumthor #CDD8DC
RGB
CMYK
RGB Variations
Color information
#CDD8DC (or 0xCDD8DC) is known color: Zumthor. HEX triplet: CD, D8 and DC. RGB value is (205,216,220). Sum of RGB (Red+Green+Blue) = 205+216+220=641 (84% of max value = 765). Red value is 205 (80.47% from 255 or 31.98% from 641); Green value is 216 (84.77% from 255 or 33.70% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDD8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD8DC is #322723. Grayscale: #D5D5D5. Windows color (decimal): -3286820 or 14473421. OLE color: 14473421.
HSL color Cylindrical-coordinate representation of color #CDD8DC: hue angle of 196º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDD8DC is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 216 | 220 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.14 |
| HSL | 196º | 0.18% | 0.83% | - |
| HSV(B) | 196º | 0.07% | 0.86% | - |
| XYZ | 62.65 | 67.26 | 77.39 | - |
| YUV | 213.17 | 131.86 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 220 | 0.07 | 0.02 | 0 | 0.14 | 196 | 0.18 | 0.83 |
| Hex | CD | D8 | DC | 7 | 2 | 0 | E | C4 | 12 | 53 |
| Octal | 315 | 330 | 334 | 7 | 2 | 0 | 16 | 304 | 22 | 123 |
| Binary | 11001101 | 11011000 | 11011100 | 111 | 10 | 0 | 1110 | 11000100 | 10010 | 1010011 |
Color Harmonies of #CDD8DC
Complementary color
Monochromatic Colors of #CDD8DC
Black with #CDD8DC
Text Example
Text Example
White with #CDD8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD8DC; }
p { color: rgb(205,216,220); }
H1.HeaderClassName
{
color: #CDD8DC;
}
.AnyTagClassName
{
color: #CDD8DC;
}
</style>
background-color css
<style>
a { background-color: #CDD8DC; }
a { background-color: rgb(205,216,220); }
div.DivClassName
{
background-color: #CDD8DC;
}
.BgClassName
{
background-color: #CDD8DC;
}
</style>
border-color css
<style>
span { border-color: #CDD8DC; }
span { border-color: rgb(205,216,220); }
td.TdClassName
{
border-color: #CDD8DC;
}
.TagClassName
{
border-color: #CDD8DC;
}
</style>