Shades of Link Water #C7D4DD
Tints of Link Water #C7D4DD
RGB
CMYK
RGB Variations
Color information
#C7D4DD (or 0xC7D4DD) is known color: Link Water. HEX triplet: C7, D4 and DD. RGB value is (199,212,221). Sum of RGB (Red+Green+Blue) = 199+212+221=632 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.49% from 632); Green value is 212 (83.20% from 255 or 33.54% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 221 - color contains mainly: blue. Hex color #C7D4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D4DD is #382B22. Grayscale: #D1D1D1. Windows color (decimal): -3681059 or 14537927. OLE color: 14537927.
HSL color Cylindrical-coordinate representation of color #C7D4DD: hue angle of 204.55º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7D4DD is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 212 | 221 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.13 |
| HSL | 204.55º | 0.24% | 0.82% | - |
| HSV(B) | 204.55º | 0.1% | 0.87% | - |
| XYZ | 60.15 | 64.45 | 77.68 | - |
| YUV | 209.14 | 134.69 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 212 | 221 | 0.10 | 0.04 | 0 | 0.13 | 204.55 | 0.24 | 0.82 |
| Hex | C7 | D4 | DD | A | 4 | 0 | D | CD | 18 | 52 |
| Octal | 307 | 324 | 335 | 12 | 4 | 0 | 15 | 315 | 30 | 122 |
| Binary | 11000111 | 11010100 | 11011101 | 1010 | 100 | 0 | 1101 | 11001101 | 11000 | 1010010 |
Color Harmonies of #C7D4DD
Complementary color
Monochromatic Colors of #C7D4DD
Black with #C7D4DD
Text Example
Text Example
White with #C7D4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D4DD; }
p { color: rgb(199,212,221); }
H1.HeaderClassName
{
color: #C7D4DD;
}
.AnyTagClassName
{
color: #C7D4DD;
}
</style>
background-color css
<style>
a { background-color: #C7D4DD; }
a { background-color: rgb(199,212,221); }
div.DivClassName
{
background-color: #C7D4DD;
}
.BgClassName
{
background-color: #C7D4DD;
}
</style>
border-color css
<style>
span { border-color: #C7D4DD; }
span { border-color: rgb(199,212,221); }
td.TdClassName
{
border-color: #C7D4DD;
}
.TagClassName
{
border-color: #C7D4DD;
}
</style>