Shades of Zumthor #C2DDDB
Tints of Zumthor #C2DDDB
RGB
CMYK
RGB Variations
Color information
#C2DDDB (or 0xC2DDDB) is known color: Zumthor. HEX triplet: C2, DD and DB. RGB value is (194,221,219). Sum of RGB (Red+Green+Blue) = 194+221+219=634 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.60% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DDDB is #3D2224. Grayscale: #D4D4D4. Windows color (decimal): -4006437 or 14409154. OLE color: 14409154.
HSL color Cylindrical-coordinate representation of color #C2DDDB: hue angle of 175.56º 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 #C2DDDB is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 194 | 221 | 219 | - |
CMYK | 0.12 | 0 | 0.01 | 0.13 |
HSL | 175.56º | 0.28% | 0.81% | - |
HSV(B) | 175.56º | 0.12% | 0.87% | - |
XYZ | 60.89 | 68.3 | 76.99 | - |
YUV | 212.7 | 131.55 | 114.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 221 | 219 | 0.12 | 0 | 0.01 | 0.13 | 175.56 | 0.28 | 0.81 |
Hex | C2 | DD | DB | C | 0 | 1 | D | B0 | 1C | 51 |
Octal | 302 | 335 | 333 | 14 | 0 | 1 | 15 | 260 | 34 | 121 |
Binary | 11000010 | 11011101 | 11011011 | 1100 | 0 | 1 | 1101 | 10110000 | 11100 | 1010001 |
Color Harmonies of #C2DDDB
Complementary color
Monochromatic Colors of #C2DDDB
Black with #C2DDDB
Text Example
Text Example
White with #C2DDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DDDB; }
p { color: rgb(194,221,219); }
H1.HeaderClassName
{
color: #C2DDDB;
}
.AnyTagClassName
{
color: #C2DDDB;
}
</style>
background-color css
<style>
a { background-color: #C2DDDB; }
a { background-color: rgb(194,221,219); }
div.DivClassName
{
background-color: #C2DDDB;
}
.BgClassName
{
background-color: #C2DDDB;
}
</style>
border-color css
<style>
span { border-color: #C2DDDB; }
span { border-color: rgb(194,221,219); }
td.TdClassName
{
border-color: #C2DDDB;
}
.TagClassName
{
border-color: #C2DDDB;
}
</style>