Shades of Link Water #C8CED6
Tints of Link Water #C8CED6
RGB
CMYK
RGB Variations
Color information
#C8CED6 (or 0xC8CED6) is known color: Link Water. HEX triplet: C8, CE and D6. RGB value is (200,206,214). Sum of RGB (Red+Green+Blue) = 200+206+214=620 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.26% from 620); Green value is 206 (80.86% from 255 or 33.23% 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 #C8CED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CED6 is #373129. Grayscale: #CDCDCD. Windows color (decimal): -3617066 or 14077640. OLE color: 14077640.
HSL color Cylindrical-coordinate representation of color #C8CED6: hue angle of 214.29º 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 #C8CED6 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 206 | 214 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.16 |
| HSL | 214.29º | 0.15% | 0.81% | - |
| HSV(B) | 214.29º | 0.07% | 0.84% | - |
| XYZ | 58.03 | 61.28 | 72.39 | - |
| YUV | 205.12 | 133.01 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 206 | 214 | 0.07 | 0.04 | 0 | 0.16 | 214.29 | 0.15 | 0.81 |
| Hex | C8 | CE | D6 | 7 | 4 | 0 | 10 | D6 | F | 51 |
| Octal | 310 | 316 | 326 | 7 | 4 | 0 | 20 | 326 | 17 | 121 |
| Binary | 11001000 | 11001110 | 11010110 | 111 | 100 | 0 | 10000 | 11010110 | 1111 | 1010001 |
Color Harmonies of #C8CED6
Complementary color
Monochromatic Colors of #C8CED6
Black with #C8CED6
Text Example
Text Example
White with #C8CED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CED6; }
p { color: rgb(200,206,214); }
H1.HeaderClassName
{
color: #C8CED6;
}
.AnyTagClassName
{
color: #C8CED6;
}
</style>
background-color css
<style>
a { background-color: #C8CED6; }
a { background-color: rgb(200,206,214); }
div.DivClassName
{
background-color: #C8CED6;
}
.BgClassName
{
background-color: #C8CED6;
}
</style>
border-color css
<style>
span { border-color: #C8CED6; }
span { border-color: rgb(200,206,214); }
td.TdClassName
{
border-color: #C8CED6;
}
.TagClassName
{
border-color: #C8CED6;
}
</style>