Shades of Link Water #C0D1DF
Tints of Link Water #C0D1DF
RGB
CMYK
RGB Variations
Color information
#C0D1DF (or 0xC0D1DF) is known color: Link Water. HEX triplet: C0, D1 and DF. RGB value is (192,209,223). Sum of RGB (Red+Green+Blue) = 192+209+223=624 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.77% from 624); Green value is 209 (82.03% from 255 or 33.49% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 223 - color contains mainly: blue. Hex color #C0D1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D1DF is #3F2E20. Grayscale: #CDCDCD. Windows color (decimal): -4140577 or 14668224. OLE color: 14668224.
HSL color Cylindrical-coordinate representation of color #C0D1DF: hue angle of 207.1º degrees, saturation: 0.33, 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 #C0D1DF is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 209 | 223 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.13 |
| HSL | 207.1º | 0.33% | 0.81% | - |
| HSV(B) | 207.1º | 0.14% | 0.87% | - |
| XYZ | 57.86 | 62.14 | 78.76 | - |
| YUV | 205.51 | 137.87 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 209 | 223 | 0.14 | 0.06 | 0 | 0.13 | 207.1 | 0.33 | 0.81 |
| Hex | C0 | D1 | DF | E | 6 | 0 | D | CF | 21 | 51 |
| Octal | 300 | 321 | 337 | 16 | 6 | 0 | 15 | 317 | 41 | 121 |
| Binary | 11000000 | 11010001 | 11011111 | 1110 | 110 | 0 | 1101 | 11001111 | 100001 | 1010001 |
Color Harmonies of #C0D1DF
Complementary color
Monochromatic Colors of #C0D1DF
Black with #C0D1DF
Text Example
Text Example
White with #C0D1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D1DF; }
p { color: rgb(192,209,223); }
H1.HeaderClassName
{
color: #C0D1DF;
}
.AnyTagClassName
{
color: #C0D1DF;
}
</style>
background-color css
<style>
a { background-color: #C0D1DF; }
a { background-color: rgb(192,209,223); }
div.DivClassName
{
background-color: #C0D1DF;
}
.BgClassName
{
background-color: #C0D1DF;
}
</style>
border-color css
<style>
span { border-color: #C0D1DF; }
span { border-color: rgb(192,209,223); }
td.TdClassName
{
border-color: #C0D1DF;
}
.TagClassName
{
border-color: #C0D1DF;
}
</style>