Shades of Link Water #C5D0DC
Tints of Link Water #C5D0DC
RGB
CMYK
RGB Variations
Color information
#C5D0DC (or 0xC5D0DC) is known color: Link Water. HEX triplet: C5, D0 and DC. RGB value is (197,208,220). Sum of RGB (Red+Green+Blue) = 197+208+220=625 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.52% from 625); Green value is 208 (81.64% from 255 or 33.28% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5D0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D0DC is #3A2F23. Grayscale: #CECECE. Windows color (decimal): -3813156 or 14471365. OLE color: 14471365.
HSL color Cylindrical-coordinate representation of color #C5D0DC: hue angle of 211.3º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5D0DC is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 208 | 220 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.14 |
| HSL | 211.3º | 0.25% | 0.82% | - |
| HSV(B) | 211.3º | 0.1% | 0.86% | - |
| XYZ | 58.5 | 62.15 | 76.62 | - |
| YUV | 206.08 | 135.86 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 208 | 220 | 0.10 | 0.05 | 0 | 0.14 | 211.3 | 0.25 | 0.82 |
| Hex | C5 | D0 | DC | A | 5 | 0 | E | D3 | 19 | 52 |
| Octal | 305 | 320 | 334 | 12 | 5 | 0 | 16 | 323 | 31 | 122 |
| Binary | 11000101 | 11010000 | 11011100 | 1010 | 101 | 0 | 1110 | 11010011 | 11001 | 1010010 |
Color Harmonies of #C5D0DC
Complementary color
Monochromatic Colors of #C5D0DC
Black with #C5D0DC
Text Example
Text Example
White with #C5D0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D0DC; }
p { color: rgb(197,208,220); }
H1.HeaderClassName
{
color: #C5D0DC;
}
.AnyTagClassName
{
color: #C5D0DC;
}
</style>
background-color css
<style>
a { background-color: #C5D0DC; }
a { background-color: rgb(197,208,220); }
div.DivClassName
{
background-color: #C5D0DC;
}
.BgClassName
{
background-color: #C5D0DC;
}
</style>
border-color css
<style>
span { border-color: #C5D0DC; }
span { border-color: rgb(197,208,220); }
td.TdClassName
{
border-color: #C5D0DC;
}
.TagClassName
{
border-color: #C5D0DC;
}
</style>