Shades of Link Water #D7D8DA
Tints of Link Water #D7D8DA
RGB
CMYK
RGB Variations
Color information
#D7D8DA (or 0xD7D8DA) is known color: Link Water. HEX triplet: D7, D8 and DA. RGB value is (215,216,218). Sum of RGB (Red+Green+Blue) = 215+216+218=649 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.13% from 649); Green value is 216 (84.77% from 255 or 33.28% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 218 - color contains mainly: blue. Hex color #D7D8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D8DA is #282725. Grayscale: #D7D7D7. Windows color (decimal): -2631462 or 14342359. OLE color: 14342359.
HSL color Cylindrical-coordinate representation of color #D7D8DA: hue angle of 220º degrees, saturation: 0.04, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #D7D8DA is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 215 | 216 | 218 | - |
CMYK | 0.01 | 0.01 | 0 | 0.15 |
HSL | 220º | 0.04% | 0.85% | - |
HSV(B) | 220º | 0.01% | 0.85% | - |
XYZ | 65.24 | 68.62 | 76.14 | - |
YUV | 215.93 | 129.17 | 127.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 216 | 218 | 0.01 | 0.01 | 0 | 0.15 | 220 | 0.04 | 0.85 |
Hex | D7 | D8 | DA | 1 | 1 | 0 | F | DC | 4 | 55 |
Octal | 327 | 330 | 332 | 1 | 1 | 0 | 17 | 334 | 4 | 125 |
Binary | 11010111 | 11011000 | 11011010 | 1 | 1 | 0 | 1111 | 11011100 | 100 | 1010101 |
Color Harmonies of #D7D8DA
Complementary color
Monochromatic Colors of #D7D8DA
Black with #D7D8DA
Text Example
Text Example
White with #D7D8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D8DA; }
p { color: rgb(215,216,218); }
H1.HeaderClassName
{
color: #D7D8DA;
}
.AnyTagClassName
{
color: #D7D8DA;
}
</style>
background-color css
<style>
a { background-color: #D7D8DA; }
a { background-color: rgb(215,216,218); }
div.DivClassName
{
background-color: #D7D8DA;
}
.BgClassName
{
background-color: #D7D8DA;
}
</style>
border-color css
<style>
span { border-color: #D7D8DA; }
span { border-color: rgb(215,216,218); }
td.TdClassName
{
border-color: #D7D8DA;
}
.TagClassName
{
border-color: #D7D8DA;
}
</style>