Shades of Link Water #C6D2DF
Tints of Link Water #C6D2DF
RGB
CMYK
RGB Variations
Color information
#C6D2DF (or 0xC6D2DF) is known color: Link Water. HEX triplet: C6, D2 and DF. RGB value is (198,210,223). Sum of RGB (Red+Green+Blue) = 198+210+223=631 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.38% from 631); Green value is 210 (82.42% from 255 or 33.28% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 223 - color contains mainly: blue. Hex color #C6D2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D2DF is #392D20. Grayscale: #CFCFCF. Windows color (decimal): -3747105 or 14668486. OLE color: 14668486.
HSL color Cylindrical-coordinate representation of color #C6D2DF: hue angle of 211.2º 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 #C6D2DF is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 210 | 223 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.13 |
| HSL | 211.2º | 0.28% | 0.83% | - |
| HSV(B) | 211.2º | 0.11% | 0.87% | - |
| XYZ | 59.65 | 63.43 | 78.91 | - |
| YUV | 207.89 | 136.52 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 210 | 223 | 0.11 | 0.06 | 0 | 0.13 | 211.2 | 0.28 | 0.83 |
| Hex | C6 | D2 | DF | B | 6 | 0 | D | D3 | 1C | 53 |
| Octal | 306 | 322 | 337 | 13 | 6 | 0 | 15 | 323 | 34 | 123 |
| Binary | 11000110 | 11010010 | 11011111 | 1011 | 110 | 0 | 1101 | 11010011 | 11100 | 1010011 |
Color Harmonies of #C6D2DF
Complementary color
Monochromatic Colors of #C6D2DF
Black with #C6D2DF
Text Example
Text Example
White with #C6D2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D2DF; }
p { color: rgb(198,210,223); }
H1.HeaderClassName
{
color: #C6D2DF;
}
.AnyTagClassName
{
color: #C6D2DF;
}
</style>
background-color css
<style>
a { background-color: #C6D2DF; }
a { background-color: rgb(198,210,223); }
div.DivClassName
{
background-color: #C6D2DF;
}
.BgClassName
{
background-color: #C6D2DF;
}
</style>
border-color css
<style>
span { border-color: #C6D2DF; }
span { border-color: rgb(198,210,223); }
td.TdClassName
{
border-color: #C6D2DF;
}
.TagClassName
{
border-color: #C6D2DF;
}
</style>