Shades of Zumthor #CFD5D7
Tints of Zumthor #CFD5D7
RGB
CMYK
RGB Variations
Color information
#CFD5D7 (or 0xCFD5D7) is known color: Zumthor. HEX triplet: CF, D5 and D7. RGB value is (207,213,215). Sum of RGB (Red+Green+Blue) = 207+213+215=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 213 (83.59% from 255 or 33.54% from 635); Blue value is 215 (84.38% from 255 or 33.86% from 635); Max value from RGB is 215 - color contains mainly: blue. Hex color #CFD5D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD5D7 is #302A28. Grayscale: #D3D3D3. Windows color (decimal): -3156521 or 14144975. OLE color: 14144975.
HSL color Cylindrical-coordinate representation of color #CFD5D7: hue angle of 195º degrees, saturation: 0.09, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CFD5D7 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 207 | 213 | 215 | - |
CMYK | 0.04 | 0.01 | 0 | 0.16 |
HSL | 195º | 0.09% | 0.83% | - |
HSV(B) | 195º | 0.04% | 0.84% | - |
XYZ | 61.79 | 65.76 | 73.73 | - |
YUV | 211.43 | 130.01 | 124.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 213 | 215 | 0.04 | 0.01 | 0 | 0.16 | 195 | 0.09 | 0.83 |
Hex | CF | D5 | D7 | 4 | 1 | 0 | 10 | C3 | 9 | 53 |
Octal | 317 | 325 | 327 | 4 | 1 | 0 | 20 | 303 | 11 | 123 |
Binary | 11001111 | 11010101 | 11010111 | 100 | 1 | 0 | 10000 | 11000011 | 1001 | 1010011 |
Color Harmonies of #CFD5D7
Complementary color
Monochromatic Colors of #CFD5D7
Black with #CFD5D7
Text Example
Text Example
White with #CFD5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD5D7; }
p { color: rgb(207,213,215); }
H1.HeaderClassName
{
color: #CFD5D7;
}
.AnyTagClassName
{
color: #CFD5D7;
}
</style>
background-color css
<style>
a { background-color: #CFD5D7; }
a { background-color: rgb(207,213,215); }
div.DivClassName
{
background-color: #CFD5D7;
}
.BgClassName
{
background-color: #CFD5D7;
}
</style>
border-color css
<style>
span { border-color: #CFD5D7; }
span { border-color: rgb(207,213,215); }
td.TdClassName
{
border-color: #CFD5D7;
}
.TagClassName
{
border-color: #CFD5D7;
}
</style>