Shades of Link Water #D1D5DC
Tints of Link Water #D1D5DC
RGB
CMYK
RGB Variations
Color information
#D1D5DC (or 0xD1D5DC) is known color: Link Water. HEX triplet: D1, D5 and DC. RGB value is (209,213,220). Sum of RGB (Red+Green+Blue) = 209+213+220=642 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.55% from 642); Green value is 213 (83.59% from 255 or 33.18% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 220 - color contains mainly: blue. Hex color #D1D5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D5DC is #2E2A23. Grayscale: #D4D4D4. Windows color (decimal): -3025444 or 14472657. OLE color: 14472657.
HSL color Cylindrical-coordinate representation of color #D1D5DC: hue angle of 218.18º degrees, saturation: 0.14, 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 #D1D5DC is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 213 | 220 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.14 |
| HSL | 218.18º | 0.14% | 0.84% | - |
| HSV(B) | 218.18º | 0.05% | 0.86% | - |
| XYZ | 63.01 | 66.31 | 77.19 | - |
| YUV | 212.6 | 132.17 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 213 | 220 | 0.05 | 0.03 | 0 | 0.14 | 218.18 | 0.14 | 0.84 |
| Hex | D1 | D5 | DC | 5 | 3 | 0 | E | DA | E | 54 |
| Octal | 321 | 325 | 334 | 5 | 3 | 0 | 16 | 332 | 16 | 124 |
| Binary | 11010001 | 11010101 | 11011100 | 101 | 11 | 0 | 1110 | 11011010 | 1110 | 1010100 |
Color Harmonies of #D1D5DC
Complementary color
Monochromatic Colors of #D1D5DC
Black with #D1D5DC
Text Example
Text Example
White with #D1D5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D5DC; }
p { color: rgb(209,213,220); }
H1.HeaderClassName
{
color: #D1D5DC;
}
.AnyTagClassName
{
color: #D1D5DC;
}
</style>
background-color css
<style>
a { background-color: #D1D5DC; }
a { background-color: rgb(209,213,220); }
div.DivClassName
{
background-color: #D1D5DC;
}
.BgClassName
{
background-color: #D1D5DC;
}
</style>
border-color css
<style>
span { border-color: #D1D5DC; }
span { border-color: rgb(209,213,220); }
td.TdClassName
{
border-color: #D1D5DC;
}
.TagClassName
{
border-color: #D1D5DC;
}
</style>