Shades of Zumthor #CBD5D5
Tints of Zumthor #CBD5D5
RGB
CMYK
RGB Variations
Color information
#CBD5D5 (or 0xCBD5D5) is known color: Zumthor. HEX triplet: CB, D5 and D5. RGB value is (203,213,213). Sum of RGB (Red+Green+Blue) = 203+213+213=629 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.27% from 629); Green value is 213 (83.59% from 255 or 33.86% from 629); Blue value is 213 (83.59% from 255 or 33.86% from 629); Max value from RGB is 213 - color contains mainly: green, blue. Hex color #CBD5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD5D5 is #342A2A. Grayscale: #D2D2D2. Windows color (decimal): -3418667 or 14013899. OLE color: 14013899.
HSL color Cylindrical-coordinate representation of color #CBD5D5: hue angle of 180º degrees, saturation: 0.11, 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 #CBD5D5 is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 203 | 213 | 213 | - |
CMYK | 0.05 | 0 | 0 | 0.16 |
HSL | 180º | 0.11% | 0.82% | - |
HSV(B) | 180º | 0.05% | 0.84% | - |
XYZ | 60.43 | 65.09 | 72.33 | - |
YUV | 210.01 | 129.69 | 123 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 213 | 213 | 0.05 | 0 | 0 | 0.16 | 180 | 0.11 | 0.82 |
Hex | CB | D5 | D5 | 5 | 0 | 0 | 10 | B4 | B | 52 |
Octal | 313 | 325 | 325 | 5 | 0 | 0 | 20 | 264 | 13 | 122 |
Binary | 11001011 | 11010101 | 11010101 | 101 | 0 | 0 | 10000 | 10110100 | 1011 | 1010010 |
Color Harmonies of #CBD5D5
Complementary color
Monochromatic Colors of #CBD5D5
Black with #CBD5D5
Text Example
Text Example
White with #CBD5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD5D5; }
p { color: rgb(203,213,213); }
H1.HeaderClassName
{
color: #CBD5D5;
}
.AnyTagClassName
{
color: #CBD5D5;
}
</style>
background-color css
<style>
a { background-color: #CBD5D5; }
a { background-color: rgb(203,213,213); }
div.DivClassName
{
background-color: #CBD5D5;
}
.BgClassName
{
background-color: #CBD5D5;
}
</style>
border-color css
<style>
span { border-color: #CBD5D5; }
span { border-color: rgb(203,213,213); }
td.TdClassName
{
border-color: #CBD5D5;
}
.TagClassName
{
border-color: #CBD5D5;
}
</style>