Shades of Zumthor #C3DBDC
Tints of Zumthor #C3DBDC
RGB
CMYK
RGB Variations
Color information
#C3DBDC (or 0xC3DBDC) is known color: Zumthor. HEX triplet: C3, DB and DC. RGB value is (195,219,220). Sum of RGB (Red+Green+Blue) = 195+219+220=634 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.76% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3DBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DBDC is #3C2423. Grayscale: #D3D3D3. Windows color (decimal): -3941412 or 14474179. OLE color: 14474179.
HSL color Cylindrical-coordinate representation of color #C3DBDC: hue angle of 182.4º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3DBDC is Cyan = 0.11, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 219 | 220 | - |
| CMYK | 0.11 | 0.00 | 0 | 0.14 |
| HSL | 182.4º | 0.26% | 0.81% | - |
| HSV(B) | 182.4º | 0.11% | 0.86% | - |
| XYZ | 60.76 | 67.43 | 77.52 | - |
| YUV | 211.94 | 132.55 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 219 | 220 | 0.11 | 0.00 | 0 | 0.14 | 182.4 | 0.26 | 0.81 |
| Hex | C3 | DB | DC | B | 0 | 0 | E | B6 | 1A | 51 |
| Octal | 303 | 333 | 334 | 13 | 0 | 0 | 16 | 266 | 32 | 121 |
| Binary | 11000011 | 11011011 | 11011100 | 1011 | 0 | 0 | 1110 | 10110110 | 11010 | 1010001 |
Color Harmonies of #C3DBDC
Complementary color
Monochromatic Colors of #C3DBDC
Black with #C3DBDC
Text Example
Text Example
White with #C3DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DBDC; }
p { color: rgb(195,219,220); }
H1.HeaderClassName
{
color: #C3DBDC;
}
.AnyTagClassName
{
color: #C3DBDC;
}
</style>
background-color css
<style>
a { background-color: #C3DBDC; }
a { background-color: rgb(195,219,220); }
div.DivClassName
{
background-color: #C3DBDC;
}
.BgClassName
{
background-color: #C3DBDC;
}
</style>
border-color css
<style>
span { border-color: #C3DBDC; }
span { border-color: rgb(195,219,220); }
td.TdClassName
{
border-color: #C3DBDC;
}
.TagClassName
{
border-color: #C3DBDC;
}
</style>