Shades of Zumthor #CDDCDB
Tints of Zumthor #CDDCDB
RGB
CMYK
RGB Variations
Color information
#CDDCDB (or 0xCDDCDB) is known color: Zumthor. HEX triplet: CD, DC and DB. RGB value is (205,220,219). Sum of RGB (Red+Green+Blue) = 205+220+219=644 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.83% from 644); Green value is 220 (86.33% from 255 or 34.16% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDCDB is #322324. Grayscale: #D7D7D7. Windows color (decimal): -3285797 or 14408909. OLE color: 14408909.
HSL color Cylindrical-coordinate representation of color #CDDCDB: hue angle of 176º 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 #CDDCDB is Cyan = 0.07, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 219 | - |
| CMYK | 0.07 | 0 | 0.00 | 0.14 |
| HSL | 176º | 0.18% | 0.83% | - |
| HSV(B) | 176º | 0.07% | 0.86% | - |
| XYZ | 63.56 | 69.28 | 77.04 | - |
| YUV | 215.4 | 130.03 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 219 | 0.07 | 0 | 0.00 | 0.14 | 176 | 0.18 | 0.83 |
| Hex | CD | DC | DB | 7 | 0 | 0 | E | B0 | 12 | 53 |
| Octal | 315 | 334 | 333 | 7 | 0 | 0 | 16 | 260 | 22 | 123 |
| Binary | 11001101 | 11011100 | 11011011 | 111 | 0 | 0 | 1110 | 10110000 | 10010 | 1010011 |
Color Harmonies of #CDDCDB
Complementary color
Monochromatic Colors of #CDDCDB
Black with #CDDCDB
Text Example
Text Example
White with #CDDCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDCDB; }
p { color: rgb(205,220,219); }
H1.HeaderClassName
{
color: #CDDCDB;
}
.AnyTagClassName
{
color: #CDDCDB;
}
</style>
background-color css
<style>
a { background-color: #CDDCDB; }
a { background-color: rgb(205,220,219); }
div.DivClassName
{
background-color: #CDDCDB;
}
.BgClassName
{
background-color: #CDDCDB;
}
</style>
border-color css
<style>
span { border-color: #CDDCDB; }
span { border-color: rgb(205,220,219); }
td.TdClassName
{
border-color: #CDDCDB;
}
.TagClassName
{
border-color: #CDDCDB;
}
</style>