Shades of Zumthor #C2DBDD
Tints of Zumthor #C2DBDD
RGB
CMYK
RGB Variations
Color information
#C2DBDD (or 0xC2DBDD) is known color: Zumthor. HEX triplet: C2, DB and DD. RGB value is (194,219,221). Sum of RGB (Red+Green+Blue) = 194+219+221=634 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.60% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 221 - color contains mainly: blue. Hex color #C2DBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DBDD is #3D2422. Grayscale: #D3D3D3. Windows color (decimal): -4006947 or 14539714. OLE color: 14539714.
HSL color Cylindrical-coordinate representation of color #C2DBDD: hue angle of 184.44º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2DBDD is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 194 | 219 | 221 | - |
CMYK | 0.12 | 0.01 | 0 | 0.13 |
HSL | 184.44º | 0.28% | 0.81% | - |
HSV(B) | 184.44º | 0.12% | 0.87% | - |
XYZ | 60.63 | 67.35 | 78.21 | - |
YUV | 211.75 | 133.22 | 115.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 219 | 221 | 0.12 | 0.01 | 0 | 0.13 | 184.44 | 0.28 | 0.81 |
Hex | C2 | DB | DD | C | 1 | 0 | D | B8 | 1C | 51 |
Octal | 302 | 333 | 335 | 14 | 1 | 0 | 15 | 270 | 34 | 121 |
Binary | 11000010 | 11011011 | 11011101 | 1100 | 1 | 0 | 1101 | 10111000 | 11100 | 1010001 |
Color Harmonies of #C2DBDD
Complementary color
Monochromatic Colors of #C2DBDD
Black with #C2DBDD
Text Example
Text Example
White with #C2DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DBDD; }
p { color: rgb(194,219,221); }
H1.HeaderClassName
{
color: #C2DBDD;
}
.AnyTagClassName
{
color: #C2DBDD;
}
</style>
background-color css
<style>
a { background-color: #C2DBDD; }
a { background-color: rgb(194,219,221); }
div.DivClassName
{
background-color: #C2DBDD;
}
.BgClassName
{
background-color: #C2DBDD;
}
</style>
border-color css
<style>
span { border-color: #C2DBDD; }
span { border-color: rgb(194,219,221); }
td.TdClassName
{
border-color: #C2DBDD;
}
.TagClassName
{
border-color: #C2DBDD;
}
</style>