Shades of Zumthor #CBD5D6
Tints of Zumthor #CBD5D6
RGB
CMYK
RGB Variations
Color information
#CBD5D6 (or 0xCBD5D6) is known color: Zumthor. HEX triplet: CB, D5 and D6. RGB value is (203,213,214). Sum of RGB (Red+Green+Blue) = 203+213+214=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 213 (83.59% from 255 or 33.81% from 630); Blue value is 214 (83.98% from 255 or 33.97% from 630); Max value from RGB is 214 - color contains mainly: blue. Hex color #CBD5D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD5D6 is #342A29. Grayscale: #D2D2D2. Windows color (decimal): -3418666 or 14079435. OLE color: 14079435.
HSL color Cylindrical-coordinate representation of color #CBD5D6: hue angle of 185.45º 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 #CBD5D6 is Cyan = 0.05, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 203 | 213 | 214 | - |
CMYK | 0.05 | 0.00 | 0 | 0.16 |
HSL | 185.45º | 0.12% | 0.82% | - |
HSV(B) | 185.45º | 0.05% | 0.84% | - |
XYZ | 60.56 | 65.14 | 73 | - |
YUV | 210.12 | 130.19 | 122.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 213 | 214 | 0.05 | 0.00 | 0 | 0.16 | 185.45 | 0.12 | 0.82 |
Hex | CB | D5 | D6 | 5 | 0 | 0 | 10 | B9 | C | 52 |
Octal | 313 | 325 | 326 | 5 | 0 | 0 | 20 | 271 | 14 | 122 |
Binary | 11001011 | 11010101 | 11010110 | 101 | 0 | 0 | 10000 | 10111001 | 1100 | 1010010 |
Color Harmonies of #CBD5D6
Complementary color
Monochromatic Colors of #CBD5D6
Black with #CBD5D6
Text Example
Text Example
White with #CBD5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD5D6; }
p { color: rgb(203,213,214); }
H1.HeaderClassName
{
color: #CBD5D6;
}
.AnyTagClassName
{
color: #CBD5D6;
}
</style>
background-color css
<style>
a { background-color: #CBD5D6; }
a { background-color: rgb(203,213,214); }
div.DivClassName
{
background-color: #CBD5D6;
}
.BgClassName
{
background-color: #CBD5D6;
}
</style>
border-color css
<style>
span { border-color: #CBD5D6; }
span { border-color: rgb(203,213,214); }
td.TdClassName
{
border-color: #CBD5D6;
}
.TagClassName
{
border-color: #CBD5D6;
}
</style>