Shades of Link Water #D1D4DC
Tints of Link Water #D1D4DC
RGB
CMYK
RGB Variations
Color information
#D1D4DC (or 0xD1D4DC) is known color: Link Water. HEX triplet: D1, D4 and DC. RGB value is (209,212,220). Sum of RGB (Red+Green+Blue) = 209+212+220=641 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.61% from 641); Green value is 212 (83.20% from 255 or 33.07% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 220 - color contains mainly: blue. Hex color #D1D4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D4DC is #2E2B23. Grayscale: #D3D3D3. Windows color (decimal): -3025700 or 14472401. OLE color: 14472401.
HSL color Cylindrical-coordinate representation of color #D1D4DC: hue angle of 223.64º 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 #D1D4DC is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 209 | 212 | 220 | - |
CMYK | 0.05 | 0.04 | 0 | 0.14 |
HSL | 223.64º | 0.14% | 0.84% | - |
HSV(B) | 223.64º | 0.05% | 0.86% | - |
XYZ | 62.76 | 65.81 | 77.11 | - |
YUV | 212.02 | 132.51 | 125.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 212 | 220 | 0.05 | 0.04 | 0 | 0.14 | 223.64 | 0.14 | 0.84 |
Hex | D1 | D4 | DC | 5 | 4 | 0 | E | E0 | E | 54 |
Octal | 321 | 324 | 334 | 5 | 4 | 0 | 16 | 340 | 16 | 124 |
Binary | 11010001 | 11010100 | 11011100 | 101 | 100 | 0 | 1110 | 11100000 | 1110 | 1010100 |
Color Harmonies of #D1D4DC
Complementary color
Monochromatic Colors of #D1D4DC
Black with #D1D4DC
Text Example
Text Example
White with #D1D4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D4DC; }
p { color: rgb(209,212,220); }
H1.HeaderClassName
{
color: #D1D4DC;
}
.AnyTagClassName
{
color: #D1D4DC;
}
</style>
background-color css
<style>
a { background-color: #D1D4DC; }
a { background-color: rgb(209,212,220); }
div.DivClassName
{
background-color: #D1D4DC;
}
.BgClassName
{
background-color: #D1D4DC;
}
</style>
border-color css
<style>
span { border-color: #D1D4DC; }
span { border-color: rgb(209,212,220); }
td.TdClassName
{
border-color: #D1D4DC;
}
.TagClassName
{
border-color: #D1D4DC;
}
</style>