Shades of Link Water #D5D8DB
Tints of Link Water #D5D8DB
RGB
CMYK
RGB Variations
Color information
#D5D8DB (or 0xD5D8DB) is known color: Link Water. HEX triplet: D5, D8 and DB. RGB value is (213,216,219). Sum of RGB (Red+Green+Blue) = 213+216+219=648 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.87% from 648); Green value is 216 (84.77% from 255 or 33.33% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 219 - color contains mainly: blue. Hex color #D5D8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D8DB is #2A2724. Grayscale: #D7D7D7. Windows color (decimal): -2762533 or 14407893. OLE color: 14407893.
HSL color Cylindrical-coordinate representation of color #D5D8DB: hue angle of 210º degrees, saturation: 0.08, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D5D8DB is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 213 | 216 | 219 | - |
CMYK | 0.03 | 0.01 | 0 | 0.14 |
HSL | 210º | 0.08% | 0.85% | - |
HSV(B) | 210º | 0.03% | 0.86% | - |
XYZ | 64.78 | 68.37 | 76.8 | - |
YUV | 215.45 | 130.01 | 126.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 216 | 219 | 0.03 | 0.01 | 0 | 0.14 | 210 | 0.08 | 0.85 |
Hex | D5 | D8 | DB | 3 | 1 | 0 | E | D2 | 8 | 55 |
Octal | 325 | 330 | 333 | 3 | 1 | 0 | 16 | 322 | 10 | 125 |
Binary | 11010101 | 11011000 | 11011011 | 11 | 1 | 0 | 1110 | 11010010 | 1000 | 1010101 |
Color Harmonies of #D5D8DB
Complementary color
Monochromatic Colors of #D5D8DB
Black with #D5D8DB
Text Example
Text Example
White with #D5D8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D8DB; }
p { color: rgb(213,216,219); }
H1.HeaderClassName
{
color: #D5D8DB;
}
.AnyTagClassName
{
color: #D5D8DB;
}
</style>
background-color css
<style>
a { background-color: #D5D8DB; }
a { background-color: rgb(213,216,219); }
div.DivClassName
{
background-color: #D5D8DB;
}
.BgClassName
{
background-color: #D5D8DB;
}
</style>
border-color css
<style>
span { border-color: #D5D8DB; }
span { border-color: rgb(213,216,219); }
td.TdClassName
{
border-color: #D5D8DB;
}
.TagClassName
{
border-color: #D5D8DB;
}
</style>