Shades of Zumthor #CADCDE
Tints of Zumthor #CADCDE
RGB
CMYK
RGB Variations
Color information
#CADCDE (or 0xCADCDE) is known color: Zumthor. HEX triplet: CA, DC and DE. RGB value is (202,220,222). Sum of RGB (Red+Green+Blue) = 202+220+222=644 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.37% from 644); Green value is 220 (86.33% from 255 or 34.16% 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 #CADCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADCDE is #352321. Grayscale: #D6D6D6. Windows color (decimal): -3482402 or 14605514. OLE color: 14605514.
HSL color Cylindrical-coordinate representation of color #CADCDE: hue angle of 186º 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 #CADCDE is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 220 | 222 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.13 |
| HSL | 186º | 0.23% | 0.83% | - |
| HSV(B) | 186º | 0.09% | 0.87% | - |
| XYZ | 63.14 | 69.02 | 79.1 | - |
| YUV | 214.85 | 132.04 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 220 | 222 | 0.09 | 0.01 | 0 | 0.13 | 186 | 0.23 | 0.83 |
| Hex | CA | DC | DE | 9 | 1 | 0 | D | BA | 17 | 53 |
| Octal | 312 | 334 | 336 | 11 | 1 | 0 | 15 | 272 | 27 | 123 |
| Binary | 11001010 | 11011100 | 11011110 | 1001 | 1 | 0 | 1101 | 10111010 | 10111 | 1010011 |
Color Harmonies of #CADCDE
Complementary color
Monochromatic Colors of #CADCDE
Black with #CADCDE
Text Example
Text Example
White with #CADCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADCDE; }
p { color: rgb(202,220,222); }
H1.HeaderClassName
{
color: #CADCDE;
}
.AnyTagClassName
{
color: #CADCDE;
}
</style>
background-color css
<style>
a { background-color: #CADCDE; }
a { background-color: rgb(202,220,222); }
div.DivClassName
{
background-color: #CADCDE;
}
.BgClassName
{
background-color: #CADCDE;
}
</style>
border-color css
<style>
span { border-color: #CADCDE; }
span { border-color: rgb(202,220,222); }
td.TdClassName
{
border-color: #CADCDE;
}
.TagClassName
{
border-color: #CADCDE;
}
</style>