Shades of Zumthor #CCDADD
Tints of Zumthor #CCDADD
RGB
CMYK
RGB Variations
Color information
#CCDADD (or 0xCCDADD) is known color: Zumthor. HEX triplet: CC, DA and DD. RGB value is (204,218,221). Sum of RGB (Red+Green+Blue) = 204+218+221=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 221 (86.72% from 255 or 34.37% from 643); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCDADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDADD is #332522. Grayscale: #D6D6D6. Windows color (decimal): -3351843 or 14539468. OLE color: 14539468.
HSL color Cylindrical-coordinate representation of color #CCDADD: hue angle of 190.59º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCDADD is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 218 | 221 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.13 |
| HSL | 190.59º | 0.2% | 0.83% | - |
| HSV(B) | 190.59º | 0.08% | 0.87% | - |
| XYZ | 63.02 | 68.2 | 78.25 | - |
| YUV | 214.16 | 131.86 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 221 | 0.08 | 0.01 | 0 | 0.13 | 190.59 | 0.2 | 0.83 |
| Hex | CC | DA | DD | 8 | 1 | 0 | D | BF | 14 | 53 |
| Octal | 314 | 332 | 335 | 10 | 1 | 0 | 15 | 277 | 24 | 123 |
| Binary | 11001100 | 11011010 | 11011101 | 1000 | 1 | 0 | 1101 | 10111111 | 10100 | 1010011 |
Color Harmonies of #CCDADD
Complementary color
Monochromatic Colors of #CCDADD
Black with #CCDADD
Text Example
Text Example
White with #CCDADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDADD; }
p { color: rgb(204,218,221); }
H1.HeaderClassName
{
color: #CCDADD;
}
.AnyTagClassName
{
color: #CCDADD;
}
</style>
background-color css
<style>
a { background-color: #CCDADD; }
a { background-color: rgb(204,218,221); }
div.DivClassName
{
background-color: #CCDADD;
}
.BgClassName
{
background-color: #CCDADD;
}
</style>
border-color css
<style>
span { border-color: #CCDADD; }
span { border-color: rgb(204,218,221); }
td.TdClassName
{
border-color: #CCDADD;
}
.TagClassName
{
border-color: #CCDADD;
}
</style>