Shades of Zumthor #CDD8D8
Tints of Zumthor #CDD8D8
RGB
CMYK
RGB Variations
Color information
#CDD8D8 (or 0xCDD8D8) is known color: Zumthor. HEX triplet: CD, D8 and D8. RGB value is (205,216,216). Sum of RGB (Red+Green+Blue) = 205+216+216=637 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.18% from 637); Green value is 216 (84.77% from 255 or 33.91% from 637); Blue value is 216 (84.77% from 255 or 33.91% from 637); Max value from RGB is 216 - color contains mainly: green, blue. Hex color #CDD8D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD8D8 is #322727. Grayscale: #D4D4D4. Windows color (decimal): -3286824 or 14211277. OLE color: 14211277.
HSL color Cylindrical-coordinate representation of color #CDD8D8: hue angle of 180º degrees, saturation: 0.12, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CDD8D8 is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 216 | - |
| CMYK | 0.05 | 0 | 0 | 0.15 |
| HSL | 180º | 0.12% | 0.83% | - |
| HSV(B) | 180º | 0.05% | 0.85% | - |
| XYZ | 62.13 | 67.05 | 74.63 | - |
| YUV | 212.71 | 129.86 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 216 | 0.05 | 0 | 0 | 0.15 | 180 | 0.12 | 0.83 |
| Hex | CD | D8 | D8 | 5 | 0 | 0 | F | B4 | C | 53 |
| Octal | 315 | 330 | 330 | 5 | 0 | 0 | 17 | 264 | 14 | 123 |
| Binary | 11001101 | 11011000 | 11011000 | 101 | 0 | 0 | 1111 | 10110100 | 1100 | 1010011 |
Color Harmonies of #CDD8D8
Complementary color
Monochromatic Colors of #CDD8D8
Black with #CDD8D8
Text Example
Text Example
White with #CDD8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD8D8; }
p { color: rgb(205,216,216); }
H1.HeaderClassName
{
color: #CDD8D8;
}
.AnyTagClassName
{
color: #CDD8D8;
}
</style>
background-color css
<style>
a { background-color: #CDD8D8; }
a { background-color: rgb(205,216,216); }
div.DivClassName
{
background-color: #CDD8D8;
}
.BgClassName
{
background-color: #CDD8D8;
}
</style>
border-color css
<style>
span { border-color: #CDD8D8; }
span { border-color: rgb(205,216,216); }
td.TdClassName
{
border-color: #CDD8D8;
}
.TagClassName
{
border-color: #CDD8D8;
}
</style>