Shades of Zumthor #C7DBDB
Tints of Zumthor #C7DBDB
RGB
CMYK
RGB Variations
Color information
#C7DBDB (or 0xC7DBDB) is known color: Zumthor. HEX triplet: C7, DB and DB. RGB value is (199,219,219). Sum of RGB (Red+Green+Blue) = 199+219+219=637 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.24% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #C7DBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DBDB is #382424. Grayscale: #D4D4D4. Windows color (decimal): -3679269 or 14408647. OLE color: 14408647.
HSL color Cylindrical-coordinate representation of color #C7DBDB: hue angle of 180º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7DBDB is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 199 | 219 | 219 | - |
CMYK | 0.09 | 0 | 0 | 0.14 |
HSL | 180º | 0.22% | 0.82% | - |
HSV(B) | 180º | 0.09% | 0.86% | - |
XYZ | 61.67 | 67.92 | 76.88 | - |
YUV | 213.02 | 131.37 | 118 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 219 | 219 | 0.09 | 0 | 0 | 0.14 | 180 | 0.22 | 0.82 |
Hex | C7 | DB | DB | 9 | 0 | 0 | E | B4 | 16 | 52 |
Octal | 307 | 333 | 333 | 11 | 0 | 0 | 16 | 264 | 26 | 122 |
Binary | 11000111 | 11011011 | 11011011 | 1001 | 0 | 0 | 1110 | 10110100 | 10110 | 1010010 |
Color Harmonies of #C7DBDB
Complementary color
Monochromatic Colors of #C7DBDB
Black with #C7DBDB
Text Example
Text Example
White with #C7DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DBDB; }
p { color: rgb(199,219,219); }
H1.HeaderClassName
{
color: #C7DBDB;
}
.AnyTagClassName
{
color: #C7DBDB;
}
</style>
background-color css
<style>
a { background-color: #C7DBDB; }
a { background-color: rgb(199,219,219); }
div.DivClassName
{
background-color: #C7DBDB;
}
.BgClassName
{
background-color: #C7DBDB;
}
</style>
border-color css
<style>
span { border-color: #C7DBDB; }
span { border-color: rgb(199,219,219); }
td.TdClassName
{
border-color: #C7DBDB;
}
.TagClassName
{
border-color: #C7DBDB;
}
</style>