Shades of Zumthor #C5DDDD
Tints of Zumthor #C5DDDD
RGB
CMYK
RGB Variations
Color information
#C5DDDD (or 0xC5DDDD) is known color: Zumthor. HEX triplet: C5, DD and DD. RGB value is (197,221,221). Sum of RGB (Red+Green+Blue) = 197+221+221=639 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.83% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #C5DDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DDDD is #3A2222. Grayscale: #D5D5D5. Windows color (decimal): -3809827 or 14540229. OLE color: 14540229.
HSL color Cylindrical-coordinate representation of color #C5DDDD: hue angle of 180º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5DDDD is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 197 | 221 | 221 | - |
CMYK | 0.11 | 0 | 0 | 0.13 |
HSL | 180º | 0.26% | 0.82% | - |
HSV(B) | 180º | 0.11% | 0.87% | - |
XYZ | 61.93 | 68.8 | 78.42 | - |
YUV | 213.82 | 132.05 | 116 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 221 | 221 | 0.11 | 0 | 0 | 0.13 | 180 | 0.26 | 0.82 |
Hex | C5 | DD | DD | B | 0 | 0 | D | B4 | 1A | 52 |
Octal | 305 | 335 | 335 | 13 | 0 | 0 | 15 | 264 | 32 | 122 |
Binary | 11000101 | 11011101 | 11011101 | 1011 | 0 | 0 | 1101 | 10110100 | 11010 | 1010010 |
Color Harmonies of #C5DDDD
Complementary color
Monochromatic Colors of #C5DDDD
Black with #C5DDDD
Text Example
Text Example
White with #C5DDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DDDD; }
p { color: rgb(197,221,221); }
H1.HeaderClassName
{
color: #C5DDDD;
}
.AnyTagClassName
{
color: #C5DDDD;
}
</style>
background-color css
<style>
a { background-color: #C5DDDD; }
a { background-color: rgb(197,221,221); }
div.DivClassName
{
background-color: #C5DDDD;
}
.BgClassName
{
background-color: #C5DDDD;
}
</style>
border-color css
<style>
span { border-color: #C5DDDD; }
span { border-color: rgb(197,221,221); }
td.TdClassName
{
border-color: #C5DDDD;
}
.TagClassName
{
border-color: #C5DDDD;
}
</style>