Shades of Zumthor #C3DDDD
Tints of Zumthor #C3DDDD
RGB
CMYK
RGB Variations
Color information
#C3DDDD (or 0xC3DDDD) is known color: Zumthor. HEX triplet: C3, DD and DD. RGB value is (195,221,221). Sum of RGB (Red+Green+Blue) = 195+221+221=637 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.61% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #C3DDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DDDD is #3C2222. Grayscale: #D5D5D5. Windows color (decimal): -3940899 or 14540227. OLE color: 14540227.
HSL color Cylindrical-coordinate representation of color #C3DDDD: hue angle of 180º 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 #C3DDDD is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 221 | 221 | - |
| CMYK | 0.12 | 0 | 0 | 0.13 |
| HSL | 180º | 0.28% | 0.82% | - |
| HSV(B) | 180º | 0.12% | 0.87% | - |
| XYZ | 61.41 | 68.54 | 78.4 | - |
| YUV | 213.23 | 132.39 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 221 | 221 | 0.12 | 0 | 0 | 0.13 | 180 | 0.28 | 0.82 |
| Hex | C3 | DD | DD | C | 0 | 0 | D | B4 | 1C | 52 |
| Octal | 303 | 335 | 335 | 14 | 0 | 0 | 15 | 264 | 34 | 122 |
| Binary | 11000011 | 11011101 | 11011101 | 1100 | 0 | 0 | 1101 | 10110100 | 11100 | 1010010 |
Color Harmonies of #C3DDDD
Complementary color
Monochromatic Colors of #C3DDDD
Black with #C3DDDD
Text Example
Text Example
White with #C3DDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DDDD; }
p { color: rgb(195,221,221); }
H1.HeaderClassName
{
color: #C3DDDD;
}
.AnyTagClassName
{
color: #C3DDDD;
}
</style>
background-color css
<style>
a { background-color: #C3DDDD; }
a { background-color: rgb(195,221,221); }
div.DivClassName
{
background-color: #C3DDDD;
}
.BgClassName
{
background-color: #C3DDDD;
}
</style>
border-color css
<style>
span { border-color: #C3DDDD; }
span { border-color: rgb(195,221,221); }
td.TdClassName
{
border-color: #C3DDDD;
}
.TagClassName
{
border-color: #C3DDDD;
}
</style>