Shades of Zumthor #CFDCDE
Tints of Zumthor #CFDCDE
RGB
CMYK
RGB Variations
Color information
#CFDCDE (or 0xCFDCDE) is known color: Zumthor. HEX triplet: CF, DC and DE. RGB value is (207,220,222). Sum of RGB (Red+Green+Blue) = 207+220+222=649 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.90% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 222 (87.11% from 255 or 34.21% from 649); Max value from RGB is 222 - color contains mainly: blue. Hex color #CFDCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDCDE is #302321. Grayscale: #D8D8D8. Windows color (decimal): -3154722 or 14605519. OLE color: 14605519.
HSL color Cylindrical-coordinate representation of color #CFDCDE: hue angle of 188º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFDCDE is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 220 | 222 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.13 |
| HSL | 188º | 0.19% | 0.84% | - |
| HSV(B) | 188º | 0.07% | 0.87% | - |
| XYZ | 64.51 | 69.73 | 79.17 | - |
| YUV | 216.34 | 131.19 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 222 | 0.07 | 0.01 | 0 | 0.13 | 188 | 0.19 | 0.84 |
| Hex | CF | DC | DE | 7 | 1 | 0 | D | BC | 13 | 54 |
| Octal | 317 | 334 | 336 | 7 | 1 | 0 | 15 | 274 | 23 | 124 |
| Binary | 11001111 | 11011100 | 11011110 | 111 | 1 | 0 | 1101 | 10111100 | 10011 | 1010100 |
Color Harmonies of #CFDCDE
Complementary color
Monochromatic Colors of #CFDCDE
Black with #CFDCDE
Text Example
Text Example
White with #CFDCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDCDE; }
p { color: rgb(207,220,222); }
H1.HeaderClassName
{
color: #CFDCDE;
}
.AnyTagClassName
{
color: #CFDCDE;
}
</style>
background-color css
<style>
a { background-color: #CFDCDE; }
a { background-color: rgb(207,220,222); }
div.DivClassName
{
background-color: #CFDCDE;
}
.BgClassName
{
background-color: #CFDCDE;
}
</style>
border-color css
<style>
span { border-color: #CFDCDE; }
span { border-color: rgb(207,220,222); }
td.TdClassName
{
border-color: #CFDCDE;
}
.TagClassName
{
border-color: #CFDCDE;
}
</style>