Shades of Zumthor #CED7D9
Tints of Zumthor #CED7D9
RGB
CMYK
RGB Variations
Color information
#CED7D9 (or 0xCED7D9) is known color: Zumthor. HEX triplet: CE, D7 and D9. RGB value is (206,215,217). Sum of RGB (Red+Green+Blue) = 206+215+217=638 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.29% from 638); Green value is 215 (84.38% from 255 or 33.70% from 638); Blue value is 217 (85.16% from 255 or 34.01% from 638); Max value from RGB is 217 - color contains mainly: blue. Hex color #CED7D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED7D9 is #312826. Grayscale: #D4D4D4. Windows color (decimal): -3221543 or 14276558. OLE color: 14276558.
HSL color Cylindrical-coordinate representation of color #CED7D9: 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 #CED7D9 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 206 | 215 | 217 | - |
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.28 | 66.73 | 75.24 | - |
YUV | 212.54 | 130.52 | 123.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 215 | 217 | 0.05 | 0.01 | 0 | 0.15 | 190.91 | 0.13 | 0.83 |
Hex | CE | D7 | D9 | 5 | 1 | 0 | F | BF | D | 53 |
Octal | 316 | 327 | 331 | 5 | 1 | 0 | 17 | 277 | 15 | 123 |
Binary | 11001110 | 11010111 | 11011001 | 101 | 1 | 0 | 1111 | 10111111 | 1101 | 1010011 |
Color Harmonies of #CED7D9
Complementary color
Monochromatic Colors of #CED7D9
Black with #CED7D9
Text Example
Text Example
White with #CED7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED7D9; }
p { color: rgb(206,215,217); }
H1.HeaderClassName
{
color: #CED7D9;
}
.AnyTagClassName
{
color: #CED7D9;
}
</style>
background-color css
<style>
a { background-color: #CED7D9; }
a { background-color: rgb(206,215,217); }
div.DivClassName
{
background-color: #CED7D9;
}
.BgClassName
{
background-color: #CED7D9;
}
</style>
border-color css
<style>
span { border-color: #CED7D9; }
span { border-color: rgb(206,215,217); }
td.TdClassName
{
border-color: #CED7D9;
}
.TagClassName
{
border-color: #CED7D9;
}
</style>