Shades of Zumthor #CCD6DA
Tints of Zumthor #CCD6DA
RGB
CMYK
RGB Variations
Color information
#CCD6DA (or 0xCCD6DA) is known color: Zumthor. HEX triplet: CC, D6 and DA. RGB value is (204,214,218). Sum of RGB (Red+Green+Blue) = 204+214+218=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 214 (83.98% from 255 or 33.65% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCD6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD6DA is #332925. Grayscale: #D3D3D3. Windows color (decimal): -3352870 or 14341836. OLE color: 14341836.
HSL color Cylindrical-coordinate representation of color #CCD6DA: hue angle of 197.14º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCD6DA is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 214 | 218 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.15 |
| HSL | 197.14º | 0.16% | 0.83% | - |
| HSV(B) | 197.14º | 0.06% | 0.85% | - |
| XYZ | 61.6 | 65.99 | 75.82 | - |
| YUV | 211.47 | 131.69 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 218 | 0.06 | 0.02 | 0 | 0.15 | 197.14 | 0.16 | 0.83 |
| Hex | CC | D6 | DA | 6 | 2 | 0 | F | C5 | 10 | 53 |
| Octal | 314 | 326 | 332 | 6 | 2 | 0 | 17 | 305 | 20 | 123 |
| Binary | 11001100 | 11010110 | 11011010 | 110 | 10 | 0 | 1111 | 11000101 | 10000 | 1010011 |
Color Harmonies of #CCD6DA
Complementary color
Monochromatic Colors of #CCD6DA
Black with #CCD6DA
Text Example
Text Example
White with #CCD6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD6DA; }
p { color: rgb(204,214,218); }
H1.HeaderClassName
{
color: #CCD6DA;
}
.AnyTagClassName
{
color: #CCD6DA;
}
</style>
background-color css
<style>
a { background-color: #CCD6DA; }
a { background-color: rgb(204,214,218); }
div.DivClassName
{
background-color: #CCD6DA;
}
.BgClassName
{
background-color: #CCD6DA;
}
</style>
border-color css
<style>
span { border-color: #CCD6DA; }
span { border-color: rgb(204,214,218); }
td.TdClassName
{
border-color: #CCD6DA;
}
.TagClassName
{
border-color: #CCD6DA;
}
</style>