Shades of Zumthor #CFD8DB
Tints of Zumthor #CFD8DB
RGB
CMYK
RGB Variations
Color information
#CFD8DB (or 0xCFD8DB) is known color: Zumthor. HEX triplet: CF, D8 and DB. RGB value is (207,216,219). Sum of RGB (Red+Green+Blue) = 207+216+219=642 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.24% from 642); Green value is 216 (84.77% from 255 or 33.64% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFD8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD8DB is #302724. Grayscale: #D5D5D5. Windows color (decimal): -3155749 or 14407887. OLE color: 14407887.
HSL color Cylindrical-coordinate representation of color #CFD8DB: hue angle of 195º degrees, saturation: 0.14, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CFD8DB is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 216 | 219 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.14 |
| HSL | 195º | 0.14% | 0.84% | - |
| HSV(B) | 195º | 0.05% | 0.86% | - |
| XYZ | 63.07 | 67.49 | 76.72 | - |
| YUV | 213.65 | 131.02 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 219 | 0.05 | 0.01 | 0 | 0.14 | 195 | 0.14 | 0.84 |
| Hex | CF | D8 | DB | 5 | 1 | 0 | E | C3 | E | 54 |
| Octal | 317 | 330 | 333 | 5 | 1 | 0 | 16 | 303 | 16 | 124 |
| Binary | 11001111 | 11011000 | 11011011 | 101 | 1 | 0 | 1110 | 11000011 | 1110 | 1010100 |
Color Harmonies of #CFD8DB
Complementary color
Monochromatic Colors of #CFD8DB
Black with #CFD8DB
Text Example
Text Example
White with #CFD8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD8DB; }
p { color: rgb(207,216,219); }
H1.HeaderClassName
{
color: #CFD8DB;
}
.AnyTagClassName
{
color: #CFD8DB;
}
</style>
background-color css
<style>
a { background-color: #CFD8DB; }
a { background-color: rgb(207,216,219); }
div.DivClassName
{
background-color: #CFD8DB;
}
.BgClassName
{
background-color: #CFD8DB;
}
</style>
border-color css
<style>
span { border-color: #CFD8DB; }
span { border-color: rgb(207,216,219); }
td.TdClassName
{
border-color: #CFD8DB;
}
.TagClassName
{
border-color: #CFD8DB;
}
</style>