Shades of Zumthor #CBD5D8
Tints of Zumthor #CBD5D8
RGB
CMYK
RGB Variations
Color information
#CBD5D8 (or 0xCBD5D8) is known color: Zumthor. HEX triplet: CB, D5 and D8. RGB value is (203,213,216). Sum of RGB (Red+Green+Blue) = 203+213+216=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 213 (83.59% from 255 or 33.70% from 632); Blue value is 216 (84.77% from 255 or 34.18% from 632); Max value from RGB is 216 - color contains mainly: blue. Hex color #CBD5D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD5D8 is #342A27. Grayscale: #D2D2D2. Windows color (decimal): -3418664 or 14210507. OLE color: 14210507.
HSL color Cylindrical-coordinate representation of color #CBD5D8: hue angle of 193.85º 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 #CBD5D8 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 213 | 216 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.15 |
| HSL | 193.85º | 0.14% | 0.82% | - |
| HSV(B) | 193.85º | 0.06% | 0.85% | - |
| XYZ | 60.82 | 65.24 | 74.35 | - |
| YUV | 210.35 | 131.19 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 213 | 216 | 0.06 | 0.01 | 0 | 0.15 | 193.85 | 0.14 | 0.82 |
| Hex | CB | D5 | D8 | 6 | 1 | 0 | F | C2 | E | 52 |
| Octal | 313 | 325 | 330 | 6 | 1 | 0 | 17 | 302 | 16 | 122 |
| Binary | 11001011 | 11010101 | 11011000 | 110 | 1 | 0 | 1111 | 11000010 | 1110 | 1010010 |
Color Harmonies of #CBD5D8
Complementary color
Monochromatic Colors of #CBD5D8
Black with #CBD5D8
Text Example
Text Example
White with #CBD5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD5D8; }
p { color: rgb(203,213,216); }
H1.HeaderClassName
{
color: #CBD5D8;
}
.AnyTagClassName
{
color: #CBD5D8;
}
</style>
background-color css
<style>
a { background-color: #CBD5D8; }
a { background-color: rgb(203,213,216); }
div.DivClassName
{
background-color: #CBD5D8;
}
.BgClassName
{
background-color: #CBD5D8;
}
</style>
border-color css
<style>
span { border-color: #CBD5D8; }
span { border-color: rgb(203,213,216); }
td.TdClassName
{
border-color: #CBD5D8;
}
.TagClassName
{
border-color: #CBD5D8;
}
</style>