Shades of Link Water #C3CCD6
Tints of Link Water #C3CCD6
RGB
CMYK
RGB Variations
Color information
#C3CCD6 (or 0xC3CCD6) is known color: Link Water. HEX triplet: C3, CC and D6. RGB value is (195,204,214). Sum of RGB (Red+Green+Blue) = 195+204+214=613 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.81% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 214 (83.98% from 255 or 34.91% from 613); Max value from RGB is 214 - color contains mainly: blue. Hex color #C3CCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CCD6 is #3C3329. Grayscale: #CACACA. Windows color (decimal): -3945258 or 14077123. OLE color: 14077123.
HSL color Cylindrical-coordinate representation of color #C3CCD6: hue angle of 211.58º degrees, saturation: 0.19, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C3CCD6 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 204 | 214 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.16 |
| HSL | 211.58º | 0.19% | 0.8% | - |
| HSV(B) | 211.58º | 0.09% | 0.84% | - |
| XYZ | 56.24 | 59.64 | 72.17 | - |
| YUV | 202.45 | 134.52 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 204 | 214 | 0.09 | 0.05 | 0 | 0.16 | 211.58 | 0.19 | 0.8 |
| Hex | C3 | CC | D6 | 9 | 5 | 0 | 10 | D4 | 13 | 50 |
| Octal | 303 | 314 | 326 | 11 | 5 | 0 | 20 | 324 | 23 | 120 |
| Binary | 11000011 | 11001100 | 11010110 | 1001 | 101 | 0 | 10000 | 11010100 | 10011 | 1010000 |
Color Harmonies of #C3CCD6
Complementary color
Monochromatic Colors of #C3CCD6
Black with #C3CCD6
Text Example
Text Example
White with #C3CCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CCD6; }
p { color: rgb(195,204,214); }
H1.HeaderClassName
{
color: #C3CCD6;
}
.AnyTagClassName
{
color: #C3CCD6;
}
</style>
background-color css
<style>
a { background-color: #C3CCD6; }
a { background-color: rgb(195,204,214); }
div.DivClassName
{
background-color: #C3CCD6;
}
.BgClassName
{
background-color: #C3CCD6;
}
</style>
border-color css
<style>
span { border-color: #C3CCD6; }
span { border-color: rgb(195,204,214); }
td.TdClassName
{
border-color: #C3CCD6;
}
.TagClassName
{
border-color: #C3CCD6;
}
</style>