Shades of Zumthor #C2DADD
Tints of Zumthor #C2DADD
RGB
CMYK
RGB Variations
Color information
#C2DADD (or 0xC2DADD) is known color: Zumthor. HEX triplet: C2, DA and DD. RGB value is (194,218,221). Sum of RGB (Red+Green+Blue) = 194+218+221=633 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.65% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 221 - color contains mainly: blue. Hex color #C2DADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DADD is #3D2522. Grayscale: #D3D3D3. Windows color (decimal): -4007203 or 14539458. OLE color: 14539458.
HSL color Cylindrical-coordinate representation of color #C2DADD: hue angle of 186.67º 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 #C2DADD is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 194 | 218 | 221 | - |
CMYK | 0.12 | 0.01 | 0 | 0.13 |
HSL | 186.67º | 0.28% | 0.81% | - |
HSV(B) | 186.67º | 0.12% | 0.87% | - |
XYZ | 60.37 | 66.83 | 78.12 | - |
YUV | 211.17 | 133.55 | 115.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 218 | 221 | 0.12 | 0.01 | 0 | 0.13 | 186.67 | 0.28 | 0.81 |
Hex | C2 | DA | DD | C | 1 | 0 | D | BB | 1C | 51 |
Octal | 302 | 332 | 335 | 14 | 1 | 0 | 15 | 273 | 34 | 121 |
Binary | 11000010 | 11011010 | 11011101 | 1100 | 1 | 0 | 1101 | 10111011 | 11100 | 1010001 |
Color Harmonies of #C2DADD
Complementary color
Monochromatic Colors of #C2DADD
Black with #C2DADD
Text Example
Text Example
White with #C2DADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DADD; }
p { color: rgb(194,218,221); }
H1.HeaderClassName
{
color: #C2DADD;
}
.AnyTagClassName
{
color: #C2DADD;
}
</style>
background-color css
<style>
a { background-color: #C2DADD; }
a { background-color: rgb(194,218,221); }
div.DivClassName
{
background-color: #C2DADD;
}
.BgClassName
{
background-color: #C2DADD;
}
</style>
border-color css
<style>
span { border-color: #C2DADD; }
span { border-color: rgb(194,218,221); }
td.TdClassName
{
border-color: #C2DADD;
}
.TagClassName
{
border-color: #C2DADD;
}
</style>