Shades of Zumthor #CFD9DB
Tints of Zumthor #CFD9DB
RGB
CMYK
RGB Variations
Color information
#CFD9DB (or 0xCFD9DB) is known color: Zumthor. HEX triplet: CF, D9 and DB. RGB value is (207,217,219). Sum of RGB (Red+Green+Blue) = 207+217+219=643 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.19% from 643); Green value is 217 (85.16% from 255 or 33.75% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFD9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD9DB is #302624. Grayscale: #D6D6D6. Windows color (decimal): -3155493 or 14408143. OLE color: 14408143.
HSL color Cylindrical-coordinate representation of color #CFD9DB: hue angle of 190º 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 #CFD9DB is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 207 | 217 | 219 | - |
CMYK | 0.05 | 0.01 | 0 | 0.14 |
HSL | 190º | 0.14% | 0.84% | - |
HSV(B) | 190º | 0.05% | 0.86% | - |
XYZ | 63.33 | 68.01 | 76.81 | - |
YUV | 214.24 | 130.69 | 122.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 217 | 219 | 0.05 | 0.01 | 0 | 0.14 | 190 | 0.14 | 0.84 |
Hex | CF | D9 | DB | 5 | 1 | 0 | E | BE | E | 54 |
Octal | 317 | 331 | 333 | 5 | 1 | 0 | 16 | 276 | 16 | 124 |
Binary | 11001111 | 11011001 | 11011011 | 101 | 1 | 0 | 1110 | 10111110 | 1110 | 1010100 |
Color Harmonies of #CFD9DB
Complementary color
Monochromatic Colors of #CFD9DB
Black with #CFD9DB
Text Example
Text Example
White with #CFD9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD9DB; }
p { color: rgb(207,217,219); }
H1.HeaderClassName
{
color: #CFD9DB;
}
.AnyTagClassName
{
color: #CFD9DB;
}
</style>
background-color css
<style>
a { background-color: #CFD9DB; }
a { background-color: rgb(207,217,219); }
div.DivClassName
{
background-color: #CFD9DB;
}
.BgClassName
{
background-color: #CFD9DB;
}
</style>
border-color css
<style>
span { border-color: #CFD9DB; }
span { border-color: rgb(207,217,219); }
td.TdClassName
{
border-color: #CFD9DB;
}
.TagClassName
{
border-color: #CFD9DB;
}
</style>