Shades of Zumthor #CBD7D8
Tints of Zumthor #CBD7D8
RGB
CMYK
RGB Variations
Color information
#CBD7D8 (or 0xCBD7D8) is known color: Zumthor. HEX triplet: CB, D7 and D8. RGB value is (203,215,216). Sum of RGB (Red+Green+Blue) = 203+215+216=634 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.02% from 634); Green value is 215 (84.38% from 255 or 33.91% from 634); Blue value is 216 (84.77% from 255 or 34.07% from 634); Max value from RGB is 216 - color contains mainly: blue. Hex color #CBD7D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD7D8 is #342827. Grayscale: #D3D3D3. Windows color (decimal): -3418152 or 14211019. OLE color: 14211019.
HSL color Cylindrical-coordinate representation of color #CBD7D8: hue angle of 184.62º degrees, saturation: 0.14, 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 #CBD7D8 is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 215 | 216 | - |
| CMYK | 0.06 | 0.00 | 0 | 0.15 |
| HSL | 184.62º | 0.14% | 0.82% | - |
| HSV(B) | 184.62º | 0.06% | 0.85% | - |
| XYZ | 61.32 | 66.26 | 74.52 | - |
| YUV | 211.53 | 130.52 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 215 | 216 | 0.06 | 0.00 | 0 | 0.15 | 184.62 | 0.14 | 0.82 |
| Hex | CB | D7 | D8 | 6 | 0 | 0 | F | B9 | E | 52 |
| Octal | 313 | 327 | 330 | 6 | 0 | 0 | 17 | 271 | 16 | 122 |
| Binary | 11001011 | 11010111 | 11011000 | 110 | 0 | 0 | 1111 | 10111001 | 1110 | 1010010 |
Color Harmonies of #CBD7D8
Complementary color
Monochromatic Colors of #CBD7D8
Black with #CBD7D8
Text Example
Text Example
White with #CBD7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD7D8; }
p { color: rgb(203,215,216); }
H1.HeaderClassName
{
color: #CBD7D8;
}
.AnyTagClassName
{
color: #CBD7D8;
}
</style>
background-color css
<style>
a { background-color: #CBD7D8; }
a { background-color: rgb(203,215,216); }
div.DivClassName
{
background-color: #CBD7D8;
}
.BgClassName
{
background-color: #CBD7D8;
}
</style>
border-color css
<style>
span { border-color: #CBD7D8; }
span { border-color: rgb(203,215,216); }
td.TdClassName
{
border-color: #CBD7D8;
}
.TagClassName
{
border-color: #CBD7D8;
}
</style>