Shades of Link Water #C0CDDD
Tints of Link Water #C0CDDD
RGB
CMYK
RGB Variations
Color information
#C0CDDD (or 0xC0CDDD) is known color: Link Water. HEX triplet: C0, CD and DD. RGB value is (192,205,221). Sum of RGB (Red+Green+Blue) = 192+205+221=618 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.07% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0CDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CDDD is #3F3222. Grayscale: #CACACA. Windows color (decimal): -4141603 or 14536128. OLE color: 14536128.
HSL color Cylindrical-coordinate representation of color #C0CDDD: hue angle of 213.1º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0CDDD is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 205 | 221 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.13 |
| HSL | 213.1º | 0.3% | 0.81% | - |
| HSV(B) | 213.1º | 0.13% | 0.87% | - |
| XYZ | 56.62 | 60.09 | 77.02 | - |
| YUV | 202.94 | 138.19 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 205 | 221 | 0.13 | 0.07 | 0 | 0.13 | 213.1 | 0.3 | 0.81 |
| Hex | C0 | CD | DD | D | 7 | 0 | D | D5 | 1E | 51 |
| Octal | 300 | 315 | 335 | 15 | 7 | 0 | 15 | 325 | 36 | 121 |
| Binary | 11000000 | 11001101 | 11011101 | 1101 | 111 | 0 | 1101 | 11010101 | 11110 | 1010001 |
Color Harmonies of #C0CDDD
Complementary color
Monochromatic Colors of #C0CDDD
Black with #C0CDDD
Text Example
Text Example
White with #C0CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CDDD; }
p { color: rgb(192,205,221); }
H1.HeaderClassName
{
color: #C0CDDD;
}
.AnyTagClassName
{
color: #C0CDDD;
}
</style>
background-color css
<style>
a { background-color: #C0CDDD; }
a { background-color: rgb(192,205,221); }
div.DivClassName
{
background-color: #C0CDDD;
}
.BgClassName
{
background-color: #C0CDDD;
}
</style>
border-color css
<style>
span { border-color: #C0CDDD; }
span { border-color: rgb(192,205,221); }
td.TdClassName
{
border-color: #C0CDDD;
}
.TagClassName
{
border-color: #C0CDDD;
}
</style>