Shades of Zumthor #CFDCDD
Tints of Zumthor #CFDCDD
RGB
CMYK
RGB Variations
Color information
#CFDCDD (or 0xCFDCDD) is known color: Zumthor. HEX triplet: CF, DC and DD. RGB value is (207,220,221). Sum of RGB (Red+Green+Blue) = 207+220+221=648 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.94% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 221 (86.72% from 255 or 34.10% from 648); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFDCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDCDD is #302322. Grayscale: #D8D8D8. Windows color (decimal): -3154723 or 14539983. OLE color: 14539983.
HSL color Cylindrical-coordinate representation of color #CFDCDD: hue angle of 184.29º 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 #CFDCDD is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 220 | 221 | - |
| CMYK | 0.06 | 0.00 | 0 | 0.13 |
| HSL | 184.29º | 0.17% | 0.84% | - |
| HSV(B) | 184.29º | 0.06% | 0.87% | - |
| XYZ | 64.38 | 69.67 | 78.46 | - |
| YUV | 216.23 | 130.69 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 221 | 0.06 | 0.00 | 0 | 0.13 | 184.29 | 0.17 | 0.84 |
| Hex | CF | DC | DD | 6 | 0 | 0 | D | B8 | 11 | 54 |
| Octal | 317 | 334 | 335 | 6 | 0 | 0 | 15 | 270 | 21 | 124 |
| Binary | 11001111 | 11011100 | 11011101 | 110 | 0 | 0 | 1101 | 10111000 | 10001 | 1010100 |
Color Harmonies of #CFDCDD
Complementary color
Monochromatic Colors of #CFDCDD
Black with #CFDCDD
Text Example
Text Example
White with #CFDCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDCDD; }
p { color: rgb(207,220,221); }
H1.HeaderClassName
{
color: #CFDCDD;
}
.AnyTagClassName
{
color: #CFDCDD;
}
</style>
background-color css
<style>
a { background-color: #CFDCDD; }
a { background-color: rgb(207,220,221); }
div.DivClassName
{
background-color: #CFDCDD;
}
.BgClassName
{
background-color: #CFDCDD;
}
</style>
border-color css
<style>
span { border-color: #CFDCDD; }
span { border-color: rgb(207,220,221); }
td.TdClassName
{
border-color: #CFDCDD;
}
.TagClassName
{
border-color: #CFDCDD;
}
</style>