Shades of Zumthor #CED4D6
Tints of Zumthor #CED4D6
RGB
CMYK
RGB Variations
Color information
#CED4D6 (or 0xCED4D6) is known color: Zumthor. HEX triplet: CE, D4 and D6. RGB value is (206,212,214). Sum of RGB (Red+Green+Blue) = 206+212+214=632 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.59% from 632); Green value is 212 (83.20% from 255 or 33.54% from 632); Blue value is 214 (83.98% from 255 or 33.86% from 632); Max value from RGB is 214 - color contains mainly: blue. Hex color #CED4D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED4D6 is #312B29. Grayscale: #D2D2D2. Windows color (decimal): -3222314 or 14079182. OLE color: 14079182.
HSL color Cylindrical-coordinate representation of color #CED4D6: hue angle of 195º degrees, saturation: 0.09, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CED4D6 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 206 | 212 | 214 | - |
CMYK | 0.04 | 0.01 | 0 | 0.16 |
HSL | 195º | 0.09% | 0.82% | - |
HSV(B) | 195º | 0.04% | 0.84% | - |
XYZ | 61.13 | 65.06 | 72.95 | - |
YUV | 210.43 | 130.01 | 124.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 212 | 214 | 0.04 | 0.01 | 0 | 0.16 | 195 | 0.09 | 0.82 |
Hex | CE | D4 | D6 | 4 | 1 | 0 | 10 | C3 | 9 | 52 |
Octal | 316 | 324 | 326 | 4 | 1 | 0 | 20 | 303 | 11 | 122 |
Binary | 11001110 | 11010100 | 11010110 | 100 | 1 | 0 | 10000 | 11000011 | 1001 | 1010010 |
Color Harmonies of #CED4D6
Complementary color
Monochromatic Colors of #CED4D6
Black with #CED4D6
Text Example
Text Example
White with #CED4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED4D6; }
p { color: rgb(206,212,214); }
H1.HeaderClassName
{
color: #CED4D6;
}
.AnyTagClassName
{
color: #CED4D6;
}
</style>
background-color css
<style>
a { background-color: #CED4D6; }
a { background-color: rgb(206,212,214); }
div.DivClassName
{
background-color: #CED4D6;
}
.BgClassName
{
background-color: #CED4D6;
}
</style>
border-color css
<style>
span { border-color: #CED4D6; }
span { border-color: rgb(206,212,214); }
td.TdClassName
{
border-color: #CED4D6;
}
.TagClassName
{
border-color: #CED4D6;
}
</style>