Shades of Link Water #C0D0DE
Tints of Link Water #C0D0DE
RGB
CMYK
RGB Variations
Color information
#C0D0DE (or 0xC0D0DE) is known color: Link Water. HEX triplet: C0, D0 and DE. RGB value is (192,208,222). Sum of RGB (Red+Green+Blue) = 192+208+222=622 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.87% from 622); Green value is 208 (81.64% from 255 or 33.44% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 222 - color contains mainly: blue. Hex color #C0D0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D0DE is #3F2F21. Grayscale: #CCCCCC. Windows color (decimal): -4140834 or 14602432. OLE color: 14602432.
HSL color Cylindrical-coordinate representation of color #C0D0DE: hue angle of 208º 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 #C0D0DE is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 208 | 222 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.13 |
| HSL | 208º | 0.31% | 0.81% | - |
| HSV(B) | 208º | 0.14% | 0.87% | - |
| XYZ | 57.48 | 61.59 | 77.97 | - |
| YUV | 204.81 | 137.7 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 208 | 222 | 0.14 | 0.06 | 0 | 0.13 | 208 | 0.31 | 0.81 |
| Hex | C0 | D0 | DE | E | 6 | 0 | D | D0 | 1F | 51 |
| Octal | 300 | 320 | 336 | 16 | 6 | 0 | 15 | 320 | 37 | 121 |
| Binary | 11000000 | 11010000 | 11011110 | 1110 | 110 | 0 | 1101 | 11010000 | 11111 | 1010001 |
Color Harmonies of #C0D0DE
Complementary color
Monochromatic Colors of #C0D0DE
Black with #C0D0DE
Text Example
Text Example
White with #C0D0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D0DE; }
p { color: rgb(192,208,222); }
H1.HeaderClassName
{
color: #C0D0DE;
}
.AnyTagClassName
{
color: #C0D0DE;
}
</style>
background-color css
<style>
a { background-color: #C0D0DE; }
a { background-color: rgb(192,208,222); }
div.DivClassName
{
background-color: #C0D0DE;
}
.BgClassName
{
background-color: #C0D0DE;
}
</style>
border-color css
<style>
span { border-color: #C0D0DE; }
span { border-color: rgb(192,208,222); }
td.TdClassName
{
border-color: #C0D0DE;
}
.TagClassName
{
border-color: #C0D0DE;
}
</style>