Shades of Link Water #D1D4D8
Tints of Link Water #D1D4D8
RGB
CMYK
RGB Variations
Color information
#D1D4D8 (or 0xD1D4D8) is known color: Link Water. HEX triplet: D1, D4 and D8. RGB value is (209,212,216). Sum of RGB (Red+Green+Blue) = 209+212+216=637 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.81% from 637); Green value is 212 (83.20% from 255 or 33.28% from 637); Blue value is 216 (84.77% from 255 or 33.91% from 637); Max value from RGB is 216 - color contains mainly: blue. Hex color #D1D4D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D4D8 is #2E2B27. Grayscale: #D3D3D3. Windows color (decimal): -3025704 or 14210257. OLE color: 14210257.
HSL color Cylindrical-coordinate representation of color #D1D4D8: hue angle of 214.29º degrees, saturation: 0.08, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D1D4D8 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 209 | 212 | 216 | - |
CMYK | 0.03 | 0.02 | 0 | 0.15 |
HSL | 214.29º | 0.08% | 0.83% | - |
HSV(B) | 214.29º | 0.03% | 0.85% | - |
XYZ | 62.23 | 65.6 | 74.35 | - |
YUV | 211.56 | 130.51 | 126.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 212 | 216 | 0.03 | 0.02 | 0 | 0.15 | 214.29 | 0.08 | 0.83 |
Hex | D1 | D4 | D8 | 3 | 2 | 0 | F | D6 | 8 | 53 |
Octal | 321 | 324 | 330 | 3 | 2 | 0 | 17 | 326 | 10 | 123 |
Binary | 11010001 | 11010100 | 11011000 | 11 | 10 | 0 | 1111 | 11010110 | 1000 | 1010011 |
Color Harmonies of #D1D4D8
Complementary color
Monochromatic Colors of #D1D4D8
Black with #D1D4D8
Text Example
Text Example
White with #D1D4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D4D8; }
p { color: rgb(209,212,216); }
H1.HeaderClassName
{
color: #D1D4D8;
}
.AnyTagClassName
{
color: #D1D4D8;
}
</style>
background-color css
<style>
a { background-color: #D1D4D8; }
a { background-color: rgb(209,212,216); }
div.DivClassName
{
background-color: #D1D4D8;
}
.BgClassName
{
background-color: #D1D4D8;
}
</style>
border-color css
<style>
span { border-color: #D1D4D8; }
span { border-color: rgb(209,212,216); }
td.TdClassName
{
border-color: #D1D4D8;
}
.TagClassName
{
border-color: #D1D4D8;
}
</style>