Shades of Zumthor #CED7D8
Tints of Zumthor #CED7D8
RGB
CMYK
RGB Variations
Color information
#CED7D8 (or 0xCED7D8) is known color: Zumthor. HEX triplet: CE, D7 and D8. RGB value is (206,215,216). Sum of RGB (Red+Green+Blue) = 206+215+216=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 215 (84.38% from 255 or 33.75% from 637); Blue value is 216 (84.77% from 255 or 33.91% from 637); Max value from RGB is 216 - color contains mainly: blue. Hex color #CED7D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED7D8 is #312827. Grayscale: #D4D4D4. Windows color (decimal): -3221544 or 14211022. OLE color: 14211022.
HSL color Cylindrical-coordinate representation of color #CED7D8: hue angle of 186º degrees, saturation: 0.11, 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 #CED7D8 is Cyan = 0.05, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 206 | 215 | 216 | - |
CMYK | 0.05 | 0.00 | 0 | 0.15 |
HSL | 186º | 0.11% | 0.83% | - |
HSV(B) | 186º | 0.05% | 0.85% | - |
XYZ | 62.15 | 66.68 | 74.56 | - |
YUV | 212.42 | 130.02 | 123.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 215 | 216 | 0.05 | 0.00 | 0 | 0.15 | 186 | 0.11 | 0.83 |
Hex | CE | D7 | D8 | 5 | 0 | 0 | F | BA | B | 53 |
Octal | 316 | 327 | 330 | 5 | 0 | 0 | 17 | 272 | 13 | 123 |
Binary | 11001110 | 11010111 | 11011000 | 101 | 0 | 0 | 1111 | 10111010 | 1011 | 1010011 |
Color Harmonies of #CED7D8
Complementary color
Monochromatic Colors of #CED7D8
Black with #CED7D8
Text Example
Text Example
White with #CED7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED7D8; }
p { color: rgb(206,215,216); }
H1.HeaderClassName
{
color: #CED7D8;
}
.AnyTagClassName
{
color: #CED7D8;
}
</style>
background-color css
<style>
a { background-color: #CED7D8; }
a { background-color: rgb(206,215,216); }
div.DivClassName
{
background-color: #CED7D8;
}
.BgClassName
{
background-color: #CED7D8;
}
</style>
border-color css
<style>
span { border-color: #CED7D8; }
span { border-color: rgb(206,215,216); }
td.TdClassName
{
border-color: #CED7D8;
}
.TagClassName
{
border-color: #CED7D8;
}
</style>