Shades of Zumthor #CBD4D6
Tints of Zumthor #CBD4D6
RGB
CMYK
RGB Variations
Color information
#CBD4D6 (or 0xCBD4D6) is known color: Zumthor. HEX triplet: CB, D4 and D6. RGB value is (203,212,214). Sum of RGB (Red+Green+Blue) = 203+212+214=629 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.27% from 629); Green value is 212 (83.20% from 255 or 33.70% from 629); Blue value is 214 (83.98% from 255 or 34.02% from 629); Max value from RGB is 214 - color contains mainly: blue. Hex color #CBD4D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD4D6 is #342B29. Grayscale: #D1D1D1. Windows color (decimal): -3418922 or 14079179. OLE color: 14079179.
HSL color Cylindrical-coordinate representation of color #CBD4D6: hue angle of 190.91º degrees, saturation: 0.12, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CBD4D6 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 212 | 214 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.16 |
| HSL | 190.91º | 0.12% | 0.82% | - |
| HSV(B) | 190.91º | 0.05% | 0.84% | - |
| XYZ | 60.31 | 64.64 | 72.92 | - |
| YUV | 209.54 | 130.52 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 212 | 214 | 0.05 | 0.01 | 0 | 0.16 | 190.91 | 0.12 | 0.82 |
| Hex | CB | D4 | D6 | 5 | 1 | 0 | 10 | BF | C | 52 |
| Octal | 313 | 324 | 326 | 5 | 1 | 0 | 20 | 277 | 14 | 122 |
| Binary | 11001011 | 11010100 | 11010110 | 101 | 1 | 0 | 10000 | 10111111 | 1100 | 1010010 |
Color Harmonies of #CBD4D6
Complementary color
Monochromatic Colors of #CBD4D6
Black with #CBD4D6
Text Example
Text Example
White with #CBD4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD4D6; }
p { color: rgb(203,212,214); }
H1.HeaderClassName
{
color: #CBD4D6;
}
.AnyTagClassName
{
color: #CBD4D6;
}
</style>
background-color css
<style>
a { background-color: #CBD4D6; }
a { background-color: rgb(203,212,214); }
div.DivClassName
{
background-color: #CBD4D6;
}
.BgClassName
{
background-color: #CBD4D6;
}
</style>
border-color css
<style>
span { border-color: #CBD4D6; }
span { border-color: rgb(203,212,214); }
td.TdClassName
{
border-color: #CBD4D6;
}
.TagClassName
{
border-color: #CBD4D6;
}
</style>