Shades of Zumthor #CBDDDE
Tints of Zumthor #CBDDDE
RGB
CMYK
RGB Variations
Color information
#CBDDDE (or 0xCBDDDE) is known color: Zumthor. HEX triplet: CB, DD and DE. RGB value is (203,221,222). Sum of RGB (Red+Green+Blue) = 203+221+222=646 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.42% from 646); Green value is 221 (86.72% from 255 or 34.21% from 646); Blue value is 222 (87.11% from 255 or 34.37% from 646); Max value from RGB is 222 - color contains mainly: blue. Hex color #CBDDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDDDE is #342221. Grayscale: #D7D7D7. Windows color (decimal): -3416610 or 14605771. OLE color: 14605771.
HSL color Cylindrical-coordinate representation of color #CBDDDE: hue angle of 183.16º 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 #CBDDDE is Cyan = 0.09, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 221 | 222 | - |
| CMYK | 0.09 | 0.00 | 0 | 0.13 |
| HSL | 183.16º | 0.22% | 0.83% | - |
| HSV(B) | 183.16º | 0.09% | 0.87% | - |
| XYZ | 63.67 | 69.68 | 79.2 | - |
| YUV | 215.73 | 131.54 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 221 | 222 | 0.09 | 0.00 | 0 | 0.13 | 183.16 | 0.22 | 0.83 |
| Hex | CB | DD | DE | 9 | 0 | 0 | D | B7 | 16 | 53 |
| Octal | 313 | 335 | 336 | 11 | 0 | 0 | 15 | 267 | 26 | 123 |
| Binary | 11001011 | 11011101 | 11011110 | 1001 | 0 | 0 | 1101 | 10110111 | 10110 | 1010011 |
Color Harmonies of #CBDDDE
Complementary color
Monochromatic Colors of #CBDDDE
Black with #CBDDDE
Text Example
Text Example
White with #CBDDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDDDE; }
p { color: rgb(203,221,222); }
H1.HeaderClassName
{
color: #CBDDDE;
}
.AnyTagClassName
{
color: #CBDDDE;
}
</style>
background-color css
<style>
a { background-color: #CBDDDE; }
a { background-color: rgb(203,221,222); }
div.DivClassName
{
background-color: #CBDDDE;
}
.BgClassName
{
background-color: #CBDDDE;
}
</style>
border-color css
<style>
span { border-color: #CBDDDE; }
span { border-color: rgb(203,221,222); }
td.TdClassName
{
border-color: #CBDDDE;
}
.TagClassName
{
border-color: #CBDDDE;
}
</style>