Shades of Zumthor #C5DCDD
Tints of Zumthor #C5DCDD
RGB
CMYK
RGB Variations
Color information
#C5DCDD (or 0xC5DCDD) is known color: Zumthor. HEX triplet: C5, DC and DD. RGB value is (197,220,221). Sum of RGB (Red+Green+Blue) = 197+220+221=638 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.88% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 221 - color contains mainly: blue. Hex color #C5DCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DCDD is #3A2322. Grayscale: #D5D5D5. Windows color (decimal): -3810083 or 14539973. OLE color: 14539973.
HSL color Cylindrical-coordinate representation of color #C5DCDD: hue angle of 182.5º 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 #C5DCDD is Cyan = 0.11, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 197 | 220 | 221 | - |
CMYK | 0.11 | 0.00 | 0 | 0.13 |
HSL | 182.5º | 0.26% | 0.82% | - |
HSV(B) | 182.5º | 0.11% | 0.87% | - |
XYZ | 61.67 | 68.28 | 78.34 | - |
YUV | 213.24 | 132.38 | 116.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 220 | 221 | 0.11 | 0.00 | 0 | 0.13 | 182.5 | 0.26 | 0.82 |
Hex | C5 | DC | DD | B | 0 | 0 | D | B6 | 1A | 52 |
Octal | 305 | 334 | 335 | 13 | 0 | 0 | 15 | 266 | 32 | 122 |
Binary | 11000101 | 11011100 | 11011101 | 1011 | 0 | 0 | 1101 | 10110110 | 11010 | 1010010 |
Color Harmonies of #C5DCDD
Complementary color
Monochromatic Colors of #C5DCDD
Black with #C5DCDD
Text Example
Text Example
White with #C5DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DCDD; }
p { color: rgb(197,220,221); }
H1.HeaderClassName
{
color: #C5DCDD;
}
.AnyTagClassName
{
color: #C5DCDD;
}
</style>
background-color css
<style>
a { background-color: #C5DCDD; }
a { background-color: rgb(197,220,221); }
div.DivClassName
{
background-color: #C5DCDD;
}
.BgClassName
{
background-color: #C5DCDD;
}
</style>
border-color css
<style>
span { border-color: #C5DCDD; }
span { border-color: rgb(197,220,221); }
td.TdClassName
{
border-color: #C5DCDD;
}
.TagClassName
{
border-color: #C5DCDD;
}
</style>