Shades of Zumthor #CDD8DB
Tints of Zumthor #CDD8DB
RGB
CMYK
RGB Variations
Color information
#CDD8DB (or 0xCDD8DB) is known color: Zumthor. HEX triplet: CD, D8 and DB. RGB value is (205,216,219). Sum of RGB (Red+Green+Blue) = 205+216+219=640 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.03% from 640); Green value is 216 (84.77% from 255 or 33.75% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDD8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD8DB is #322724. Grayscale: #D5D5D5. Windows color (decimal): -3286821 or 14407885. OLE color: 14407885.
HSL color Cylindrical-coordinate representation of color #CDD8DB: hue angle of 192.86º 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 #CDD8DB is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 205 | 216 | 219 | - |
CMYK | 0.06 | 0.01 | 0 | 0.14 |
HSL | 192.86º | 0.16% | 0.83% | - |
HSV(B) | 192.86º | 0.06% | 0.86% | - |
XYZ | 62.52 | 67.21 | 76.69 | - |
YUV | 213.05 | 131.36 | 122.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 216 | 219 | 0.06 | 0.01 | 0 | 0.14 | 192.86 | 0.16 | 0.83 |
Hex | CD | D8 | DB | 6 | 1 | 0 | E | C1 | 10 | 53 |
Octal | 315 | 330 | 333 | 6 | 1 | 0 | 16 | 301 | 20 | 123 |
Binary | 11001101 | 11011000 | 11011011 | 110 | 1 | 0 | 1110 | 11000001 | 10000 | 1010011 |
Color Harmonies of #CDD8DB
Complementary color
Monochromatic Colors of #CDD8DB
Black with #CDD8DB
Text Example
Text Example
White with #CDD8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD8DB; }
p { color: rgb(205,216,219); }
H1.HeaderClassName
{
color: #CDD8DB;
}
.AnyTagClassName
{
color: #CDD8DB;
}
</style>
background-color css
<style>
a { background-color: #CDD8DB; }
a { background-color: rgb(205,216,219); }
div.DivClassName
{
background-color: #CDD8DB;
}
.BgClassName
{
background-color: #CDD8DB;
}
</style>
border-color css
<style>
span { border-color: #CDD8DB; }
span { border-color: rgb(205,216,219); }
td.TdClassName
{
border-color: #CDD8DB;
}
.TagClassName
{
border-color: #CDD8DB;
}
</style>