Shades of Link Water #C0CDE0
Tints of Link Water #C0CDE0
RGB
CMYK
RGB Variations
Color information
#C0CDE0 (or 0xC0CDE0) is known color: Link Water. HEX triplet: C0, CD and E0. RGB value is (192,205,224). Sum of RGB (Red+Green+Blue) = 192+205+224=621 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.92% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 224 (87.89% from 255 or 36.07% from 621); Max value from RGB is 224 - color contains mainly: blue. Hex color #C0CDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CDE0 is #3F321F. Grayscale: #CBCBCB. Windows color (decimal): -4141600 or 14732736. OLE color: 14732736.
HSL color Cylindrical-coordinate representation of color #C0CDE0: hue angle of 215.62º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0CDE0 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 205 | 224 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.12 |
| HSL | 215.63º | 0.34% | 0.82% | - |
| HSV(B) | 215.63º | 0.14% | 0.88% | - |
| XYZ | 57.02 | 60.25 | 79.15 | - |
| YUV | 203.28 | 139.69 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 205 | 224 | 0.14 | 0.08 | 0 | 0.12 | 215.63 | 0.34 | 0.82 |
| Hex | C0 | CD | E0 | E | 8 | 0 | C | D8 | 22 | 52 |
| Octal | 300 | 315 | 340 | 16 | 10 | 0 | 14 | 330 | 42 | 122 |
| Binary | 11000000 | 11001101 | 11100000 | 1110 | 1000 | 0 | 1100 | 11011000 | 100010 | 1010010 |
Color Harmonies of #C0CDE0
Complementary color
Monochromatic Colors of #C0CDE0
Black with #C0CDE0
Text Example
Text Example
White with #C0CDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CDE0; }
p { color: rgb(192,205,224); }
H1.HeaderClassName
{
color: #C0CDE0;
}
.AnyTagClassName
{
color: #C0CDE0;
}
</style>
background-color css
<style>
a { background-color: #C0CDE0; }
a { background-color: rgb(192,205,224); }
div.DivClassName
{
background-color: #C0CDE0;
}
.BgClassName
{
background-color: #C0CDE0;
}
</style>
border-color css
<style>
span { border-color: #C0CDE0; }
span { border-color: rgb(192,205,224); }
td.TdClassName
{
border-color: #C0CDE0;
}
.TagClassName
{
border-color: #C0CDE0;
}
</style>