Shades of Zumthor #CDDBDD
Tints of Zumthor #CDDBDD
RGB
CMYK
RGB Variations
Color information
#CDDBDD (or 0xCDDBDD) is known color: Zumthor. HEX triplet: CD, DB and DD. RGB value is (205,219,221). Sum of RGB (Red+Green+Blue) = 205+219+221=645 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.78% from 645); Green value is 219 (85.94% from 255 or 33.95% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDDBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDBDD is #322422. Grayscale: #D7D7D7. Windows color (decimal): -3286051 or 14539725. OLE color: 14539725.
HSL color Cylindrical-coordinate representation of color #CDDBDD: hue angle of 187.5º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDDBDD is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 205 | 219 | 221 | - |
CMYK | 0.07 | 0.01 | 0 | 0.13 |
HSL | 187.5º | 0.19% | 0.84% | - |
HSV(B) | 187.5º | 0.07% | 0.87% | - |
XYZ | 63.56 | 68.86 | 78.35 | - |
YUV | 215.04 | 131.36 | 120.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 219 | 221 | 0.07 | 0.01 | 0 | 0.13 | 187.5 | 0.19 | 0.84 |
Hex | CD | DB | DD | 7 | 1 | 0 | D | BC | 13 | 54 |
Octal | 315 | 333 | 335 | 7 | 1 | 0 | 15 | 274 | 23 | 124 |
Binary | 11001101 | 11011011 | 11011101 | 111 | 1 | 0 | 1101 | 10111100 | 10011 | 1010100 |
Color Harmonies of #CDDBDD
Complementary color
Monochromatic Colors of #CDDBDD
Black with #CDDBDD
Text Example
Text Example
White with #CDDBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDBDD; }
p { color: rgb(205,219,221); }
H1.HeaderClassName
{
color: #CDDBDD;
}
.AnyTagClassName
{
color: #CDDBDD;
}
</style>
background-color css
<style>
a { background-color: #CDDBDD; }
a { background-color: rgb(205,219,221); }
div.DivClassName
{
background-color: #CDDBDD;
}
.BgClassName
{
background-color: #CDDBDD;
}
</style>
border-color css
<style>
span { border-color: #CDDBDD; }
span { border-color: rgb(205,219,221); }
td.TdClassName
{
border-color: #CDDBDD;
}
.TagClassName
{
border-color: #CDDBDD;
}
</style>