Shades of Zumthor #CDD5D8
Tints of Zumthor #CDD5D8
RGB
CMYK
RGB Variations
Color information
#CDD5D8 (or 0xCDD5D8) is known color: Zumthor. HEX triplet: CD, D5 and D8. RGB value is (205,213,216). Sum of RGB (Red+Green+Blue) = 205+213+216=634 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.33% from 634); Green value is 213 (83.59% from 255 or 33.60% from 634); Blue value is 216 (84.77% from 255 or 34.07% from 634); Max value from RGB is 216 - color contains mainly: blue. Hex color #CDD5D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD5D8 is #322A27. Grayscale: #D2D2D2. Windows color (decimal): -3287592 or 14210509. OLE color: 14210509.
HSL color Cylindrical-coordinate representation of color #CDD5D8: hue angle of 196.36º degrees, saturation: 0.12, 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 #CDD5D8 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 205 | 213 | 216 | - |
CMYK | 0.05 | 0.01 | 0 | 0.15 |
HSL | 196.36º | 0.12% | 0.83% | - |
HSV(B) | 196.36º | 0.05% | 0.85% | - |
XYZ | 61.37 | 65.53 | 74.38 | - |
YUV | 210.95 | 130.85 | 123.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 213 | 216 | 0.05 | 0.01 | 0 | 0.15 | 196.36 | 0.12 | 0.83 |
Hex | CD | D5 | D8 | 5 | 1 | 0 | F | C4 | C | 53 |
Octal | 315 | 325 | 330 | 5 | 1 | 0 | 17 | 304 | 14 | 123 |
Binary | 11001101 | 11010101 | 11011000 | 101 | 1 | 0 | 1111 | 11000100 | 1100 | 1010011 |
Color Harmonies of #CDD5D8
Complementary color
Monochromatic Colors of #CDD5D8
Black with #CDD5D8
Text Example
Text Example
White with #CDD5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD5D8; }
p { color: rgb(205,213,216); }
H1.HeaderClassName
{
color: #CDD5D8;
}
.AnyTagClassName
{
color: #CDD5D8;
}
</style>
background-color css
<style>
a { background-color: #CDD5D8; }
a { background-color: rgb(205,213,216); }
div.DivClassName
{
background-color: #CDD5D8;
}
.BgClassName
{
background-color: #CDD5D8;
}
</style>
border-color css
<style>
span { border-color: #CDD5D8; }
span { border-color: rgb(205,213,216); }
td.TdClassName
{
border-color: #CDD5D8;
}
.TagClassName
{
border-color: #CDD5D8;
}
</style>