Shades of Zumthor #C1D1D4
Tints of Zumthor #C1D1D4
RGB
CMYK
RGB Variations
Color information
#C1D1D4 (or 0xC1D1D4) is known color: Zumthor. HEX triplet: C1, D1 and D4. RGB value is (193,209,212). Sum of RGB (Red+Green+Blue) = 193+209+212=614 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.43% from 614); Green value is 209 (82.03% from 255 or 34.04% from 614); Blue value is 212 (83.20% from 255 or 34.53% from 614); Max value from RGB is 212 - color contains mainly: blue. Hex color #C1D1D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D1D4 is #3E2E2B. Grayscale: #CCCCCC. Windows color (decimal): -4075052 or 13947329. OLE color: 13947329.
HSL color Cylindrical-coordinate representation of color #C1D1D4: hue angle of 189.47º degrees, saturation: 0.18, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C1D1D4 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 209 | 212 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.17 |
| HSL | 189.47º | 0.18% | 0.79% | - |
| HSV(B) | 189.47º | 0.09% | 0.83% | - |
| XYZ | 56.68 | 61.69 | 71.21 | - |
| YUV | 204.56 | 132.2 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 209 | 212 | 0.09 | 0.01 | 0 | 0.17 | 189.47 | 0.18 | 0.79 |
| Hex | C1 | D1 | D4 | 9 | 1 | 0 | 11 | BD | 12 | 4F |
| Octal | 301 | 321 | 324 | 11 | 1 | 0 | 21 | 275 | 22 | 117 |
| Binary | 11000001 | 11010001 | 11010100 | 1001 | 1 | 0 | 10001 | 10111101 | 10010 | 1001111 |
Color Harmonies of #C1D1D4
Complementary color
Monochromatic Colors of #C1D1D4
Black with #C1D1D4
Text Example
Text Example
White with #C1D1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D1D4; }
p { color: rgb(193,209,212); }
H1.HeaderClassName
{
color: #C1D1D4;
}
.AnyTagClassName
{
color: #C1D1D4;
}
</style>
background-color css
<style>
a { background-color: #C1D1D4; }
a { background-color: rgb(193,209,212); }
div.DivClassName
{
background-color: #C1D1D4;
}
.BgClassName
{
background-color: #C1D1D4;
}
</style>
border-color css
<style>
span { border-color: #C1D1D4; }
span { border-color: rgb(193,209,212); }
td.TdClassName
{
border-color: #C1D1D4;
}
.TagClassName
{
border-color: #C1D1D4;
}
</style>