Shades of Zumthor #CADDDE
Tints of Zumthor #CADDDE
RGB
CMYK
RGB Variations
Color information
#CADDDE (or 0xCADDDE) is known color: Zumthor. HEX triplet: CA, DD and DE. RGB value is (202,221,222). Sum of RGB (Red+Green+Blue) = 202+221+222=645 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.32% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 222 (87.11% from 255 or 34.42% from 645); Max value from RGB is 222 - color contains mainly: blue. Hex color #CADDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDDE is #352221. Grayscale: #D7D7D7. Windows color (decimal): -3482146 or 14605770. OLE color: 14605770.
HSL color Cylindrical-coordinate representation of color #CADDDE: hue angle of 183º 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 #CADDDE is Cyan = 0.09, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 222 | - |
| CMYK | 0.09 | 0.00 | 0 | 0.13 |
| HSL | 183º | 0.23% | 0.83% | - |
| HSV(B) | 183º | 0.09% | 0.87% | - |
| XYZ | 63.4 | 69.54 | 79.19 | - |
| YUV | 215.43 | 131.71 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 222 | 0.09 | 0.00 | 0 | 0.13 | 183 | 0.23 | 0.83 |
| Hex | CA | DD | DE | 9 | 0 | 0 | D | B7 | 17 | 53 |
| Octal | 312 | 335 | 336 | 11 | 0 | 0 | 15 | 267 | 27 | 123 |
| Binary | 11001010 | 11011101 | 11011110 | 1001 | 0 | 0 | 1101 | 10110111 | 10111 | 1010011 |
Color Harmonies of #CADDDE
Complementary color
Monochromatic Colors of #CADDDE
Black with #CADDDE
Text Example
Text Example
White with #CADDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDDE; }
p { color: rgb(202,221,222); }
H1.HeaderClassName
{
color: #CADDDE;
}
.AnyTagClassName
{
color: #CADDDE;
}
</style>
background-color css
<style>
a { background-color: #CADDDE; }
a { background-color: rgb(202,221,222); }
div.DivClassName
{
background-color: #CADDDE;
}
.BgClassName
{
background-color: #CADDDE;
}
</style>
border-color css
<style>
span { border-color: #CADDDE; }
span { border-color: rgb(202,221,222); }
td.TdClassName
{
border-color: #CADDDE;
}
.TagClassName
{
border-color: #CADDDE;
}
</style>