Shades of Link Water #D9DADB
Tints of Link Water #D9DADB
RGB
CMYK
RGB Variations
Color information
#D9DADB (or 0xD9DADB) is known color: Link Water. HEX triplet: D9, DA and DB. RGB value is (217,218,219). Sum of RGB (Red+Green+Blue) = 217+218+219=654 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.18% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 219 - color contains mainly: blue. Hex color #D9DADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DADB is #262524. Grayscale: #D9D9D9. Windows color (decimal): -2499877 or 14408409. OLE color: 14408409.
HSL color Cylindrical-coordinate representation of color #D9DADB: hue angle of 210º degrees, saturation: 0.03, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #D9DADB is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 217 | 218 | 219 | - |
CMYK | 0.01 | 0.00 | 0 | 0.14 |
HSL | 210º | 0.03% | 0.85% | - |
HSV(B) | 210º | 0.01% | 0.86% | - |
XYZ | 66.47 | 70.01 | 77.03 | - |
YUV | 217.82 | 128.67 | 127.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 218 | 219 | 0.01 | 0.00 | 0 | 0.14 | 210 | 0.03 | 0.85 |
Hex | D9 | DA | DB | 1 | 0 | 0 | E | D2 | 3 | 55 |
Octal | 331 | 332 | 333 | 1 | 0 | 0 | 16 | 322 | 3 | 125 |
Binary | 11011001 | 11011010 | 11011011 | 1 | 0 | 0 | 1110 | 11010010 | 11 | 1010101 |
Color Harmonies of #D9DADB
Complementary color
Monochromatic Colors of #D9DADB
Black with #D9DADB
Text Example
Text Example
White with #D9DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DADB; }
p { color: rgb(217,218,219); }
H1.HeaderClassName
{
color: #D9DADB;
}
.AnyTagClassName
{
color: #D9DADB;
}
</style>
background-color css
<style>
a { background-color: #D9DADB; }
a { background-color: rgb(217,218,219); }
div.DivClassName
{
background-color: #D9DADB;
}
.BgClassName
{
background-color: #D9DADB;
}
</style>
border-color css
<style>
span { border-color: #D9DADB; }
span { border-color: rgb(217,218,219); }
td.TdClassName
{
border-color: #D9DADB;
}
.TagClassName
{
border-color: #D9DADB;
}
</style>