Shades of Zumthor #CCDADE
Tints of Zumthor #CCDADE
RGB
CMYK
RGB Variations
Color information
#CCDADE (or 0xCCDADE) is known color: Zumthor. HEX triplet: CC, DA and DE. RGB value is (204,218,222). Sum of RGB (Red+Green+Blue) = 204+218+222=644 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.68% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 222 (87.11% from 255 or 34.47% from 644); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCDADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDADE is #332521. Grayscale: #D6D6D6. Windows color (decimal): -3351842 or 14605004. OLE color: 14605004.
HSL color Cylindrical-coordinate representation of color #CCDADE: hue angle of 193.33º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCDADE is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 218 | 222 | - |
CMYK | 0.08 | 0.02 | 0 | 0.13 |
HSL | 193.33º | 0.21% | 0.84% | - |
HSV(B) | 193.33º | 0.08% | 0.87% | - |
XYZ | 63.16 | 68.25 | 78.95 | - |
YUV | 214.27 | 132.36 | 120.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 218 | 222 | 0.08 | 0.02 | 0 | 0.13 | 193.33 | 0.21 | 0.84 |
Hex | CC | DA | DE | 8 | 2 | 0 | D | C1 | 15 | 54 |
Octal | 314 | 332 | 336 | 10 | 2 | 0 | 15 | 301 | 25 | 124 |
Binary | 11001100 | 11011010 | 11011110 | 1000 | 10 | 0 | 1101 | 11000001 | 10101 | 1010100 |
Color Harmonies of #CCDADE
Complementary color
Monochromatic Colors of #CCDADE
Black with #CCDADE
Text Example
Text Example
White with #CCDADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDADE; }
p { color: rgb(204,218,222); }
H1.HeaderClassName
{
color: #CCDADE;
}
.AnyTagClassName
{
color: #CCDADE;
}
</style>
background-color css
<style>
a { background-color: #CCDADE; }
a { background-color: rgb(204,218,222); }
div.DivClassName
{
background-color: #CCDADE;
}
.BgClassName
{
background-color: #CCDADE;
}
</style>
border-color css
<style>
span { border-color: #CCDADE; }
span { border-color: rgb(204,218,222); }
td.TdClassName
{
border-color: #CCDADE;
}
.TagClassName
{
border-color: #CCDADE;
}
</style>