Shades of Zumthor #CFDDDE
Tints of Zumthor #CFDDDE
RGB
CMYK
RGB Variations
Color information
#CFDDDE (or 0xCFDDDE) is known color: Zumthor. HEX triplet: CF, DD and DE. RGB value is (207,221,222). Sum of RGB (Red+Green+Blue) = 207+221+222=650 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.85% from 650); Green value is 221 (86.72% from 255 or 34% from 650); Blue value is 222 (87.11% from 255 or 34.15% from 650); Max value from RGB is 222 - color contains mainly: blue. Hex color #CFDDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDDDE is #302221. Grayscale: #D8D8D8. Windows color (decimal): -3154466 or 14605775. OLE color: 14605775.
HSL color Cylindrical-coordinate representation of color #CFDDDE: hue angle of 184º 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 #CFDDDE is Cyan = 0.07, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 222 | - |
| CMYK | 0.07 | 0.00 | 0 | 0.13 |
| HSL | 184º | 0.19% | 0.84% | - |
| HSV(B) | 184º | 0.07% | 0.87% | - |
| XYZ | 64.77 | 70.25 | 79.25 | - |
| YUV | 216.93 | 130.86 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 222 | 0.07 | 0.00 | 0 | 0.13 | 184 | 0.19 | 0.84 |
| Hex | CF | DD | DE | 7 | 0 | 0 | D | B8 | 13 | 54 |
| Octal | 317 | 335 | 336 | 7 | 0 | 0 | 15 | 270 | 23 | 124 |
| Binary | 11001111 | 11011101 | 11011110 | 111 | 0 | 0 | 1101 | 10111000 | 10011 | 1010100 |
Color Harmonies of #CFDDDE
Complementary color
Monochromatic Colors of #CFDDDE
Black with #CFDDDE
Text Example
Text Example
White with #CFDDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDDDE; }
p { color: rgb(207,221,222); }
H1.HeaderClassName
{
color: #CFDDDE;
}
.AnyTagClassName
{
color: #CFDDDE;
}
</style>
background-color css
<style>
a { background-color: #CFDDDE; }
a { background-color: rgb(207,221,222); }
div.DivClassName
{
background-color: #CFDDDE;
}
.BgClassName
{
background-color: #CFDDDE;
}
</style>
border-color css
<style>
span { border-color: #CFDDDE; }
span { border-color: rgb(207,221,222); }
td.TdClassName
{
border-color: #CFDDDE;
}
.TagClassName
{
border-color: #CFDDDE;
}
</style>