Shades of Zumthor #CADBDD
Tints of Zumthor #CADBDD
RGB
CMYK
RGB Variations
Color information
#CADBDD (or 0xCADBDD) is known color: Zumthor. HEX triplet: CA, DB and DD. RGB value is (202,219,221). Sum of RGB (Red+Green+Blue) = 202+219+221=642 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.46% from 642); Green value is 219 (85.94% from 255 or 34.11% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 221 - color contains mainly: blue. Hex color #CADBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADBDD is #352422. Grayscale: #D6D6D6. Windows color (decimal): -3482659 or 14539722. OLE color: 14539722.
HSL color Cylindrical-coordinate representation of color #CADBDD: hue angle of 186.32º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CADBDD is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 219 | 221 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.13 |
| HSL | 186.32º | 0.22% | 0.83% | - |
| HSV(B) | 186.32º | 0.09% | 0.87% | - |
| XYZ | 62.74 | 68.44 | 78.31 | - |
| YUV | 214.15 | 131.87 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 219 | 221 | 0.09 | 0.01 | 0 | 0.13 | 186.32 | 0.22 | 0.83 |
| Hex | CA | DB | DD | 9 | 1 | 0 | D | BA | 16 | 53 |
| Octal | 312 | 333 | 335 | 11 | 1 | 0 | 15 | 272 | 26 | 123 |
| Binary | 11001010 | 11011011 | 11011101 | 1001 | 1 | 0 | 1101 | 10111010 | 10110 | 1010011 |
Color Harmonies of #CADBDD
Complementary color
Monochromatic Colors of #CADBDD
Black with #CADBDD
Text Example
Text Example
White with #CADBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADBDD; }
p { color: rgb(202,219,221); }
H1.HeaderClassName
{
color: #CADBDD;
}
.AnyTagClassName
{
color: #CADBDD;
}
</style>
background-color css
<style>
a { background-color: #CADBDD; }
a { background-color: rgb(202,219,221); }
div.DivClassName
{
background-color: #CADBDD;
}
.BgClassName
{
background-color: #CADBDD;
}
</style>
border-color css
<style>
span { border-color: #CADBDD; }
span { border-color: rgb(202,219,221); }
td.TdClassName
{
border-color: #CADBDD;
}
.TagClassName
{
border-color: #CADBDD;
}
</style>