Shades of Link Water #C0CDDC
Tints of Link Water #C0CDDC
RGB
CMYK
RGB Variations
Color information
#C0CDDC (or 0xC0CDDC) is known color: Link Water. HEX triplet: C0, CD and DC. RGB value is (192,205,220). Sum of RGB (Red+Green+Blue) = 192+205+220=617 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.12% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0CDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CDDC is #3F3223. Grayscale: #CACACA. Windows color (decimal): -4141604 or 14470592. OLE color: 14470592.
HSL color Cylindrical-coordinate representation of color #C0CDDC: hue angle of 212.14º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0CDDC is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 205 | 220 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.14 |
| HSL | 212.14º | 0.29% | 0.81% | - |
| HSV(B) | 212.14º | 0.13% | 0.86% | - |
| XYZ | 56.49 | 60.04 | 76.32 | - |
| YUV | 202.82 | 137.69 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 205 | 220 | 0.13 | 0.07 | 0 | 0.14 | 212.14 | 0.29 | 0.81 |
| Hex | C0 | CD | DC | D | 7 | 0 | E | D4 | 1D | 51 |
| Octal | 300 | 315 | 334 | 15 | 7 | 0 | 16 | 324 | 35 | 121 |
| Binary | 11000000 | 11001101 | 11011100 | 1101 | 111 | 0 | 1110 | 11010100 | 11101 | 1010001 |
Color Harmonies of #C0CDDC
Complementary color
Monochromatic Colors of #C0CDDC
Black with #C0CDDC
Text Example
Text Example
White with #C0CDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CDDC; }
p { color: rgb(192,205,220); }
H1.HeaderClassName
{
color: #C0CDDC;
}
.AnyTagClassName
{
color: #C0CDDC;
}
</style>
background-color css
<style>
a { background-color: #C0CDDC; }
a { background-color: rgb(192,205,220); }
div.DivClassName
{
background-color: #C0CDDC;
}
.BgClassName
{
background-color: #C0CDDC;
}
</style>
border-color css
<style>
span { border-color: #C0CDDC; }
span { border-color: rgb(192,205,220); }
td.TdClassName
{
border-color: #C0CDDC;
}
.TagClassName
{
border-color: #C0CDDC;
}
</style>