Shades of Zumthor #C2DCDA
Tints of Zumthor #C2DCDA
RGB
CMYK
RGB Variations
Color information
#C2DCDA (or 0xC2DCDA) is known color: Zumthor. HEX triplet: C2, DC and DA. RGB value is (194,220,218). Sum of RGB (Red+Green+Blue) = 194+220+218=632 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.70% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DCDA is #3D2325. Grayscale: #D3D3D3. Windows color (decimal): -4006694 or 14343362. OLE color: 14343362.
HSL color Cylindrical-coordinate representation of color #C2DCDA: hue angle of 175.38º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2DCDA is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 220 | 218 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.14 |
| HSL | 175.38º | 0.27% | 0.81% | - |
| HSV(B) | 175.38º | 0.12% | 0.86% | - |
| XYZ | 60.5 | 67.72 | 76.21 | - |
| YUV | 212 | 131.39 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 220 | 218 | 0.12 | 0 | 0.01 | 0.14 | 175.38 | 0.27 | 0.81 |
| Hex | C2 | DC | DA | C | 0 | 1 | E | AF | 1B | 51 |
| Octal | 302 | 334 | 332 | 14 | 0 | 1 | 16 | 257 | 33 | 121 |
| Binary | 11000010 | 11011100 | 11011010 | 1100 | 0 | 1 | 1110 | 10101111 | 11011 | 1010001 |
Color Harmonies of #C2DCDA
Complementary color
Monochromatic Colors of #C2DCDA
Black with #C2DCDA
Text Example
Text Example
White with #C2DCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DCDA; }
p { color: rgb(194,220,218); }
H1.HeaderClassName
{
color: #C2DCDA;
}
.AnyTagClassName
{
color: #C2DCDA;
}
</style>
background-color css
<style>
a { background-color: #C2DCDA; }
a { background-color: rgb(194,220,218); }
div.DivClassName
{
background-color: #C2DCDA;
}
.BgClassName
{
background-color: #C2DCDA;
}
</style>
border-color css
<style>
span { border-color: #C2DCDA; }
span { border-color: rgb(194,220,218); }
td.TdClassName
{
border-color: #C2DCDA;
}
.TagClassName
{
border-color: #C2DCDA;
}
</style>