Shades of Link Water #D2D7DB
Tints of Link Water #D2D7DB
RGB
CMYK
RGB Variations
Color information
#D2D7DB (or 0xD2D7DB) is known color: Link Water. HEX triplet: D2, D7 and DB. RGB value is (210,215,219). Sum of RGB (Red+Green+Blue) = 210+215+219=644 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.61% from 644); Green value is 215 (84.38% from 255 or 33.39% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 219 - color contains mainly: blue. Hex color #D2D7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D7DB is #2D2824. Grayscale: #D5D5D5. Windows color (decimal): -2959397 or 14407634. OLE color: 14407634.
HSL color Cylindrical-coordinate representation of color #D2D7DB: hue angle of 206.67º degrees, saturation: 0.11, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D2D7DB is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 210 | 215 | 219 | - |
CMYK | 0.04 | 0.02 | 0 | 0.14 |
HSL | 206.67º | 0.11% | 0.84% | - |
HSV(B) | 206.67º | 0.04% | 0.86% | - |
XYZ | 63.66 | 67.42 | 76.68 | - |
YUV | 213.96 | 130.84 | 125.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 215 | 219 | 0.04 | 0.02 | 0 | 0.14 | 206.67 | 0.11 | 0.84 |
Hex | D2 | D7 | DB | 4 | 2 | 0 | E | CF | B | 54 |
Octal | 322 | 327 | 333 | 4 | 2 | 0 | 16 | 317 | 13 | 124 |
Binary | 11010010 | 11010111 | 11011011 | 100 | 10 | 0 | 1110 | 11001111 | 1011 | 1010100 |
Color Harmonies of #D2D7DB
Complementary color
Monochromatic Colors of #D2D7DB
Black with #D2D7DB
Text Example
Text Example
White with #D2D7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D7DB; }
p { color: rgb(210,215,219); }
H1.HeaderClassName
{
color: #D2D7DB;
}
.AnyTagClassName
{
color: #D2D7DB;
}
</style>
background-color css
<style>
a { background-color: #D2D7DB; }
a { background-color: rgb(210,215,219); }
div.DivClassName
{
background-color: #D2D7DB;
}
.BgClassName
{
background-color: #D2D7DB;
}
</style>
border-color css
<style>
span { border-color: #D2D7DB; }
span { border-color: rgb(210,215,219); }
td.TdClassName
{
border-color: #D2D7DB;
}
.TagClassName
{
border-color: #D2D7DB;
}
</style>