Shades of Zumthor #CFD8DA
Tints of Zumthor #CFD8DA
RGB
CMYK
RGB Variations
Color information
#CFD8DA (or 0xCFD8DA) is known color: Zumthor. HEX triplet: CF, D8 and DA. RGB value is (207,216,218). Sum of RGB (Red+Green+Blue) = 207+216+218=641 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.29% from 641); Green value is 216 (84.77% from 255 or 33.70% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 218 - color contains mainly: blue. Hex color #CFD8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD8DA is #302725. Grayscale: #D5D5D5. Windows color (decimal): -3155750 or 14342351. OLE color: 14342351.
HSL color Cylindrical-coordinate representation of color #CFD8DA: hue angle of 190.91º degrees, saturation: 0.13, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CFD8DA is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 216 | 218 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.15 |
| HSL | 190.91º | 0.13% | 0.83% | - |
| HSV(B) | 190.91º | 0.05% | 0.85% | - |
| XYZ | 62.94 | 67.44 | 76.03 | - |
| YUV | 213.54 | 130.52 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 218 | 0.05 | 0.01 | 0 | 0.15 | 190.91 | 0.13 | 0.83 |
| Hex | CF | D8 | DA | 5 | 1 | 0 | F | BF | D | 53 |
| Octal | 317 | 330 | 332 | 5 | 1 | 0 | 17 | 277 | 15 | 123 |
| Binary | 11001111 | 11011000 | 11011010 | 101 | 1 | 0 | 1111 | 10111111 | 1101 | 1010011 |
Color Harmonies of #CFD8DA
Complementary color
Monochromatic Colors of #CFD8DA
Black with #CFD8DA
Text Example
Text Example
White with #CFD8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD8DA; }
p { color: rgb(207,216,218); }
H1.HeaderClassName
{
color: #CFD8DA;
}
.AnyTagClassName
{
color: #CFD8DA;
}
</style>
background-color css
<style>
a { background-color: #CFD8DA; }
a { background-color: rgb(207,216,218); }
div.DivClassName
{
background-color: #CFD8DA;
}
.BgClassName
{
background-color: #CFD8DA;
}
</style>
border-color css
<style>
span { border-color: #CFD8DA; }
span { border-color: rgb(207,216,218); }
td.TdClassName
{
border-color: #CFD8DA;
}
.TagClassName
{
border-color: #CFD8DA;
}
</style>