Shades of Link Water #C6D1DD
Tints of Link Water #C6D1DD
RGB
CMYK
RGB Variations
Color information
#C6D1DD (or 0xC6D1DD) is known color: Link Water. HEX triplet: C6, D1 and DD. RGB value is (198,209,221). Sum of RGB (Red+Green+Blue) = 198+209+221=628 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.53% from 628); Green value is 209 (82.03% from 255 or 33.28% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 221 - color contains mainly: blue. Hex color #C6D1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D1DD is #392E22. Grayscale: #CFCFCF. Windows color (decimal): -3747363 or 14537158. OLE color: 14537158.
HSL color Cylindrical-coordinate representation of color #C6D1DD: hue angle of 211.3º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6D1DD is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 198 | 209 | 221 | - |
CMYK | 0.10 | 0.05 | 0 | 0.13 |
HSL | 211.3º | 0.25% | 0.82% | - |
HSV(B) | 211.3º | 0.1% | 0.87% | - |
XYZ | 59.14 | 62.83 | 77.42 | - |
YUV | 207.08 | 135.86 | 121.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 209 | 221 | 0.10 | 0.05 | 0 | 0.13 | 211.3 | 0.25 | 0.82 |
Hex | C6 | D1 | DD | A | 5 | 0 | D | D3 | 19 | 52 |
Octal | 306 | 321 | 335 | 12 | 5 | 0 | 15 | 323 | 31 | 122 |
Binary | 11000110 | 11010001 | 11011101 | 1010 | 101 | 0 | 1101 | 11010011 | 11001 | 1010010 |
Color Harmonies of #C6D1DD
Complementary color
Monochromatic Colors of #C6D1DD
Black with #C6D1DD
Text Example
Text Example
White with #C6D1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D1DD; }
p { color: rgb(198,209,221); }
H1.HeaderClassName
{
color: #C6D1DD;
}
.AnyTagClassName
{
color: #C6D1DD;
}
</style>
background-color css
<style>
a { background-color: #C6D1DD; }
a { background-color: rgb(198,209,221); }
div.DivClassName
{
background-color: #C6D1DD;
}
.BgClassName
{
background-color: #C6D1DD;
}
</style>
border-color css
<style>
span { border-color: #C6D1DD; }
span { border-color: rgb(198,209,221); }
td.TdClassName
{
border-color: #C6D1DD;
}
.TagClassName
{
border-color: #C6D1DD;
}
</style>