Shades of Zumthor #CFDDDC
Tints of Zumthor #CFDDDC
RGB
CMYK
RGB Variations
Color information
#CFDDDC (or 0xCFDDDC) is known color: Zumthor. HEX triplet: CF, DD and DC. RGB value is (207,221,220). Sum of RGB (Red+Green+Blue) = 207+221+220=648 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.94% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDDDC is #302223. Grayscale: #D8D8D8. Windows color (decimal): -3154468 or 14474703. OLE color: 14474703.
HSL color Cylindrical-coordinate representation of color #CFDDDC: hue angle of 175.71º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFDDDC is Cyan = 0.06, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 220 | - |
| CMYK | 0.06 | 0 | 0.00 | 0.13 |
| HSL | 175.71º | 0.17% | 0.84% | - |
| HSV(B) | 175.71º | 0.06% | 0.87% | - |
| XYZ | 64.51 | 70.15 | 77.85 | - |
| YUV | 216.7 | 129.86 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 220 | 0.06 | 0 | 0.00 | 0.13 | 175.71 | 0.17 | 0.84 |
| Hex | CF | DD | DC | 6 | 0 | 0 | D | B0 | 11 | 54 |
| Octal | 317 | 335 | 334 | 6 | 0 | 0 | 15 | 260 | 21 | 124 |
| Binary | 11001111 | 11011101 | 11011100 | 110 | 0 | 0 | 1101 | 10110000 | 10001 | 1010100 |
Color Harmonies of #CFDDDC
Complementary color
Monochromatic Colors of #CFDDDC
Black with #CFDDDC
Text Example
Text Example
White with #CFDDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDDDC; }
p { color: rgb(207,221,220); }
H1.HeaderClassName
{
color: #CFDDDC;
}
.AnyTagClassName
{
color: #CFDDDC;
}
</style>
background-color css
<style>
a { background-color: #CFDDDC; }
a { background-color: rgb(207,221,220); }
div.DivClassName
{
background-color: #CFDDDC;
}
.BgClassName
{
background-color: #CFDDDC;
}
</style>
border-color css
<style>
span { border-color: #CFDDDC; }
span { border-color: rgb(207,221,220); }
td.TdClassName
{
border-color: #CFDDDC;
}
.TagClassName
{
border-color: #CFDDDC;
}
</style>