Shades of Zumthor #CCD9DB
Tints of Zumthor #CCD9DB
RGB
CMYK
RGB Variations
Color information
#CCD9DB (or 0xCCD9DB) is known color: Zumthor. HEX triplet: CC, D9 and DB. RGB value is (204,217,219). Sum of RGB (Red+Green+Blue) = 204+217+219=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 217 (85.16% from 255 or 33.91% 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 #CCD9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD9DB is #332624. Grayscale: #D5D5D5. Windows color (decimal): -3352101 or 14408140. OLE color: 14408140.
HSL color Cylindrical-coordinate representation of color #CCD9DB: hue angle of 188º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCD9DB is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 217 | 219 | - |
CMYK | 0.07 | 0.01 | 0 | 0.14 |
HSL | 188º | 0.17% | 0.83% | - |
HSV(B) | 188º | 0.07% | 0.86% | - |
XYZ | 62.5 | 67.58 | 76.77 | - |
YUV | 213.34 | 131.19 | 121.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 217 | 219 | 0.07 | 0.01 | 0 | 0.14 | 188 | 0.17 | 0.83 |
Hex | CC | D9 | DB | 7 | 1 | 0 | E | BC | 11 | 53 |
Octal | 314 | 331 | 333 | 7 | 1 | 0 | 16 | 274 | 21 | 123 |
Binary | 11001100 | 11011001 | 11011011 | 111 | 1 | 0 | 1110 | 10111100 | 10001 | 1010011 |
Color Harmonies of #CCD9DB
Complementary color
Monochromatic Colors of #CCD9DB
Black with #CCD9DB
Text Example
Text Example
White with #CCD9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD9DB; }
p { color: rgb(204,217,219); }
H1.HeaderClassName
{
color: #CCD9DB;
}
.AnyTagClassName
{
color: #CCD9DB;
}
</style>
background-color css
<style>
a { background-color: #CCD9DB; }
a { background-color: rgb(204,217,219); }
div.DivClassName
{
background-color: #CCD9DB;
}
.BgClassName
{
background-color: #CCD9DB;
}
</style>
border-color css
<style>
span { border-color: #CCD9DB; }
span { border-color: rgb(204,217,219); }
td.TdClassName
{
border-color: #CCD9DB;
}
.TagClassName
{
border-color: #CCD9DB;
}
</style>