Shades of Link Water #C6D0DF
Tints of Link Water #C6D0DF
RGB
CMYK
RGB Variations
Color information
#C6D0DF (or 0xC6D0DF) is known color: Link Water. HEX triplet: C6, D0 and DF. RGB value is (198,208,223). Sum of RGB (Red+Green+Blue) = 198+208+223=629 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.48% from 629); Green value is 208 (81.64% from 255 or 33.07% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 223 - color contains mainly: blue. Hex color #C6D0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D0DF is #392F20. Grayscale: #CECECE. Windows color (decimal): -3747617 or 14667974. OLE color: 14667974.
HSL color Cylindrical-coordinate representation of color #C6D0DF: hue angle of 216º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C6D0DF is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 208 | 223 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.13 |
| HSL | 216º | 0.28% | 0.83% | - |
| HSV(B) | 216º | 0.11% | 0.87% | - |
| XYZ | 59.16 | 62.45 | 78.75 | - |
| YUV | 206.72 | 137.19 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 208 | 223 | 0.11 | 0.07 | 0 | 0.13 | 216 | 0.28 | 0.83 |
| Hex | C6 | D0 | DF | B | 7 | 0 | D | D8 | 1C | 53 |
| Octal | 306 | 320 | 337 | 13 | 7 | 0 | 15 | 330 | 34 | 123 |
| Binary | 11000110 | 11010000 | 11011111 | 1011 | 111 | 0 | 1101 | 11011000 | 11100 | 1010011 |
Color Harmonies of #C6D0DF
Complementary color
Monochromatic Colors of #C6D0DF
Black with #C6D0DF
Text Example
Text Example
White with #C6D0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D0DF; }
p { color: rgb(198,208,223); }
H1.HeaderClassName
{
color: #C6D0DF;
}
.AnyTagClassName
{
color: #C6D0DF;
}
</style>
background-color css
<style>
a { background-color: #C6D0DF; }
a { background-color: rgb(198,208,223); }
div.DivClassName
{
background-color: #C6D0DF;
}
.BgClassName
{
background-color: #C6D0DF;
}
</style>
border-color css
<style>
span { border-color: #C6D0DF; }
span { border-color: rgb(198,208,223); }
td.TdClassName
{
border-color: #C6D0DF;
}
.TagClassName
{
border-color: #C6D0DF;
}
</style>