Shades of Zumthor #CFDADC
Tints of Zumthor #CFDADC
RGB
CMYK
RGB Variations
Color information
#CFDADC (or 0xCFDADC) is known color: Zumthor. HEX triplet: CF, DA and DC. RGB value is (207,218,220). Sum of RGB (Red+Green+Blue) = 207+218+220=645 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.09% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 220 - color contains mainly: blue. Hex color #CFDADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDADC is #302523. Grayscale: #D6D6D6. Windows color (decimal): -3155236 or 14473935. OLE color: 14473935.
HSL color Cylindrical-coordinate representation of color #CFDADC: hue angle of 189.23º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFDADC is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 218 | 220 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.14 |
| HSL | 189.23º | 0.16% | 0.84% | - |
| HSV(B) | 189.23º | 0.06% | 0.86% | - |
| XYZ | 63.72 | 68.58 | 77.59 | - |
| YUV | 214.94 | 130.86 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 220 | 0.06 | 0.01 | 0 | 0.14 | 189.23 | 0.16 | 0.84 |
| Hex | CF | DA | DC | 6 | 1 | 0 | E | BD | 10 | 54 |
| Octal | 317 | 332 | 334 | 6 | 1 | 0 | 16 | 275 | 20 | 124 |
| Binary | 11001111 | 11011010 | 11011100 | 110 | 1 | 0 | 1110 | 10111101 | 10000 | 1010100 |
Color Harmonies of #CFDADC
Complementary color
Monochromatic Colors of #CFDADC
Black with #CFDADC
Text Example
Text Example
White with #CFDADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDADC; }
p { color: rgb(207,218,220); }
H1.HeaderClassName
{
color: #CFDADC;
}
.AnyTagClassName
{
color: #CFDADC;
}
</style>
background-color css
<style>
a { background-color: #CFDADC; }
a { background-color: rgb(207,218,220); }
div.DivClassName
{
background-color: #CFDADC;
}
.BgClassName
{
background-color: #CFDADC;
}
</style>
border-color css
<style>
span { border-color: #CFDADC; }
span { border-color: rgb(207,218,220); }
td.TdClassName
{
border-color: #CFDADC;
}
.TagClassName
{
border-color: #CFDADC;
}
</style>