Shades of Link Water #D0D8DF
Tints of Link Water #D0D8DF
RGB
CMYK
RGB Variations
Color information
#D0D8DF (or 0xD0D8DF) is known color: Link Water. HEX triplet: D0, D8 and DF. RGB value is (208,216,223). Sum of RGB (Red+Green+Blue) = 208+216+223=647 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.15% from 647); Green value is 216 (84.77% from 255 or 33.38% from 647); Blue value is 223 (87.5% from 255 or 34.47% from 647); Max value from RGB is 223 - color contains mainly: blue. Hex color #D0D8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D8DF is #2F2720. Grayscale: #D6D6D6. Windows color (decimal): -3090209 or 14670032. OLE color: 14670032.
HSL color Cylindrical-coordinate representation of color #D0D8DF: hue angle of 208º 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 #D0D8DF is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 216 | 223 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.13 |
| HSL | 208º | 0.19% | 0.85% | - |
| HSV(B) | 208º | 0.07% | 0.87% | - |
| XYZ | 63.89 | 67.85 | 79.54 | - |
| YUV | 214.41 | 132.85 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 216 | 223 | 0.07 | 0.03 | 0 | 0.13 | 208 | 0.19 | 0.85 |
| Hex | D0 | D8 | DF | 7 | 3 | 0 | D | D0 | 13 | 55 |
| Octal | 320 | 330 | 337 | 7 | 3 | 0 | 15 | 320 | 23 | 125 |
| Binary | 11010000 | 11011000 | 11011111 | 111 | 11 | 0 | 1101 | 11010000 | 10011 | 1010101 |
Color Harmonies of #D0D8DF
Complementary color
Monochromatic Colors of #D0D8DF
Black with #D0D8DF
Text Example
Text Example
White with #D0D8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D8DF; }
p { color: rgb(208,216,223); }
H1.HeaderClassName
{
color: #D0D8DF;
}
.AnyTagClassName
{
color: #D0D8DF;
}
</style>
background-color css
<style>
a { background-color: #D0D8DF; }
a { background-color: rgb(208,216,223); }
div.DivClassName
{
background-color: #D0D8DF;
}
.BgClassName
{
background-color: #D0D8DF;
}
</style>
border-color css
<style>
span { border-color: #D0D8DF; }
span { border-color: rgb(208,216,223); }
td.TdClassName
{
border-color: #D0D8DF;
}
.TagClassName
{
border-color: #D0D8DF;
}
</style>