Shades of Link Water #D0D6DF
Tints of Link Water #D0D6DF
RGB
CMYK
RGB Variations
Color information
#D0D6DF (or 0xD0D6DF) is known color: Link Water. HEX triplet: D0, D6 and DF. RGB value is (208,214,223). Sum of RGB (Red+Green+Blue) = 208+214+223=645 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.25% from 645); Green value is 214 (83.98% from 255 or 33.18% from 645); Blue value is 223 (87.5% from 255 or 34.57% from 645); Max value from RGB is 223 - color contains mainly: blue. Hex color #D0D6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D6DF is #2F2920. Grayscale: #D5D5D5. Windows color (decimal): -3090721 or 14669520. OLE color: 14669520.
HSL color Cylindrical-coordinate representation of color #D0D6DF: hue angle of 216º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D0D6DF is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 214 | 223 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.13 |
| HSL | 216º | 0.19% | 0.85% | - |
| HSV(B) | 216º | 0.07% | 0.87% | - |
| XYZ | 63.38 | 66.83 | 79.37 | - |
| YUV | 213.23 | 133.51 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 214 | 223 | 0.07 | 0.04 | 0 | 0.13 | 216 | 0.19 | 0.85 |
| Hex | D0 | D6 | DF | 7 | 4 | 0 | D | D8 | 13 | 55 |
| Octal | 320 | 326 | 337 | 7 | 4 | 0 | 15 | 330 | 23 | 125 |
| Binary | 11010000 | 11010110 | 11011111 | 111 | 100 | 0 | 1101 | 11011000 | 10011 | 1010101 |
Color Harmonies of #D0D6DF
Complementary color
Monochromatic Colors of #D0D6DF
Black with #D0D6DF
Text Example
Text Example
White with #D0D6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D6DF; }
p { color: rgb(208,214,223); }
H1.HeaderClassName
{
color: #D0D6DF;
}
.AnyTagClassName
{
color: #D0D6DF;
}
</style>
background-color css
<style>
a { background-color: #D0D6DF; }
a { background-color: rgb(208,214,223); }
div.DivClassName
{
background-color: #D0D6DF;
}
.BgClassName
{
background-color: #D0D6DF;
}
</style>
border-color css
<style>
span { border-color: #D0D6DF; }
span { border-color: rgb(208,214,223); }
td.TdClassName
{
border-color: #D0D6DF;
}
.TagClassName
{
border-color: #D0D6DF;
}
</style>