Shades of Link Water #D2D5DD
Tints of Link Water #D2D5DD
RGB
CMYK
RGB Variations
Color information
#D2D5DD (or 0xD2D5DD) is known color: Link Water. HEX triplet: D2, D5 and DD. RGB value is (210,213,221). Sum of RGB (Red+Green+Blue) = 210+213+221=644 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.61% from 644); Green value is 213 (83.59% from 255 or 33.07% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 221 - color contains mainly: blue. Hex color #D2D5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D5DD is #2D2A22. Grayscale: #D4D4D4. Windows color (decimal): -2959907 or 14538194. OLE color: 14538194.
HSL color Cylindrical-coordinate representation of color #D2D5DD: hue angle of 223.64º degrees, saturation: 0.14, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D2D5DD is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 210 | 213 | 221 | - |
CMYK | 0.05 | 0.04 | 0 | 0.13 |
HSL | 223.64º | 0.14% | 0.85% | - |
HSV(B) | 223.64º | 0.05% | 0.87% | - |
XYZ | 63.42 | 66.51 | 77.9 | - |
YUV | 213.02 | 132.51 | 125.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 213 | 221 | 0.05 | 0.04 | 0 | 0.13 | 223.64 | 0.14 | 0.85 |
Hex | D2 | D5 | DD | 5 | 4 | 0 | D | E0 | E | 55 |
Octal | 322 | 325 | 335 | 5 | 4 | 0 | 15 | 340 | 16 | 125 |
Binary | 11010010 | 11010101 | 11011101 | 101 | 100 | 0 | 1101 | 11100000 | 1110 | 1010101 |
Color Harmonies of #D2D5DD
Complementary color
Monochromatic Colors of #D2D5DD
Black with #D2D5DD
Text Example
Text Example
White with #D2D5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D5DD; }
p { color: rgb(210,213,221); }
H1.HeaderClassName
{
color: #D2D5DD;
}
.AnyTagClassName
{
color: #D2D5DD;
}
</style>
background-color css
<style>
a { background-color: #D2D5DD; }
a { background-color: rgb(210,213,221); }
div.DivClassName
{
background-color: #D2D5DD;
}
.BgClassName
{
background-color: #D2D5DD;
}
</style>
border-color css
<style>
span { border-color: #D2D5DD; }
span { border-color: rgb(210,213,221); }
td.TdClassName
{
border-color: #D2D5DD;
}
.TagClassName
{
border-color: #D2D5DD;
}
</style>