Shades of Zumthor #CBD9D8
Tints of Zumthor #CBD9D8
RGB
CMYK
RGB Variations
Color information
#CBD9D8 (or 0xCBD9D8) is known color: Zumthor. HEX triplet: CB, D9 and D8. RGB value is (203,217,216). Sum of RGB (Red+Green+Blue) = 203+217+216=636 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.92% from 636); Green value is 217 (85.16% from 255 or 34.12% from 636); Blue value is 216 (84.77% from 255 or 33.96% from 636); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD9D8 is #342627. Grayscale: #D4D4D4. Windows color (decimal): -3417640 or 14211531. OLE color: 14211531.
HSL color Cylindrical-coordinate representation of color #CBD9D8: hue angle of 175.71º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CBD9D8 is Cyan = 0.06, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 217 | 216 | - |
| CMYK | 0.06 | 0 | 0.00 | 0.15 |
| HSL | 175.71º | 0.16% | 0.82% | - |
| HSV(B) | 175.71º | 0.06% | 0.85% | - |
| XYZ | 61.84 | 67.28 | 74.69 | - |
| YUV | 212.7 | 129.86 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 217 | 216 | 0.06 | 0 | 0.00 | 0.15 | 175.71 | 0.16 | 0.82 |
| Hex | CB | D9 | D8 | 6 | 0 | 0 | F | B0 | 10 | 52 |
| Octal | 313 | 331 | 330 | 6 | 0 | 0 | 17 | 260 | 20 | 122 |
| Binary | 11001011 | 11011001 | 11011000 | 110 | 0 | 0 | 1111 | 10110000 | 10000 | 1010010 |
Color Harmonies of #CBD9D8
Complementary color
Monochromatic Colors of #CBD9D8
Black with #CBD9D8
Text Example
Text Example
White with #CBD9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD9D8; }
p { color: rgb(203,217,216); }
H1.HeaderClassName
{
color: #CBD9D8;
}
.AnyTagClassName
{
color: #CBD9D8;
}
</style>
background-color css
<style>
a { background-color: #CBD9D8; }
a { background-color: rgb(203,217,216); }
div.DivClassName
{
background-color: #CBD9D8;
}
.BgClassName
{
background-color: #CBD9D8;
}
</style>
border-color css
<style>
span { border-color: #CBD9D8; }
span { border-color: rgb(203,217,216); }
td.TdClassName
{
border-color: #CBD9D8;
}
.TagClassName
{
border-color: #CBD9D8;
}
</style>