Shades of Zumthor #CFDDDD
Tints of Zumthor #CFDDDD
RGB
CMYK
RGB Variations
Color information
#CFDDDD (or 0xCFDDDD) is known color: Zumthor. HEX triplet: CF, DD and DD. RGB value is (207,221,221). Sum of RGB (Red+Green+Blue) = 207+221+221=649 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.90% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #CFDDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDDDD is #302222. Grayscale: #D8D8D8. Windows color (decimal): -3154467 or 14540239. OLE color: 14540239.
HSL color Cylindrical-coordinate representation of color #CFDDDD: hue angle of 180º 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 #CFDDDD is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 221 | - |
| CMYK | 0.06 | 0 | 0 | 0.13 |
| HSL | 180º | 0.17% | 0.84% | - |
| HSV(B) | 180º | 0.06% | 0.87% | - |
| XYZ | 64.64 | 70.2 | 78.55 | - |
| YUV | 216.81 | 130.36 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 221 | 0.06 | 0 | 0 | 0.13 | 180 | 0.17 | 0.84 |
| Hex | CF | DD | DD | 6 | 0 | 0 | D | B4 | 11 | 54 |
| Octal | 317 | 335 | 335 | 6 | 0 | 0 | 15 | 264 | 21 | 124 |
| Binary | 11001111 | 11011101 | 11011101 | 110 | 0 | 0 | 1101 | 10110100 | 10001 | 1010100 |
Color Harmonies of #CFDDDD
Complementary color
Monochromatic Colors of #CFDDDD
Black with #CFDDDD
Text Example
Text Example
White with #CFDDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDDDD; }
p { color: rgb(207,221,221); }
H1.HeaderClassName
{
color: #CFDDDD;
}
.AnyTagClassName
{
color: #CFDDDD;
}
</style>
background-color css
<style>
a { background-color: #CFDDDD; }
a { background-color: rgb(207,221,221); }
div.DivClassName
{
background-color: #CFDDDD;
}
.BgClassName
{
background-color: #CFDDDD;
}
</style>
border-color css
<style>
span { border-color: #CFDDDD; }
span { border-color: rgb(207,221,221); }
td.TdClassName
{
border-color: #CFDDDD;
}
.TagClassName
{
border-color: #CFDDDD;
}
</style>