Shades of Zumthor #CBDADE
Tints of Zumthor #CBDADE
RGB
CMYK
RGB Variations
Color information
#CBDADE (or 0xCBDADE) is known color: Zumthor. HEX triplet: CB, DA and DE. RGB value is (203,218,222). Sum of RGB (Red+Green+Blue) = 203+218+222=643 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.57% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 222 - color contains mainly: blue. Hex color #CBDADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDADE is #342521. Grayscale: #D5D5D5. Windows color (decimal): -3417378 or 14605003. OLE color: 14605003.
HSL color Cylindrical-coordinate representation of color #CBDADE: hue angle of 192.63º 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 #CBDADE is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 218 | 222 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.13 |
| HSL | 192.63º | 0.22% | 0.83% | - |
| HSV(B) | 192.63º | 0.09% | 0.87% | - |
| XYZ | 62.88 | 68.11 | 78.94 | - |
| YUV | 213.97 | 132.53 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 218 | 222 | 0.09 | 0.02 | 0 | 0.13 | 192.63 | 0.22 | 0.83 |
| Hex | CB | DA | DE | 9 | 2 | 0 | D | C1 | 16 | 53 |
| Octal | 313 | 332 | 336 | 11 | 2 | 0 | 15 | 301 | 26 | 123 |
| Binary | 11001011 | 11011010 | 11011110 | 1001 | 10 | 0 | 1101 | 11000001 | 10110 | 1010011 |
Color Harmonies of #CBDADE
Complementary color
Monochromatic Colors of #CBDADE
Black with #CBDADE
Text Example
Text Example
White with #CBDADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDADE; }
p { color: rgb(203,218,222); }
H1.HeaderClassName
{
color: #CBDADE;
}
.AnyTagClassName
{
color: #CBDADE;
}
</style>
background-color css
<style>
a { background-color: #CBDADE; }
a { background-color: rgb(203,218,222); }
div.DivClassName
{
background-color: #CBDADE;
}
.BgClassName
{
background-color: #CBDADE;
}
</style>
border-color css
<style>
span { border-color: #CBDADE; }
span { border-color: rgb(203,218,222); }
td.TdClassName
{
border-color: #CBDADE;
}
.TagClassName
{
border-color: #CBDADE;
}
</style>