Shades of Link Water #D2D5DB
Tints of Link Water #D2D5DB
RGB
CMYK
RGB Variations
Color information
#D2D5DB (or 0xD2D5DB) is known color: Link Water. HEX triplet: D2, D5 and DB. RGB value is (210,213,219). Sum of RGB (Red+Green+Blue) = 210+213+219=642 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.71% from 642); Green value is 213 (83.59% from 255 or 33.18% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 219 - color contains mainly: blue. Hex color #D2D5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D5DB is #2D2A24. Grayscale: #D4D4D4. Windows color (decimal): -2959909 or 14407122. OLE color: 14407122.
HSL color Cylindrical-coordinate representation of color #D2D5DB: hue angle of 220º 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 #D2D5DB is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 210 | 213 | 219 | - |
CMYK | 0.04 | 0.03 | 0 | 0.14 |
HSL | 220º | 0.11% | 0.84% | - |
HSV(B) | 220º | 0.04% | 0.86% | - |
XYZ | 63.16 | 66.4 | 76.51 | - |
YUV | 212.79 | 131.51 | 126.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 213 | 219 | 0.04 | 0.03 | 0 | 0.14 | 220 | 0.11 | 0.84 |
Hex | D2 | D5 | DB | 4 | 3 | 0 | E | DC | B | 54 |
Octal | 322 | 325 | 333 | 4 | 3 | 0 | 16 | 334 | 13 | 124 |
Binary | 11010010 | 11010101 | 11011011 | 100 | 11 | 0 | 1110 | 11011100 | 1011 | 1010100 |
Color Harmonies of #D2D5DB
Complementary color
Monochromatic Colors of #D2D5DB
Black with #D2D5DB
Text Example
Text Example
White with #D2D5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D5DB; }
p { color: rgb(210,213,219); }
H1.HeaderClassName
{
color: #D2D5DB;
}
.AnyTagClassName
{
color: #D2D5DB;
}
</style>
background-color css
<style>
a { background-color: #D2D5DB; }
a { background-color: rgb(210,213,219); }
div.DivClassName
{
background-color: #D2D5DB;
}
.BgClassName
{
background-color: #D2D5DB;
}
</style>
border-color css
<style>
span { border-color: #D2D5DB; }
span { border-color: rgb(210,213,219); }
td.TdClassName
{
border-color: #D2D5DB;
}
.TagClassName
{
border-color: #D2D5DB;
}
</style>