Shades of Zumthor #CBD9DD
Tints of Zumthor #CBD9DD
RGB
CMYK
RGB Variations
Color information
#CBD9DD (or 0xCBD9DD) is known color: Zumthor. HEX triplet: CB, D9 and DD. RGB value is (203,217,221). Sum of RGB (Red+Green+Blue) = 203+217+221=641 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.67% from 641); Green value is 217 (85.16% from 255 or 33.85% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBD9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD9DD is #342622. Grayscale: #D5D5D5. Windows color (decimal): -3417635 or 14539211. OLE color: 14539211.
HSL color Cylindrical-coordinate representation of color #CBD9DD: hue angle of 193.33º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBD9DD is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 217 | 221 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.13 |
| HSL | 193.33º | 0.21% | 0.83% | - |
| HSV(B) | 193.33º | 0.08% | 0.87% | - |
| XYZ | 62.49 | 67.54 | 78.15 | - |
| YUV | 213.27 | 132.36 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 217 | 221 | 0.08 | 0.02 | 0 | 0.13 | 193.33 | 0.21 | 0.83 |
| Hex | CB | D9 | DD | 8 | 2 | 0 | D | C1 | 15 | 53 |
| Octal | 313 | 331 | 335 | 10 | 2 | 0 | 15 | 301 | 25 | 123 |
| Binary | 11001011 | 11011001 | 11011101 | 1000 | 10 | 0 | 1101 | 11000001 | 10101 | 1010011 |
Color Harmonies of #CBD9DD
Complementary color
Monochromatic Colors of #CBD9DD
Black with #CBD9DD
Text Example
Text Example
White with #CBD9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD9DD; }
p { color: rgb(203,217,221); }
H1.HeaderClassName
{
color: #CBD9DD;
}
.AnyTagClassName
{
color: #CBD9DD;
}
</style>
background-color css
<style>
a { background-color: #CBD9DD; }
a { background-color: rgb(203,217,221); }
div.DivClassName
{
background-color: #CBD9DD;
}
.BgClassName
{
background-color: #CBD9DD;
}
</style>
border-color css
<style>
span { border-color: #CBD9DD; }
span { border-color: rgb(203,217,221); }
td.TdClassName
{
border-color: #CBD9DD;
}
.TagClassName
{
border-color: #CBD9DD;
}
</style>