Shades of Zumthor #CFD7D8
Tints of Zumthor #CFD7D8
RGB
CMYK
RGB Variations
Color information
#CFD7D8 (or 0xCFD7D8) is known color: Zumthor. HEX triplet: CF, D7 and D8. RGB value is (207,215,216). Sum of RGB (Red+Green+Blue) = 207+215+216=638 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.45% from 638); Green value is 215 (84.38% from 255 or 33.70% from 638); Blue value is 216 (84.77% from 255 or 33.86% from 638); Max value from RGB is 216 - color contains mainly: blue. Hex color #CFD7D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD7D8 is #302827. Grayscale: #D4D4D4. Windows color (decimal): -3156008 or 14211023. OLE color: 14211023.
HSL color Cylindrical-coordinate representation of color #CFD7D8: hue angle of 186.67º 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 #CFD7D8 is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 215 | 216 | - |
| CMYK | 0.04 | 0.00 | 0 | 0.15 |
| HSL | 186.67º | 0.1% | 0.83% | - |
| HSV(B) | 186.67º | 0.04% | 0.85% | - |
| XYZ | 62.43 | 66.82 | 74.57 | - |
| YUV | 212.72 | 129.85 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 215 | 216 | 0.04 | 0.00 | 0 | 0.15 | 186.67 | 0.1 | 0.83 |
| Hex | CF | D7 | D8 | 4 | 0 | 0 | F | BB | A | 53 |
| Octal | 317 | 327 | 330 | 4 | 0 | 0 | 17 | 273 | 12 | 123 |
| Binary | 11001111 | 11010111 | 11011000 | 100 | 0 | 0 | 1111 | 10111011 | 1010 | 1010011 |
Color Harmonies of #CFD7D8
Complementary color
Monochromatic Colors of #CFD7D8
Black with #CFD7D8
Text Example
Text Example
White with #CFD7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD7D8; }
p { color: rgb(207,215,216); }
H1.HeaderClassName
{
color: #CFD7D8;
}
.AnyTagClassName
{
color: #CFD7D8;
}
</style>
background-color css
<style>
a { background-color: #CFD7D8; }
a { background-color: rgb(207,215,216); }
div.DivClassName
{
background-color: #CFD7D8;
}
.BgClassName
{
background-color: #CFD7D8;
}
</style>
border-color css
<style>
span { border-color: #CFD7D8; }
span { border-color: rgb(207,215,216); }
td.TdClassName
{
border-color: #CFD7D8;
}
.TagClassName
{
border-color: #CFD7D8;
}
</style>