Shades of Zumthor #CADADE
Tints of Zumthor #CADADE
RGB
CMYK
RGB Variations
Color information
#CADADE (or 0xCADADE) is known color: Zumthor. HEX triplet: CA, DA and DE. RGB value is (202,218,222). Sum of RGB (Red+Green+Blue) = 202+218+222=642 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.46% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 222 (87.11% from 255 or 34.58% from 642); Max value from RGB is 222 - color contains mainly: blue. Hex color #CADADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADADE is #352521. Grayscale: #D5D5D5. Windows color (decimal): -3482914 or 14605002. OLE color: 14605002.
HSL color Cylindrical-coordinate representation of color #CADADE: hue angle of 192º degrees, saturation: 0.23, 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 #CADADE is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 218 | 222 | - |
CMYK | 0.09 | 0.02 | 0 | 0.13 |
HSL | 192º | 0.23% | 0.83% | - |
HSV(B) | 192º | 0.09% | 0.87% | - |
XYZ | 62.61 | 67.97 | 78.93 | - |
YUV | 213.67 | 132.7 | 119.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 218 | 222 | 0.09 | 0.02 | 0 | 0.13 | 192 | 0.23 | 0.83 |
Hex | CA | DA | DE | 9 | 2 | 0 | D | C0 | 17 | 53 |
Octal | 312 | 332 | 336 | 11 | 2 | 0 | 15 | 300 | 27 | 123 |
Binary | 11001010 | 11011010 | 11011110 | 1001 | 10 | 0 | 1101 | 11000000 | 10111 | 1010011 |
Color Harmonies of #CADADE
Complementary color
Monochromatic Colors of #CADADE
Black with #CADADE
Text Example
Text Example
White with #CADADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADADE; }
p { color: rgb(202,218,222); }
H1.HeaderClassName
{
color: #CADADE;
}
.AnyTagClassName
{
color: #CADADE;
}
</style>
background-color css
<style>
a { background-color: #CADADE; }
a { background-color: rgb(202,218,222); }
div.DivClassName
{
background-color: #CADADE;
}
.BgClassName
{
background-color: #CADADE;
}
</style>
border-color css
<style>
span { border-color: #CADADE; }
span { border-color: rgb(202,218,222); }
td.TdClassName
{
border-color: #CADADE;
}
.TagClassName
{
border-color: #CADADE;
}
</style>