Shades of Zumthor #CDD9DB
Tints of Zumthor #CDD9DB
RGB
CMYK
RGB Variations
Color information
#CDD9DB (or 0xCDD9DB) is known color: Zumthor. HEX triplet: CD, D9 and DB. RGB value is (205,217,219). Sum of RGB (Red+Green+Blue) = 205+217+219=641 (84% of max value = 765). Red value is 205 (80.47% from 255 or 31.98% from 641); Green value is 217 (85.16% from 255 or 33.85% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDD9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD9DB is #322624. Grayscale: #D5D5D5. Windows color (decimal): -3286565 or 14408141. OLE color: 14408141.
HSL color Cylindrical-coordinate representation of color #CDD9DB: hue angle of 188.57º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDD9DB is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 205 | 217 | 219 | - |
CMYK | 0.06 | 0.01 | 0 | 0.14 |
HSL | 188.57º | 0.16% | 0.83% | - |
HSV(B) | 188.57º | 0.06% | 0.86% | - |
XYZ | 62.78 | 67.72 | 76.78 | - |
YUV | 213.64 | 131.02 | 121.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 217 | 219 | 0.06 | 0.01 | 0 | 0.14 | 188.57 | 0.16 | 0.83 |
Hex | CD | D9 | DB | 6 | 1 | 0 | E | BD | 10 | 53 |
Octal | 315 | 331 | 333 | 6 | 1 | 0 | 16 | 275 | 20 | 123 |
Binary | 11001101 | 11011001 | 11011011 | 110 | 1 | 0 | 1110 | 10111101 | 10000 | 1010011 |
Color Harmonies of #CDD9DB
Complementary color
Monochromatic Colors of #CDD9DB
Black with #CDD9DB
Text Example
Text Example
White with #CDD9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD9DB; }
p { color: rgb(205,217,219); }
H1.HeaderClassName
{
color: #CDD9DB;
}
.AnyTagClassName
{
color: #CDD9DB;
}
</style>
background-color css
<style>
a { background-color: #CDD9DB; }
a { background-color: rgb(205,217,219); }
div.DivClassName
{
background-color: #CDD9DB;
}
.BgClassName
{
background-color: #CDD9DB;
}
</style>
border-color css
<style>
span { border-color: #CDD9DB; }
span { border-color: rgb(205,217,219); }
td.TdClassName
{
border-color: #CDD9DB;
}
.TagClassName
{
border-color: #CDD9DB;
}
</style>