Shades of Link Water #C0CDDE
Tints of Link Water #C0CDDE
RGB
CMYK
RGB Variations
Color information
#C0CDDE (or 0xC0CDDE) is known color: Link Water. HEX triplet: C0, CD and DE. RGB value is (192,205,222). Sum of RGB (Red+Green+Blue) = 192+205+222=619 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.02% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 222 - color contains mainly: blue. Hex color #C0CDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CDDE is #3F3221. Grayscale: #CACACA. Windows color (decimal): -4141602 or 14601664. OLE color: 14601664.
HSL color Cylindrical-coordinate representation of color #C0CDDE: hue angle of 214º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0CDDE is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 205 | 222 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.13 |
| HSL | 214º | 0.31% | 0.81% | - |
| HSV(B) | 214º | 0.14% | 0.87% | - |
| XYZ | 56.75 | 60.14 | 77.72 | - |
| YUV | 203.05 | 138.69 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 205 | 222 | 0.14 | 0.08 | 0 | 0.13 | 214 | 0.31 | 0.81 |
| Hex | C0 | CD | DE | E | 8 | 0 | D | D6 | 1F | 51 |
| Octal | 300 | 315 | 336 | 16 | 10 | 0 | 15 | 326 | 37 | 121 |
| Binary | 11000000 | 11001101 | 11011110 | 1110 | 1000 | 0 | 1101 | 11010110 | 11111 | 1010001 |
Color Harmonies of #C0CDDE
Complementary color
Monochromatic Colors of #C0CDDE
Black with #C0CDDE
Text Example
Text Example
White with #C0CDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CDDE; }
p { color: rgb(192,205,222); }
H1.HeaderClassName
{
color: #C0CDDE;
}
.AnyTagClassName
{
color: #C0CDDE;
}
</style>
background-color css
<style>
a { background-color: #C0CDDE; }
a { background-color: rgb(192,205,222); }
div.DivClassName
{
background-color: #C0CDDE;
}
.BgClassName
{
background-color: #C0CDDE;
}
</style>
border-color css
<style>
span { border-color: #C0CDDE; }
span { border-color: rgb(192,205,222); }
td.TdClassName
{
border-color: #C0CDDE;
}
.TagClassName
{
border-color: #C0CDDE;
}
</style>