Shades of Zumthor #CFD9DA
Tints of Zumthor #CFD9DA
RGB
CMYK
RGB Variations
Color information
#CFD9DA (or 0xCFD9DA) is known color: Zumthor. HEX triplet: CF, D9 and DA. RGB value is (207,217,218). Sum of RGB (Red+Green+Blue) = 207+217+218=642 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.24% from 642); Green value is 217 (85.16% from 255 or 33.80% from 642); Blue value is 218 (85.55% from 255 or 33.96% from 642); Max value from RGB is 218 - color contains mainly: blue. Hex color #CFD9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD9DA is #302625. Grayscale: #D6D6D6. Windows color (decimal): -3155494 or 14342607. OLE color: 14342607.
HSL color Cylindrical-coordinate representation of color #CFD9DA: hue angle of 185.45º 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 #CFD9DA is Cyan = 0.05, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 207 | 217 | 218 | - |
CMYK | 0.05 | 0.00 | 0 | 0.15 |
HSL | 185.45º | 0.13% | 0.83% | - |
HSV(B) | 185.45º | 0.05% | 0.85% | - |
XYZ | 63.2 | 67.95 | 76.11 | - |
YUV | 214.12 | 130.19 | 122.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 217 | 218 | 0.05 | 0.00 | 0 | 0.15 | 185.45 | 0.13 | 0.83 |
Hex | CF | D9 | DA | 5 | 0 | 0 | F | B9 | D | 53 |
Octal | 317 | 331 | 332 | 5 | 0 | 0 | 17 | 271 | 15 | 123 |
Binary | 11001111 | 11011001 | 11011010 | 101 | 0 | 0 | 1111 | 10111001 | 1101 | 1010011 |
Color Harmonies of #CFD9DA
Complementary color
Monochromatic Colors of #CFD9DA
Black with #CFD9DA
Text Example
Text Example
White with #CFD9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD9DA; }
p { color: rgb(207,217,218); }
H1.HeaderClassName
{
color: #CFD9DA;
}
.AnyTagClassName
{
color: #CFD9DA;
}
</style>
background-color css
<style>
a { background-color: #CFD9DA; }
a { background-color: rgb(207,217,218); }
div.DivClassName
{
background-color: #CFD9DA;
}
.BgClassName
{
background-color: #CFD9DA;
}
</style>
border-color css
<style>
span { border-color: #CFD9DA; }
span { border-color: rgb(207,217,218); }
td.TdClassName
{
border-color: #CFD9DA;
}
.TagClassName
{
border-color: #CFD9DA;
}
</style>