Shades of Link Water #D3D9DF
Tints of Link Water #D3D9DF
RGB
CMYK
RGB Variations
Color information
#D3D9DF (or 0xD3D9DF) is known color: Link Water. HEX triplet: D3, D9 and DF. RGB value is (211,217,223). Sum of RGB (Red+Green+Blue) = 211+217+223=651 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.41% from 651); Green value is 217 (85.16% from 255 or 33.33% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 223 - color contains mainly: blue. Hex color #D3D9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D9DF is #2C2620. Grayscale: #D7D7D7. Windows color (decimal): -2893345 or 14670291. OLE color: 14670291.
HSL color Cylindrical-coordinate representation of color #D3D9DF: hue angle of 210º degrees, saturation: 0.16, 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 #D3D9DF is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 211 | 217 | 223 | - |
CMYK | 0.05 | 0.03 | 0 | 0.13 |
HSL | 210º | 0.16% | 0.85% | - |
HSV(B) | 210º | 0.05% | 0.87% | - |
XYZ | 65 | 68.8 | 79.67 | - |
YUV | 215.89 | 132.01 | 124.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 217 | 223 | 0.05 | 0.03 | 0 | 0.13 | 210 | 0.16 | 0.85 |
Hex | D3 | D9 | DF | 5 | 3 | 0 | D | D2 | 10 | 55 |
Octal | 323 | 331 | 337 | 5 | 3 | 0 | 15 | 322 | 20 | 125 |
Binary | 11010011 | 11011001 | 11011111 | 101 | 11 | 0 | 1101 | 11010010 | 10000 | 1010101 |
Color Harmonies of #D3D9DF
Complementary color
Monochromatic Colors of #D3D9DF
Black with #D3D9DF
Text Example
Text Example
White with #D3D9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D9DF; }
p { color: rgb(211,217,223); }
H1.HeaderClassName
{
color: #D3D9DF;
}
.AnyTagClassName
{
color: #D3D9DF;
}
</style>
background-color css
<style>
a { background-color: #D3D9DF; }
a { background-color: rgb(211,217,223); }
div.DivClassName
{
background-color: #D3D9DF;
}
.BgClassName
{
background-color: #D3D9DF;
}
</style>
border-color css
<style>
span { border-color: #D3D9DF; }
span { border-color: rgb(211,217,223); }
td.TdClassName
{
border-color: #D3D9DF;
}
.TagClassName
{
border-color: #D3D9DF;
}
</style>