Shades of Link Water #C0CEDC
Tints of Link Water #C0CEDC
RGB
CMYK
RGB Variations
Color information
#C0CEDC (or 0xC0CEDC) is known color: Link Water. HEX triplet: C0, CE and DC. RGB value is (192,206,220). Sum of RGB (Red+Green+Blue) = 192+206+220=618 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.07% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0CEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CEDC is #3F3123. Grayscale: #CBCBCB. Windows color (decimal): -4141348 or 14470848. OLE color: 14470848.
HSL color Cylindrical-coordinate representation of color #C0CEDC: hue angle of 210º 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 #C0CEDC is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 206 | 220 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.14 |
| HSL | 210º | 0.29% | 0.81% | - |
| HSV(B) | 210º | 0.13% | 0.86% | - |
| XYZ | 56.73 | 60.52 | 76.4 | - |
| YUV | 203.41 | 137.36 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 206 | 220 | 0.13 | 0.06 | 0 | 0.14 | 210 | 0.29 | 0.81 |
| Hex | C0 | CE | DC | D | 6 | 0 | E | D2 | 1D | 51 |
| Octal | 300 | 316 | 334 | 15 | 6 | 0 | 16 | 322 | 35 | 121 |
| Binary | 11000000 | 11001110 | 11011100 | 1101 | 110 | 0 | 1110 | 11010010 | 11101 | 1010001 |
Color Harmonies of #C0CEDC
Complementary color
Monochromatic Colors of #C0CEDC
Black with #C0CEDC
Text Example
Text Example
White with #C0CEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CEDC; }
p { color: rgb(192,206,220); }
H1.HeaderClassName
{
color: #C0CEDC;
}
.AnyTagClassName
{
color: #C0CEDC;
}
</style>
background-color css
<style>
a { background-color: #C0CEDC; }
a { background-color: rgb(192,206,220); }
div.DivClassName
{
background-color: #C0CEDC;
}
.BgClassName
{
background-color: #C0CEDC;
}
</style>
border-color css
<style>
span { border-color: #C0CEDC; }
span { border-color: rgb(192,206,220); }
td.TdClassName
{
border-color: #C0CEDC;
}
.TagClassName
{
border-color: #C0CEDC;
}
</style>