Shades of Zumthor #CBD6D6
Tints of Zumthor #CBD6D6
RGB
CMYK
RGB Variations
Color information
#CBD6D6 (or 0xCBD6D6) is known color: Zumthor. HEX triplet: CB, D6 and D6. RGB value is (203,214,214). Sum of RGB (Red+Green+Blue) = 203+214+214=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 214 (83.98% from 255 or 33.91% from 631); Blue value is 214 (83.98% from 255 or 33.91% from 631); Max value from RGB is 214 - color contains mainly: green, blue. Hex color #CBD6D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD6D6 is #342929. Grayscale: #D2D2D2. Windows color (decimal): -3418410 or 14079691. OLE color: 14079691.
HSL color Cylindrical-coordinate representation of color #CBD6D6: hue angle of 180º 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 #CBD6D6 is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 214 | 214 | - |
| CMYK | 0.05 | 0 | 0 | 0.16 |
| HSL | 180º | 0.12% | 0.82% | - |
| HSV(B) | 180º | 0.05% | 0.84% | - |
| XYZ | 60.81 | 65.64 | 73.08 | - |
| YUV | 210.71 | 129.86 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 214 | 214 | 0.05 | 0 | 0 | 0.16 | 180 | 0.12 | 0.82 |
| Hex | CB | D6 | D6 | 5 | 0 | 0 | 10 | B4 | C | 52 |
| Octal | 313 | 326 | 326 | 5 | 0 | 0 | 20 | 264 | 14 | 122 |
| Binary | 11001011 | 11010110 | 11010110 | 101 | 0 | 0 | 10000 | 10110100 | 1100 | 1010010 |
Color Harmonies of #CBD6D6
Complementary color
Monochromatic Colors of #CBD6D6
Black with #CBD6D6
Text Example
Text Example
White with #CBD6D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD6D6; }
p { color: rgb(203,214,214); }
H1.HeaderClassName
{
color: #CBD6D6;
}
.AnyTagClassName
{
color: #CBD6D6;
}
</style>
background-color css
<style>
a { background-color: #CBD6D6; }
a { background-color: rgb(203,214,214); }
div.DivClassName
{
background-color: #CBD6D6;
}
.BgClassName
{
background-color: #CBD6D6;
}
</style>
border-color css
<style>
span { border-color: #CBD6D6; }
span { border-color: rgb(203,214,214); }
td.TdClassName
{
border-color: #CBD6D6;
}
.TagClassName
{
border-color: #CBD6D6;
}
</style>