Shades of Zumthor #CFD8D7
Tints of Zumthor #CFD8D7
RGB
CMYK
RGB Variations
Color information
#CFD8D7 (or 0xCFD8D7) is known color: Zumthor. HEX triplet: CF, D8 and D7. RGB value is (207,216,215). Sum of RGB (Red+Green+Blue) = 207+216+215=638 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.45% from 638); Green value is 216 (84.77% from 255 or 33.86% from 638); Blue value is 215 (84.38% from 255 or 33.70% from 638); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD8D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD8D7 is #302728. Grayscale: #D5D5D5. Windows color (decimal): -3155753 or 14145743. OLE color: 14145743.
HSL color Cylindrical-coordinate representation of color #CFD8D7: hue angle of 173.33º degrees, saturation: 0.1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CFD8D7 is Cyan = 0.04, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 216 | 215 | - |
| CMYK | 0.04 | 0 | 0.00 | 0.15 |
| HSL | 173.33º | 0.1% | 0.83% | - |
| HSV(B) | 173.33º | 0.04% | 0.85% | - |
| XYZ | 62.55 | 67.28 | 73.98 | - |
| YUV | 213.2 | 129.02 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 215 | 0.04 | 0 | 0.00 | 0.15 | 173.33 | 0.1 | 0.83 |
| Hex | CF | D8 | D7 | 4 | 0 | 0 | F | AD | A | 53 |
| Octal | 317 | 330 | 327 | 4 | 0 | 0 | 17 | 255 | 12 | 123 |
| Binary | 11001111 | 11011000 | 11010111 | 100 | 0 | 0 | 1111 | 10101101 | 1010 | 1010011 |
Color Harmonies of #CFD8D7
Complementary color
Monochromatic Colors of #CFD8D7
Black with #CFD8D7
Text Example
Text Example
White with #CFD8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD8D7; }
p { color: rgb(207,216,215); }
H1.HeaderClassName
{
color: #CFD8D7;
}
.AnyTagClassName
{
color: #CFD8D7;
}
</style>
background-color css
<style>
a { background-color: #CFD8D7; }
a { background-color: rgb(207,216,215); }
div.DivClassName
{
background-color: #CFD8D7;
}
.BgClassName
{
background-color: #CFD8D7;
}
</style>
border-color css
<style>
span { border-color: #CFD8D7; }
span { border-color: rgb(207,216,215); }
td.TdClassName
{
border-color: #CFD8D7;
}
.TagClassName
{
border-color: #CFD8D7;
}
</style>