Shades of Zumthor #CBDCDD
Tints of Zumthor #CBDCDD
RGB
CMYK
RGB Variations
Color information
#CBDCDD (or 0xCBDCDD) is known color: Zumthor. HEX triplet: CB, DC and DD. RGB value is (203,220,221). Sum of RGB (Red+Green+Blue) = 203+220+221=644 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.52% from 644); Green value is 220 (86.33% from 255 or 34.16% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBDCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDCDD is #342322. Grayscale: #D7D7D7. Windows color (decimal): -3416867 or 14539979. OLE color: 14539979.
HSL color Cylindrical-coordinate representation of color #CBDCDD: hue angle of 183.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 #CBDCDD is Cyan = 0.08, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 203 | 220 | 221 | - |
CMYK | 0.08 | 0.00 | 0 | 0.13 |
HSL | 183.33º | 0.21% | 0.83% | - |
HSV(B) | 183.33º | 0.08% | 0.87% | - |
XYZ | 63.27 | 69.1 | 78.41 | - |
YUV | 215.03 | 131.37 | 119.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 220 | 221 | 0.08 | 0.00 | 0 | 0.13 | 183.33 | 0.21 | 0.83 |
Hex | CB | DC | DD | 8 | 0 | 0 | D | B7 | 15 | 53 |
Octal | 313 | 334 | 335 | 10 | 0 | 0 | 15 | 267 | 25 | 123 |
Binary | 11001011 | 11011100 | 11011101 | 1000 | 0 | 0 | 1101 | 10110111 | 10101 | 1010011 |
Color Harmonies of #CBDCDD
Complementary color
Monochromatic Colors of #CBDCDD
Black with #CBDCDD
Text Example
Text Example
White with #CBDCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDCDD; }
p { color: rgb(203,220,221); }
H1.HeaderClassName
{
color: #CBDCDD;
}
.AnyTagClassName
{
color: #CBDCDD;
}
</style>
background-color css
<style>
a { background-color: #CBDCDD; }
a { background-color: rgb(203,220,221); }
div.DivClassName
{
background-color: #CBDCDD;
}
.BgClassName
{
background-color: #CBDCDD;
}
</style>
border-color css
<style>
span { border-color: #CBDCDD; }
span { border-color: rgb(203,220,221); }
td.TdClassName
{
border-color: #CBDCDD;
}
.TagClassName
{
border-color: #CBDCDD;
}
</style>