Shades of Zumthor #C2DCDD
Tints of Zumthor #C2DCDD
RGB
CMYK
RGB Variations
Color information
#C2DCDD (or 0xC2DCDD) is known color: Zumthor. HEX triplet: C2, DC and DD. RGB value is (194,220,221). Sum of RGB (Red+Green+Blue) = 194+220+221=635 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.55% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 221 - color contains mainly: blue. Hex color #C2DCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DCDD is #3D2322. Grayscale: #D4D4D4. Windows color (decimal): -4006691 or 14539970. OLE color: 14539970.
HSL color Cylindrical-coordinate representation of color #C2DCDD: hue angle of 182.22º 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 #C2DCDD is Cyan = 0.12, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 194 | 220 | 221 | - |
CMYK | 0.12 | 0.00 | 0 | 0.13 |
HSL | 182.22º | 0.28% | 0.81% | - |
HSV(B) | 182.22º | 0.12% | 0.87% | - |
XYZ | 60.89 | 67.88 | 78.3 | - |
YUV | 212.34 | 132.89 | 114.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 220 | 221 | 0.12 | 0.00 | 0 | 0.13 | 182.22 | 0.28 | 0.81 |
Hex | C2 | DC | DD | C | 0 | 0 | D | B6 | 1C | 51 |
Octal | 302 | 334 | 335 | 14 | 0 | 0 | 15 | 266 | 34 | 121 |
Binary | 11000010 | 11011100 | 11011101 | 1100 | 0 | 0 | 1101 | 10110110 | 11100 | 1010001 |
Color Harmonies of #C2DCDD
Complementary color
Monochromatic Colors of #C2DCDD
Black with #C2DCDD
Text Example
Text Example
White with #C2DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DCDD; }
p { color: rgb(194,220,221); }
H1.HeaderClassName
{
color: #C2DCDD;
}
.AnyTagClassName
{
color: #C2DCDD;
}
</style>
background-color css
<style>
a { background-color: #C2DCDD; }
a { background-color: rgb(194,220,221); }
div.DivClassName
{
background-color: #C2DCDD;
}
.BgClassName
{
background-color: #C2DCDD;
}
</style>
border-color css
<style>
span { border-color: #C2DCDD; }
span { border-color: rgb(194,220,221); }
td.TdClassName
{
border-color: #C2DCDD;
}
.TagClassName
{
border-color: #C2DCDD;
}
</style>