Shades of Zumthor #CDD7DB
Tints of Zumthor #CDD7DB
RGB
CMYK
RGB Variations
Color information
#CDD7DB (or 0xCDD7DB) is known color: Zumthor. HEX triplet: CD, D7 and DB. RGB value is (205,215,219). Sum of RGB (Red+Green+Blue) = 205+215+219=639 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.08% from 639); Green value is 215 (84.38% from 255 or 33.65% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDD7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD7DB is #322824. Grayscale: #D4D4D4. Windows color (decimal): -3287077 or 14407629. OLE color: 14407629.
HSL color Cylindrical-coordinate representation of color #CDD7DB: hue angle of 197.14º 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 #CDD7DB is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 205 | 215 | 219 | - |
CMYK | 0.06 | 0.02 | 0 | 0.14 |
HSL | 197.14º | 0.16% | 0.83% | - |
HSV(B) | 197.14º | 0.06% | 0.86% | - |
XYZ | 62.26 | 66.69 | 76.61 | - |
YUV | 212.47 | 131.69 | 122.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 215 | 219 | 0.06 | 0.02 | 0 | 0.14 | 197.14 | 0.16 | 0.83 |
Hex | CD | D7 | DB | 6 | 2 | 0 | E | C5 | 10 | 53 |
Octal | 315 | 327 | 333 | 6 | 2 | 0 | 16 | 305 | 20 | 123 |
Binary | 11001101 | 11010111 | 11011011 | 110 | 10 | 0 | 1110 | 11000101 | 10000 | 1010011 |
Color Harmonies of #CDD7DB
Complementary color
Monochromatic Colors of #CDD7DB
Black with #CDD7DB
Text Example
Text Example
White with #CDD7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD7DB; }
p { color: rgb(205,215,219); }
H1.HeaderClassName
{
color: #CDD7DB;
}
.AnyTagClassName
{
color: #CDD7DB;
}
</style>
background-color css
<style>
a { background-color: #CDD7DB; }
a { background-color: rgb(205,215,219); }
div.DivClassName
{
background-color: #CDD7DB;
}
.BgClassName
{
background-color: #CDD7DB;
}
</style>
border-color css
<style>
span { border-color: #CDD7DB; }
span { border-color: rgb(205,215,219); }
td.TdClassName
{
border-color: #CDD7DB;
}
.TagClassName
{
border-color: #CDD7DB;
}
</style>