Shades of Link Water #C7CFD6
Tints of Link Water #C7CFD6
RGB
CMYK
RGB Variations
Color information
#C7CFD6 (or 0xC7CFD6) is known color: Link Water. HEX triplet: C7, CF and D6. RGB value is (199,207,214). Sum of RGB (Red+Green+Blue) = 199+207+214=620 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.10% from 620); Green value is 207 (81.25% from 255 or 33.39% from 620); Blue value is 214 (83.98% from 255 or 34.52% from 620); Max value from RGB is 214 - color contains mainly: blue. Hex color #C7CFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CFD6 is #383029. Grayscale: #CDCDCD. Windows color (decimal): -3682346 or 14077895. OLE color: 14077895.
HSL color Cylindrical-coordinate representation of color #C7CFD6: hue angle of 208º degrees, saturation: 0.15, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C7CFD6 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 207 | 214 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.16 |
| HSL | 208º | 0.15% | 0.81% | - |
| HSV(B) | 208º | 0.07% | 0.84% | - |
| XYZ | 58 | 61.62 | 72.46 | - |
| YUV | 205.41 | 132.85 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 207 | 214 | 0.07 | 0.03 | 0 | 0.16 | 208 | 0.15 | 0.81 |
| Hex | C7 | CF | D6 | 7 | 3 | 0 | 10 | D0 | F | 51 |
| Octal | 307 | 317 | 326 | 7 | 3 | 0 | 20 | 320 | 17 | 121 |
| Binary | 11000111 | 11001111 | 11010110 | 111 | 11 | 0 | 10000 | 11010000 | 1111 | 1010001 |
Color Harmonies of #C7CFD6
Complementary color
Monochromatic Colors of #C7CFD6
Black with #C7CFD6
Text Example
Text Example
White with #C7CFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CFD6; }
p { color: rgb(199,207,214); }
H1.HeaderClassName
{
color: #C7CFD6;
}
.AnyTagClassName
{
color: #C7CFD6;
}
</style>
background-color css
<style>
a { background-color: #C7CFD6; }
a { background-color: rgb(199,207,214); }
div.DivClassName
{
background-color: #C7CFD6;
}
.BgClassName
{
background-color: #C7CFD6;
}
</style>
border-color css
<style>
span { border-color: #C7CFD6; }
span { border-color: rgb(199,207,214); }
td.TdClassName
{
border-color: #C7CFD6;
}
.TagClassName
{
border-color: #C7CFD6;
}
</style>