Shades of Link Water #C0D0DD
Tints of Link Water #C0D0DD
RGB
CMYK
RGB Variations
Color information
#C0D0DD (or 0xC0D0DD) is known color: Link Water. HEX triplet: C0, D0 and DD. RGB value is (192,208,221). Sum of RGB (Red+Green+Blue) = 192+208+221=621 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.92% from 621); Green value is 208 (81.64% from 255 or 33.49% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0D0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D0DD is #3F2F22. Grayscale: #CCCCCC. Windows color (decimal): -4140835 or 14536896. OLE color: 14536896.
HSL color Cylindrical-coordinate representation of color #C0D0DD: hue angle of 206.9º 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 #C0D0DD is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 208 | 221 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.13 |
| HSL | 206.9º | 0.3% | 0.81% | - |
| HSV(B) | 206.9º | 0.13% | 0.87% | - |
| XYZ | 57.35 | 61.54 | 77.26 | - |
| YUV | 204.7 | 137.2 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 208 | 221 | 0.13 | 0.06 | 0 | 0.13 | 206.9 | 0.3 | 0.81 |
| Hex | C0 | D0 | DD | D | 6 | 0 | D | CF | 1E | 51 |
| Octal | 300 | 320 | 335 | 15 | 6 | 0 | 15 | 317 | 36 | 121 |
| Binary | 11000000 | 11010000 | 11011101 | 1101 | 110 | 0 | 1101 | 11001111 | 11110 | 1010001 |
Color Harmonies of #C0D0DD
Complementary color
Monochromatic Colors of #C0D0DD
Black with #C0D0DD
Text Example
Text Example
White with #C0D0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D0DD; }
p { color: rgb(192,208,221); }
H1.HeaderClassName
{
color: #C0D0DD;
}
.AnyTagClassName
{
color: #C0D0DD;
}
</style>
background-color css
<style>
a { background-color: #C0D0DD; }
a { background-color: rgb(192,208,221); }
div.DivClassName
{
background-color: #C0D0DD;
}
.BgClassName
{
background-color: #C0D0DD;
}
</style>
border-color css
<style>
span { border-color: #C0D0DD; }
span { border-color: rgb(192,208,221); }
td.TdClassName
{
border-color: #C0D0DD;
}
.TagClassName
{
border-color: #C0D0DD;
}
</style>