Shades of Link Water #D6D9DC
Tints of Link Water #D6D9DC
RGB
CMYK
RGB Variations
Color information
#D6D9DC (or 0xD6D9DC) is known color: Link Water. HEX triplet: D6, D9 and DC. RGB value is (214,217,220). Sum of RGB (Red+Green+Blue) = 214+217+220=651 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.87% from 651); Green value is 217 (85.16% from 255 or 33.33% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 220 - color contains mainly: blue. Hex color #D6D9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D9DC is #292623. Grayscale: #D8D8D8. Windows color (decimal): -2696740 or 14473686. OLE color: 14473686.
HSL color Cylindrical-coordinate representation of color #D6D9DC: hue angle of 210º degrees, saturation: 0.08, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D6D9DC is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 217 | 220 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.14 |
| HSL | 210º | 0.08% | 0.85% | - |
| HSV(B) | 210º | 0.03% | 0.86% | - |
| XYZ | 65.46 | 69.09 | 77.6 | - |
| YUV | 216.45 | 130.01 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 217 | 220 | 0.03 | 0.01 | 0 | 0.14 | 210 | 0.08 | 0.85 |
| Hex | D6 | D9 | DC | 3 | 1 | 0 | E | D2 | 8 | 55 |
| Octal | 326 | 331 | 334 | 3 | 1 | 0 | 16 | 322 | 10 | 125 |
| Binary | 11010110 | 11011001 | 11011100 | 11 | 1 | 0 | 1110 | 11010010 | 1000 | 1010101 |
Color Harmonies of #D6D9DC
Complementary color
Monochromatic Colors of #D6D9DC
Black with #D6D9DC
Text Example
Text Example
White with #D6D9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D9DC; }
p { color: rgb(214,217,220); }
H1.HeaderClassName
{
color: #D6D9DC;
}
.AnyTagClassName
{
color: #D6D9DC;
}
</style>
background-color css
<style>
a { background-color: #D6D9DC; }
a { background-color: rgb(214,217,220); }
div.DivClassName
{
background-color: #D6D9DC;
}
.BgClassName
{
background-color: #D6D9DC;
}
</style>
border-color css
<style>
span { border-color: #D6D9DC; }
span { border-color: rgb(214,217,220); }
td.TdClassName
{
border-color: #D6D9DC;
}
.TagClassName
{
border-color: #D6D9DC;
}
</style>