Shades of Zumthor #C3D9D8
Tints of Zumthor #C3D9D8
RGB
CMYK
RGB Variations
Color information
#C3D9D8 (or 0xC3D9D8) is known color: Zumthor. HEX triplet: C3, D9 and D8. RGB value is (195,217,216). Sum of RGB (Red+Green+Blue) = 195+217+216=628 (83% of max value = 765). Red value is 195 (76.56% from 255 or 31.05% from 628); Green value is 217 (85.16% from 255 or 34.55% from 628); Blue value is 216 (84.77% from 255 or 34.39% from 628); Max value from RGB is 217 - color contains mainly: green. Hex color #C3D9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D9D8 is #3C2627. Grayscale: #D2D2D2. Windows color (decimal): -3941928 or 14211523. OLE color: 14211523.
HSL color Cylindrical-coordinate representation of color #C3D9D8: hue angle of 177.27º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3D9D8 is Cyan = 0.10, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 217 | 216 | - |
| CMYK | 0.10 | 0 | 0.00 | 0.15 |
| HSL | 177.27º | 0.22% | 0.81% | - |
| HSV(B) | 177.27º | 0.1% | 0.85% | - |
| XYZ | 59.71 | 66.19 | 74.59 | - |
| YUV | 210.31 | 131.21 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 217 | 216 | 0.10 | 0 | 0.00 | 0.15 | 177.27 | 0.22 | 0.81 |
| Hex | C3 | D9 | D8 | A | 0 | 0 | F | B1 | 16 | 51 |
| Octal | 303 | 331 | 330 | 12 | 0 | 0 | 17 | 261 | 26 | 121 |
| Binary | 11000011 | 11011001 | 11011000 | 1010 | 0 | 0 | 1111 | 10110001 | 10110 | 1010001 |
Color Harmonies of #C3D9D8
Complementary color
Monochromatic Colors of #C3D9D8
Black with #C3D9D8
Text Example
Text Example
White with #C3D9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D9D8; }
p { color: rgb(195,217,216); }
H1.HeaderClassName
{
color: #C3D9D8;
}
.AnyTagClassName
{
color: #C3D9D8;
}
</style>
background-color css
<style>
a { background-color: #C3D9D8; }
a { background-color: rgb(195,217,216); }
div.DivClassName
{
background-color: #C3D9D8;
}
.BgClassName
{
background-color: #C3D9D8;
}
</style>
border-color css
<style>
span { border-color: #C3D9D8; }
span { border-color: rgb(195,217,216); }
td.TdClassName
{
border-color: #C3D9D8;
}
.TagClassName
{
border-color: #C3D9D8;
}
</style>