Shades of Zumthor #CFDDDF
Tints of Zumthor #CFDDDF
RGB
CMYK
RGB Variations
Color information
#CFDDDF (or 0xCFDDDF) is known color: Zumthor. HEX triplet: CF, DD and DF. RGB value is (207,221,223). Sum of RGB (Red+Green+Blue) = 207+221+223=651 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.80% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 223 - color contains mainly: blue. Hex color #CFDDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDDDF is #302220. Grayscale: #D9D9D9. Windows color (decimal): -3154465 or 14671311. OLE color: 14671311.
HSL color Cylindrical-coordinate representation of color #CFDDDF: hue angle of 187.5º degrees, saturation: 0.2, 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 #CFDDDF is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 223 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.13 |
| HSL | 187.5º | 0.2% | 0.84% | - |
| HSV(B) | 187.5º | 0.07% | 0.87% | - |
| XYZ | 64.91 | 70.31 | 79.96 | - |
| YUV | 217.04 | 131.36 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 223 | 0.07 | 0.01 | 0 | 0.13 | 187.5 | 0.2 | 0.84 |
| Hex | CF | DD | DF | 7 | 1 | 0 | D | BC | 14 | 54 |
| Octal | 317 | 335 | 337 | 7 | 1 | 0 | 15 | 274 | 24 | 124 |
| Binary | 11001111 | 11011101 | 11011111 | 111 | 1 | 0 | 1101 | 10111100 | 10100 | 1010100 |
Color Harmonies of #CFDDDF
Complementary color
Monochromatic Colors of #CFDDDF
Black with #CFDDDF
Text Example
Text Example
White with #CFDDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDDDF; }
p { color: rgb(207,221,223); }
H1.HeaderClassName
{
color: #CFDDDF;
}
.AnyTagClassName
{
color: #CFDDDF;
}
</style>
background-color css
<style>
a { background-color: #CFDDDF; }
a { background-color: rgb(207,221,223); }
div.DivClassName
{
background-color: #CFDDDF;
}
.BgClassName
{
background-color: #CFDDDF;
}
</style>
border-color css
<style>
span { border-color: #CFDDDF; }
span { border-color: rgb(207,221,223); }
td.TdClassName
{
border-color: #CFDDDF;
}
.TagClassName
{
border-color: #CFDDDF;
}
</style>