Shades of Link Water #D1D4DD
Tints of Link Water #D1D4DD
RGB
CMYK
RGB Variations
Color information
#D1D4DD (or 0xD1D4DD) is known color: Link Water. HEX triplet: D1, D4 and DD. RGB value is (209,212,221). Sum of RGB (Red+Green+Blue) = 209+212+221=642 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.55% from 642); Green value is 212 (83.20% from 255 or 33.02% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 221 - color contains mainly: blue. Hex color #D1D4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D4DD is #2E2B22. Grayscale: #D4D4D4. Windows color (decimal): -3025699 or 14537937. OLE color: 14537937.
HSL color Cylindrical-coordinate representation of color #D1D4DD: hue angle of 225º degrees, saturation: 0.15, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D1D4DD is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 209 | 212 | 221 | - |
CMYK | 0.05 | 0.04 | 0 | 0.13 |
HSL | 225º | 0.15% | 0.84% | - |
HSV(B) | 225º | 0.05% | 0.87% | - |
XYZ | 62.89 | 65.86 | 77.8 | - |
YUV | 212.13 | 133.01 | 125.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 212 | 221 | 0.05 | 0.04 | 0 | 0.13 | 225 | 0.15 | 0.84 |
Hex | D1 | D4 | DD | 5 | 4 | 0 | D | E1 | F | 54 |
Octal | 321 | 324 | 335 | 5 | 4 | 0 | 15 | 341 | 17 | 124 |
Binary | 11010001 | 11010100 | 11011101 | 101 | 100 | 0 | 1101 | 11100001 | 1111 | 1010100 |
Color Harmonies of #D1D4DD
Complementary color
Monochromatic Colors of #D1D4DD
Black with #D1D4DD
Text Example
Text Example
White with #D1D4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D4DD; }
p { color: rgb(209,212,221); }
H1.HeaderClassName
{
color: #D1D4DD;
}
.AnyTagClassName
{
color: #D1D4DD;
}
</style>
background-color css
<style>
a { background-color: #D1D4DD; }
a { background-color: rgb(209,212,221); }
div.DivClassName
{
background-color: #D1D4DD;
}
.BgClassName
{
background-color: #D1D4DD;
}
</style>
border-color css
<style>
span { border-color: #D1D4DD; }
span { border-color: rgb(209,212,221); }
td.TdClassName
{
border-color: #D1D4DD;
}
.TagClassName
{
border-color: #D1D4DD;
}
</style>