Shades of Zumthor #C5DADA
Tints of Zumthor #C5DADA
RGB
CMYK
RGB Variations
Color information
#C5DADA (or 0xC5DADA) is known color: Zumthor. HEX triplet: C5, DA and DA. RGB value is (197,218,218). Sum of RGB (Red+Green+Blue) = 197+218+218=633 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.12% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #C5DADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DADA is #3A2525. Grayscale: #D3D3D3. Windows color (decimal): -3810598 or 14342853. OLE color: 14342853.
HSL color Cylindrical-coordinate representation of color #C5DADA: hue angle of 180º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5DADA is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 197 | 218 | 218 | - |
CMYK | 0.10 | 0 | 0 | 0.15 |
HSL | 180º | 0.22% | 0.81% | - |
HSV(B) | 180º | 0.1% | 0.85% | - |
XYZ | 60.75 | 67.08 | 76.07 | - |
YUV | 211.72 | 131.54 | 117.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 218 | 218 | 0.10 | 0 | 0 | 0.15 | 180 | 0.22 | 0.81 |
Hex | C5 | DA | DA | A | 0 | 0 | F | B4 | 16 | 51 |
Octal | 305 | 332 | 332 | 12 | 0 | 0 | 17 | 264 | 26 | 121 |
Binary | 11000101 | 11011010 | 11011010 | 1010 | 0 | 0 | 1111 | 10110100 | 10110 | 1010001 |
Color Harmonies of #C5DADA
Complementary color
Monochromatic Colors of #C5DADA
Black with #C5DADA
Text Example
Text Example
White with #C5DADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DADA; }
p { color: rgb(197,218,218); }
H1.HeaderClassName
{
color: #C5DADA;
}
.AnyTagClassName
{
color: #C5DADA;
}
</style>
background-color css
<style>
a { background-color: #C5DADA; }
a { background-color: rgb(197,218,218); }
div.DivClassName
{
background-color: #C5DADA;
}
.BgClassName
{
background-color: #C5DADA;
}
</style>
border-color css
<style>
span { border-color: #C5DADA; }
span { border-color: rgb(197,218,218); }
td.TdClassName
{
border-color: #C5DADA;
}
.TagClassName
{
border-color: #C5DADA;
}
</style>