Shades of Zumthor #C3D9DD
Tints of Zumthor #C3D9DD
RGB
CMYK
RGB Variations
Color information
#C3D9DD (or 0xC3D9DD) is known color: Zumthor. HEX triplet: C3, D9 and DD. RGB value is (195,217,221). Sum of RGB (Red+Green+Blue) = 195+217+221=633 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.81% from 633); Green value is 217 (85.16% from 255 or 34.28% 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 #C3D9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D9DD is #3C2622. Grayscale: #D2D2D2. Windows color (decimal): -3941923 or 14539203. OLE color: 14539203.
HSL color Cylindrical-coordinate representation of color #C3D9DD: hue angle of 189.23º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3D9DD is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 217 | 221 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.13 |
| HSL | 189.23º | 0.28% | 0.82% | - |
| HSV(B) | 189.23º | 0.12% | 0.87% | - |
| XYZ | 60.37 | 66.45 | 78.05 | - |
| YUV | 210.88 | 133.71 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 217 | 221 | 0.12 | 0.02 | 0 | 0.13 | 189.23 | 0.28 | 0.82 |
| Hex | C3 | D9 | DD | C | 2 | 0 | D | BD | 1C | 52 |
| Octal | 303 | 331 | 335 | 14 | 2 | 0 | 15 | 275 | 34 | 122 |
| Binary | 11000011 | 11011001 | 11011101 | 1100 | 10 | 0 | 1101 | 10111101 | 11100 | 1010010 |
Color Harmonies of #C3D9DD
Complementary color
Monochromatic Colors of #C3D9DD
Black with #C3D9DD
Text Example
Text Example
White with #C3D9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D9DD; }
p { color: rgb(195,217,221); }
H1.HeaderClassName
{
color: #C3D9DD;
}
.AnyTagClassName
{
color: #C3D9DD;
}
</style>
background-color css
<style>
a { background-color: #C3D9DD; }
a { background-color: rgb(195,217,221); }
div.DivClassName
{
background-color: #C3D9DD;
}
.BgClassName
{
background-color: #C3D9DD;
}
</style>
border-color css
<style>
span { border-color: #C3D9DD; }
span { border-color: rgb(195,217,221); }
td.TdClassName
{
border-color: #C3D9DD;
}
.TagClassName
{
border-color: #C3D9DD;
}
</style>