Shades of Zumthor #CBDEDD
Tints of Zumthor #CBDEDD
RGB
CMYK
RGB Variations
Color information
#CBDEDD (or 0xCBDEDD) is known color: Zumthor. HEX triplet: CB, DE and DD. RGB value is (203,222,221). Sum of RGB (Red+Green+Blue) = 203+222+221=646 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.42% from 646); Green value is 222 (87.11% from 255 or 34.37% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 222 - color contains mainly: green. Hex color #CBDEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDEDD is #342122. Grayscale: #D8D8D8. Windows color (decimal): -3416355 or 14540491. OLE color: 14540491.
HSL color Cylindrical-coordinate representation of color #CBDEDD: hue angle of 176.84º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBDEDD is Cyan = 0.09, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
RGB | 203 | 222 | 221 | - |
CMYK | 0.09 | 0 | 0.00 | 0.13 |
HSL | 176.84º | 0.22% | 0.83% | - |
HSV(B) | 176.84º | 0.09% | 0.87% | - |
XYZ | 63.8 | 70.16 | 78.59 | - |
YUV | 216.21 | 130.71 | 118.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 222 | 221 | 0.09 | 0 | 0.00 | 0.13 | 176.84 | 0.22 | 0.83 |
Hex | CB | DE | DD | 9 | 0 | 0 | D | B1 | 16 | 53 |
Octal | 313 | 336 | 335 | 11 | 0 | 0 | 15 | 261 | 26 | 123 |
Binary | 11001011 | 11011110 | 11011101 | 1001 | 0 | 0 | 1101 | 10110001 | 10110 | 1010011 |
Color Harmonies of #CBDEDD
Complementary color
Monochromatic Colors of #CBDEDD
Black with #CBDEDD
Text Example
Text Example
White with #CBDEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDEDD; }
p { color: rgb(203,222,221); }
H1.HeaderClassName
{
color: #CBDEDD;
}
.AnyTagClassName
{
color: #CBDEDD;
}
</style>
background-color css
<style>
a { background-color: #CBDEDD; }
a { background-color: rgb(203,222,221); }
div.DivClassName
{
background-color: #CBDEDD;
}
.BgClassName
{
background-color: #CBDEDD;
}
</style>
border-color css
<style>
span { border-color: #CBDEDD; }
span { border-color: rgb(203,222,221); }
td.TdClassName
{
border-color: #CBDEDD;
}
.TagClassName
{
border-color: #CBDEDD;
}
</style>