Shades of Zumthor #CDD5D6
Tints of Zumthor #CDD5D6
RGB
CMYK
RGB Variations
Color information
#CDD5D6 (or 0xCDD5D6) is known color: Zumthor. HEX triplet: CD, D5 and D6. RGB value is (205,213,214). Sum of RGB (Red+Green+Blue) = 205+213+214=632 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.44% from 632); Green value is 213 (83.59% from 255 or 33.70% 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 #CDD5D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD5D6 is #322A29. Grayscale: #D2D2D2. Windows color (decimal): -3287594 or 14079437. OLE color: 14079437.
HSL color Cylindrical-coordinate representation of color #CDD5D6: hue angle of 186.67º degrees, saturation: 0.1, 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 #CDD5D6 is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 205 | 213 | 214 | - |
CMYK | 0.04 | 0.00 | 0 | 0.16 |
HSL | 186.67º | 0.1% | 0.82% | - |
HSV(B) | 186.67º | 0.04% | 0.84% | - |
XYZ | 61.11 | 65.42 | 73.03 | - |
YUV | 210.72 | 129.85 | 123.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 213 | 214 | 0.04 | 0.00 | 0 | 0.16 | 186.67 | 0.1 | 0.82 |
Hex | CD | D5 | D6 | 4 | 0 | 0 | 10 | BB | A | 52 |
Octal | 315 | 325 | 326 | 4 | 0 | 0 | 20 | 273 | 12 | 122 |
Binary | 11001101 | 11010101 | 11010110 | 100 | 0 | 0 | 10000 | 10111011 | 1010 | 1010010 |
Color Harmonies of #CDD5D6
Complementary color
Monochromatic Colors of #CDD5D6
Black with #CDD5D6
Text Example
Text Example
White with #CDD5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD5D6; }
p { color: rgb(205,213,214); }
H1.HeaderClassName
{
color: #CDD5D6;
}
.AnyTagClassName
{
color: #CDD5D6;
}
</style>
background-color css
<style>
a { background-color: #CDD5D6; }
a { background-color: rgb(205,213,214); }
div.DivClassName
{
background-color: #CDD5D6;
}
.BgClassName
{
background-color: #CDD5D6;
}
</style>
border-color css
<style>
span { border-color: #CDD5D6; }
span { border-color: rgb(205,213,214); }
td.TdClassName
{
border-color: #CDD5D6;
}
.TagClassName
{
border-color: #CDD5D6;
}
</style>