Shades of Zumthor #C3DBDD
Tints of Zumthor #C3DBDD
RGB
CMYK
RGB Variations
Color information
#C3DBDD (or 0xC3DBDD) is known color: Zumthor. HEX triplet: C3, DB and DD. RGB value is (195,219,221). Sum of RGB (Red+Green+Blue) = 195+219+221=635 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.71% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 221 - color contains mainly: blue. Hex color #C3DBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DBDD is #3C2422. Grayscale: #D4D4D4. Windows color (decimal): -3941411 or 14539715. OLE color: 14539715.
HSL color Cylindrical-coordinate representation of color #C3DBDD: hue angle of 184.62º 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 #C3DBDD is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 219 | 221 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.13 |
| HSL | 184.62º | 0.28% | 0.82% | - |
| HSV(B) | 184.62º | 0.12% | 0.87% | - |
| XYZ | 60.89 | 67.49 | 78.22 | - |
| YUV | 212.05 | 133.05 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 219 | 221 | 0.12 | 0.01 | 0 | 0.13 | 184.62 | 0.28 | 0.82 |
| Hex | C3 | DB | DD | C | 1 | 0 | D | B9 | 1C | 52 |
| Octal | 303 | 333 | 335 | 14 | 1 | 0 | 15 | 271 | 34 | 122 |
| Binary | 11000011 | 11011011 | 11011101 | 1100 | 1 | 0 | 1101 | 10111001 | 11100 | 1010010 |
Color Harmonies of #C3DBDD
Complementary color
Monochromatic Colors of #C3DBDD
Black with #C3DBDD
Text Example
Text Example
White with #C3DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DBDD; }
p { color: rgb(195,219,221); }
H1.HeaderClassName
{
color: #C3DBDD;
}
.AnyTagClassName
{
color: #C3DBDD;
}
</style>
background-color css
<style>
a { background-color: #C3DBDD; }
a { background-color: rgb(195,219,221); }
div.DivClassName
{
background-color: #C3DBDD;
}
.BgClassName
{
background-color: #C3DBDD;
}
</style>
border-color css
<style>
span { border-color: #C3DBDD; }
span { border-color: rgb(195,219,221); }
td.TdClassName
{
border-color: #C3DBDD;
}
.TagClassName
{
border-color: #C3DBDD;
}
</style>