Shades of Zumthor #C3DADD
Tints of Zumthor #C3DADD
RGB
CMYK
RGB Variations
Color information
#C3DADD (or 0xC3DADD) is known color: Zumthor. HEX triplet: C3, DA and DD. RGB value is (195,218,221). Sum of RGB (Red+Green+Blue) = 195+218+221=634 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.76% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 221 - color contains mainly: blue. Hex color #C3DADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DADD is #3C2522. Grayscale: #D3D3D3. Windows color (decimal): -3941667 or 14539459. OLE color: 14539459.
HSL color Cylindrical-coordinate representation of color #C3DADD: hue angle of 186.92º 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 #C3DADD is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 218 | 221 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.13 |
| HSL | 186.92º | 0.28% | 0.82% | - |
| HSV(B) | 186.92º | 0.12% | 0.87% | - |
| XYZ | 60.63 | 66.97 | 78.14 | - |
| YUV | 211.47 | 133.38 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 218 | 221 | 0.12 | 0.01 | 0 | 0.13 | 186.92 | 0.28 | 0.82 |
| Hex | C3 | DA | DD | C | 1 | 0 | D | BB | 1C | 52 |
| Octal | 303 | 332 | 335 | 14 | 1 | 0 | 15 | 273 | 34 | 122 |
| Binary | 11000011 | 11011010 | 11011101 | 1100 | 1 | 0 | 1101 | 10111011 | 11100 | 1010010 |
Color Harmonies of #C3DADD
Complementary color
Monochromatic Colors of #C3DADD
Black with #C3DADD
Text Example
Text Example
White with #C3DADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DADD; }
p { color: rgb(195,218,221); }
H1.HeaderClassName
{
color: #C3DADD;
}
.AnyTagClassName
{
color: #C3DADD;
}
</style>
background-color css
<style>
a { background-color: #C3DADD; }
a { background-color: rgb(195,218,221); }
div.DivClassName
{
background-color: #C3DADD;
}
.BgClassName
{
background-color: #C3DADD;
}
</style>
border-color css
<style>
span { border-color: #C3DADD; }
span { border-color: rgb(195,218,221); }
td.TdClassName
{
border-color: #C3DADD;
}
.TagClassName
{
border-color: #C3DADD;
}
</style>