Shades of Link Water #C8CFD6
Tints of Link Water #C8CFD6
RGB
CMYK
RGB Variations
Color information
#C8CFD6 (or 0xC8CFD6) is known color: Link Water. HEX triplet: C8, CF and D6. RGB value is (200,207,214). Sum of RGB (Red+Green+Blue) = 200+207+214=621 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.21% from 621); Green value is 207 (81.25% from 255 or 33.33% from 621); Blue value is 214 (83.98% from 255 or 34.46% from 621); Max value from RGB is 214 - color contains mainly: blue. Hex color #C8CFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CFD6 is #373029. Grayscale: #CDCDCD. Windows color (decimal): -3616810 or 14077896. OLE color: 14077896.
HSL color Cylindrical-coordinate representation of color #C8CFD6: hue angle of 210º 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 #C8CFD6 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 207 | 214 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.16 |
| HSL | 210º | 0.15% | 0.81% | - |
| HSV(B) | 210º | 0.07% | 0.84% | - |
| XYZ | 58.27 | 61.76 | 72.47 | - |
| YUV | 205.71 | 132.68 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 207 | 214 | 0.07 | 0.03 | 0 | 0.16 | 210 | 0.15 | 0.81 |
| Hex | C8 | CF | D6 | 7 | 3 | 0 | 10 | D2 | F | 51 |
| Octal | 310 | 317 | 326 | 7 | 3 | 0 | 20 | 322 | 17 | 121 |
| Binary | 11001000 | 11001111 | 11010110 | 111 | 11 | 0 | 10000 | 11010010 | 1111 | 1010001 |
Color Harmonies of #C8CFD6
Complementary color
Monochromatic Colors of #C8CFD6
Black with #C8CFD6
Text Example
Text Example
White with #C8CFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CFD6; }
p { color: rgb(200,207,214); }
H1.HeaderClassName
{
color: #C8CFD6;
}
.AnyTagClassName
{
color: #C8CFD6;
}
</style>
background-color css
<style>
a { background-color: #C8CFD6; }
a { background-color: rgb(200,207,214); }
div.DivClassName
{
background-color: #C8CFD6;
}
.BgClassName
{
background-color: #C8CFD6;
}
</style>
border-color css
<style>
span { border-color: #C8CFD6; }
span { border-color: rgb(200,207,214); }
td.TdClassName
{
border-color: #C8CFD6;
}
.TagClassName
{
border-color: #C8CFD6;
}
</style>