Shades of Link Water #C6CFDC
Tints of Link Water #C6CFDC
RGB
CMYK
RGB Variations
Color information
#C6CFDC (or 0xC6CFDC) is known color: Link Water. HEX triplet: C6, CF and DC. RGB value is (198,207,220). Sum of RGB (Red+Green+Blue) = 198+207+220=625 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.68% from 625); Green value is 207 (81.25% from 255 or 33.12% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 220 - color contains mainly: blue. Hex color #C6CFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CFDC is #393023. Grayscale: #CDCDCD. Windows color (decimal): -3747876 or 14471110. OLE color: 14471110.
HSL color Cylindrical-coordinate representation of color #C6CFDC: hue angle of 215.45º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6CFDC is Cyan = 0.1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 207 | 220 | - |
| CMYK | 0.1 | 0.06 | 0 | 0.14 |
| HSL | 215.45º | 0.24% | 0.82% | - |
| HSV(B) | 215.45º | 0.1% | 0.86% | - |
| XYZ | 58.52 | 61.8 | 76.55 | - |
| YUV | 205.79 | 136.02 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 207 | 220 | 0.1 | 0.06 | 0 | 0.14 | 215.45 | 0.24 | 0.82 |
| Hex | C6 | CF | DC | A | 6 | 0 | E | D7 | 18 | 52 |
| Octal | 306 | 317 | 334 | 12 | 6 | 0 | 16 | 327 | 30 | 122 |
| Binary | 11000110 | 11001111 | 11011100 | 1010 | 110 | 0 | 1110 | 11010111 | 11000 | 1010010 |
Color Harmonies of #C6CFDC
Complementary color
Monochromatic Colors of #C6CFDC
Black with #C6CFDC
Text Example
Text Example
White with #C6CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CFDC; }
p { color: rgb(198,207,220); }
H1.HeaderClassName
{
color: #C6CFDC;
}
.AnyTagClassName
{
color: #C6CFDC;
}
</style>
background-color css
<style>
a { background-color: #C6CFDC; }
a { background-color: rgb(198,207,220); }
div.DivClassName
{
background-color: #C6CFDC;
}
.BgClassName
{
background-color: #C6CFDC;
}
</style>
border-color css
<style>
span { border-color: #C6CFDC; }
span { border-color: rgb(198,207,220); }
td.TdClassName
{
border-color: #C6CFDC;
}
.TagClassName
{
border-color: #C6CFDC;
}
</style>