Shades of Zumthor #CFD9D8
Tints of Zumthor #CFD9D8
RGB
CMYK
RGB Variations
Color information
#CFD9D8 (or 0xCFD9D8) is known color: Zumthor. HEX triplet: CF, D9 and D8. RGB value is (207,217,216). Sum of RGB (Red+Green+Blue) = 207+217+216=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 217 (85.16% from 255 or 33.91% from 640); Blue value is 216 (84.77% from 255 or 33.75% from 640); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD9D8 is #302627. Grayscale: #D5D5D5. Windows color (decimal): -3155496 or 14211535. OLE color: 14211535.
HSL color Cylindrical-coordinate representation of color #CFD9D8: hue angle of 174º degrees, saturation: 0.12, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CFD9D8 is Cyan = 0.05, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 217 | 216 | - |
| CMYK | 0.05 | 0 | 0.00 | 0.15 |
| HSL | 174º | 0.12% | 0.83% | - |
| HSV(B) | 174º | 0.05% | 0.85% | - |
| XYZ | 62.94 | 67.85 | 74.74 | - |
| YUV | 213.9 | 129.19 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 217 | 216 | 0.05 | 0 | 0.00 | 0.15 | 174 | 0.12 | 0.83 |
| Hex | CF | D9 | D8 | 5 | 0 | 0 | F | AE | C | 53 |
| Octal | 317 | 331 | 330 | 5 | 0 | 0 | 17 | 256 | 14 | 123 |
| Binary | 11001111 | 11011001 | 11011000 | 101 | 0 | 0 | 1111 | 10101110 | 1100 | 1010011 |
Color Harmonies of #CFD9D8
Complementary color
Monochromatic Colors of #CFD9D8
Black with #CFD9D8
Text Example
Text Example
White with #CFD9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD9D8; }
p { color: rgb(207,217,216); }
H1.HeaderClassName
{
color: #CFD9D8;
}
.AnyTagClassName
{
color: #CFD9D8;
}
</style>
background-color css
<style>
a { background-color: #CFD9D8; }
a { background-color: rgb(207,217,216); }
div.DivClassName
{
background-color: #CFD9D8;
}
.BgClassName
{
background-color: #CFD9D8;
}
</style>
border-color css
<style>
span { border-color: #CFD9D8; }
span { border-color: rgb(207,217,216); }
td.TdClassName
{
border-color: #CFD9D8;
}
.TagClassName
{
border-color: #CFD9D8;
}
</style>