Shades of Zumthor #CFDADD
Tints of Zumthor #CFDADD
RGB
CMYK
RGB Variations
Color information
#CFDADD (or 0xCFDADD) is known color: Zumthor. HEX triplet: CF, DA and DD. RGB value is (207,218,221). Sum of RGB (Red+Green+Blue) = 207+218+221=646 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.04% from 646); Green value is 218 (85.55% from 255 or 33.75% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFDADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDADD is #302522. Grayscale: #D7D7D7. Windows color (decimal): -3155235 or 14539471. OLE color: 14539471.
HSL color Cylindrical-coordinate representation of color #CFDADD: hue angle of 192.86º 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 #CFDADD is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 218 | 221 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.13 |
| HSL | 192.86º | 0.17% | 0.84% | - |
| HSV(B) | 192.86º | 0.06% | 0.87% | - |
| XYZ | 63.85 | 68.63 | 78.29 | - |
| YUV | 215.05 | 131.36 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 221 | 0.06 | 0.01 | 0 | 0.13 | 192.86 | 0.17 | 0.84 |
| Hex | CF | DA | DD | 6 | 1 | 0 | D | C1 | 11 | 54 |
| Octal | 317 | 332 | 335 | 6 | 1 | 0 | 15 | 301 | 21 | 124 |
| Binary | 11001111 | 11011010 | 11011101 | 110 | 1 | 0 | 1101 | 11000001 | 10001 | 1010100 |
Color Harmonies of #CFDADD
Complementary color
Monochromatic Colors of #CFDADD
Black with #CFDADD
Text Example
Text Example
White with #CFDADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDADD; }
p { color: rgb(207,218,221); }
H1.HeaderClassName
{
color: #CFDADD;
}
.AnyTagClassName
{
color: #CFDADD;
}
</style>
background-color css
<style>
a { background-color: #CFDADD; }
a { background-color: rgb(207,218,221); }
div.DivClassName
{
background-color: #CFDADD;
}
.BgClassName
{
background-color: #CFDADD;
}
</style>
border-color css
<style>
span { border-color: #CFDADD; }
span { border-color: rgb(207,218,221); }
td.TdClassName
{
border-color: #CFDADD;
}
.TagClassName
{
border-color: #CFDADD;
}
</style>