Shades of Zumthor #CADDDC
Tints of Zumthor #CADDDC
RGB
CMYK
RGB Variations
Color information
#CADDDC (or 0xCADDDC) is known color: Zumthor. HEX triplet: CA, DD and DC. RGB value is (202,221,220). Sum of RGB (Red+Green+Blue) = 202+221+220=643 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.42% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDDC is #352223. Grayscale: #D7D7D7. Windows color (decimal): -3482148 or 14474698. OLE color: 14474698.
HSL color Cylindrical-coordinate representation of color #CADDDC: hue angle of 176.84º degrees, saturation: 0.22, 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 #CADDDC is Cyan = 0.09, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 220 | - |
| CMYK | 0.09 | 0 | 0.00 | 0.13 |
| HSL | 176.84º | 0.22% | 0.83% | - |
| HSV(B) | 176.84º | 0.09% | 0.87% | - |
| XYZ | 63.13 | 69.44 | 77.79 | - |
| YUV | 215.21 | 130.71 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 220 | 0.09 | 0 | 0.00 | 0.13 | 176.84 | 0.22 | 0.83 |
| Hex | CA | DD | DC | 9 | 0 | 0 | D | B1 | 16 | 53 |
| Octal | 312 | 335 | 334 | 11 | 0 | 0 | 15 | 261 | 26 | 123 |
| Binary | 11001010 | 11011101 | 11011100 | 1001 | 0 | 0 | 1101 | 10110001 | 10110 | 1010011 |
Color Harmonies of #CADDDC
Complementary color
Monochromatic Colors of #CADDDC
Black with #CADDDC
Text Example
Text Example
White with #CADDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDDC; }
p { color: rgb(202,221,220); }
H1.HeaderClassName
{
color: #CADDDC;
}
.AnyTagClassName
{
color: #CADDDC;
}
</style>
background-color css
<style>
a { background-color: #CADDDC; }
a { background-color: rgb(202,221,220); }
div.DivClassName
{
background-color: #CADDDC;
}
.BgClassName
{
background-color: #CADDDC;
}
</style>
border-color css
<style>
span { border-color: #CADDDC; }
span { border-color: rgb(202,221,220); }
td.TdClassName
{
border-color: #CADDDC;
}
.TagClassName
{
border-color: #CADDDC;
}
</style>