Shades of Zumthor #C5D9DD
Tints of Zumthor #C5D9DD
RGB
CMYK
RGB Variations
Color information
#C5D9DD (or 0xC5D9DD) is known color: Zumthor. HEX triplet: C5, D9 and DD. RGB value is (197,217,221). Sum of RGB (Red+Green+Blue) = 197+217+221=635 (84% of max value = 765). Red value is 197 (77.34% from 255 or 31.02% from 635); Green value is 217 (85.16% from 255 or 34.17% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 221 - color contains mainly: blue. Hex color #C5D9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D9DD is #3A2622. Grayscale: #D3D3D3. Windows color (decimal): -3810851 or 14539205. OLE color: 14539205.
HSL color Cylindrical-coordinate representation of color #C5D9DD: hue angle of 190º 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 #C5D9DD is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 197 | 217 | 221 | - |
CMYK | 0.11 | 0.02 | 0 | 0.13 |
HSL | 190º | 0.26% | 0.82% | - |
HSV(B) | 190º | 0.11% | 0.87% | - |
XYZ | 60.89 | 66.72 | 78.07 | - |
YUV | 211.48 | 133.37 | 117.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 217 | 221 | 0.11 | 0.02 | 0 | 0.13 | 190 | 0.26 | 0.82 |
Hex | C5 | D9 | DD | B | 2 | 0 | D | BE | 1A | 52 |
Octal | 305 | 331 | 335 | 13 | 2 | 0 | 15 | 276 | 32 | 122 |
Binary | 11000101 | 11011001 | 11011101 | 1011 | 10 | 0 | 1101 | 10111110 | 11010 | 1010010 |
Color Harmonies of #C5D9DD
Complementary color
Monochromatic Colors of #C5D9DD
Black with #C5D9DD
Text Example
Text Example
White with #C5D9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D9DD; }
p { color: rgb(197,217,221); }
H1.HeaderClassName
{
color: #C5D9DD;
}
.AnyTagClassName
{
color: #C5D9DD;
}
</style>
background-color css
<style>
a { background-color: #C5D9DD; }
a { background-color: rgb(197,217,221); }
div.DivClassName
{
background-color: #C5D9DD;
}
.BgClassName
{
background-color: #C5D9DD;
}
</style>
border-color css
<style>
span { border-color: #C5D9DD; }
span { border-color: rgb(197,217,221); }
td.TdClassName
{
border-color: #C5D9DD;
}
.TagClassName
{
border-color: #C5D9DD;
}
</style>