Shades of Link Water #D1D5DB
Tints of Link Water #D1D5DB
RGB
CMYK
RGB Variations
Color information
#D1D5DB (or 0xD1D5DB) is known color: Link Water. HEX triplet: D1, D5 and DB. RGB value is (209,213,219). Sum of RGB (Red+Green+Blue) = 209+213+219=641 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.61% from 641); Green value is 213 (83.59% from 255 or 33.23% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 219 - color contains mainly: blue. Hex color #D1D5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D5DB is #2E2A24. Grayscale: #D4D4D4. Windows color (decimal): -3025445 or 14407121. OLE color: 14407121.
HSL color Cylindrical-coordinate representation of color #D1D5DB: hue angle of 216º degrees, saturation: 0.12, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D1D5DB is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 213 | 219 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.14 |
| HSL | 216º | 0.12% | 0.84% | - |
| HSV(B) | 216º | 0.05% | 0.86% | - |
| XYZ | 62.87 | 66.26 | 76.49 | - |
| YUV | 212.49 | 131.67 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 213 | 219 | 0.05 | 0.03 | 0 | 0.14 | 216 | 0.12 | 0.84 |
| Hex | D1 | D5 | DB | 5 | 3 | 0 | E | D8 | C | 54 |
| Octal | 321 | 325 | 333 | 5 | 3 | 0 | 16 | 330 | 14 | 124 |
| Binary | 11010001 | 11010101 | 11011011 | 101 | 11 | 0 | 1110 | 11011000 | 1100 | 1010100 |
Color Harmonies of #D1D5DB
Complementary color
Monochromatic Colors of #D1D5DB
Black with #D1D5DB
Text Example
Text Example
White with #D1D5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D5DB; }
p { color: rgb(209,213,219); }
H1.HeaderClassName
{
color: #D1D5DB;
}
.AnyTagClassName
{
color: #D1D5DB;
}
</style>
background-color css
<style>
a { background-color: #D1D5DB; }
a { background-color: rgb(209,213,219); }
div.DivClassName
{
background-color: #D1D5DB;
}
.BgClassName
{
background-color: #D1D5DB;
}
</style>
border-color css
<style>
span { border-color: #D1D5DB; }
span { border-color: rgb(209,213,219); }
td.TdClassName
{
border-color: #D1D5DB;
}
.TagClassName
{
border-color: #D1D5DB;
}
</style>