Shades of Link Water #C5CAD6
Tints of Link Water #C5CAD6
RGB
CMYK
RGB Variations
Color information
#C5CAD6 (or 0xC5CAD6) is known color: Link Water. HEX triplet: C5, CA and D6. RGB value is (197,202,214). Sum of RGB (Red+Green+Blue) = 197+202+214=613 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.14% from 613); Green value is 202 (79.30% from 255 or 32.95% 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 #C5CAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CAD6 is #3A3529. Grayscale: #C9C9C9. Windows color (decimal): -3814698 or 14076613. OLE color: 14076613.
HSL color Cylindrical-coordinate representation of color #C5CAD6: hue angle of 222.35º degrees, saturation: 0.17, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C5CAD6 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 197 | 202 | 214 | - |
CMYK | 0.08 | 0.06 | 0 | 0.16 |
HSL | 222.35º | 0.17% | 0.81% | - |
HSV(B) | 222.35º | 0.08% | 0.84% | - |
XYZ | 56.28 | 58.97 | 72.03 | - |
YUV | 201.87 | 134.84 | 124.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 202 | 214 | 0.08 | 0.06 | 0 | 0.16 | 222.35 | 0.17 | 0.81 |
Hex | C5 | CA | D6 | 8 | 6 | 0 | 10 | DE | 11 | 51 |
Octal | 305 | 312 | 326 | 10 | 6 | 0 | 20 | 336 | 21 | 121 |
Binary | 11000101 | 11001010 | 11010110 | 1000 | 110 | 0 | 10000 | 11011110 | 10001 | 1010001 |
Color Harmonies of #C5CAD6
Complementary color
Monochromatic Colors of #C5CAD6
Black with #C5CAD6
Text Example
Text Example
White with #C5CAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CAD6; }
p { color: rgb(197,202,214); }
H1.HeaderClassName
{
color: #C5CAD6;
}
.AnyTagClassName
{
color: #C5CAD6;
}
</style>
background-color css
<style>
a { background-color: #C5CAD6; }
a { background-color: rgb(197,202,214); }
div.DivClassName
{
background-color: #C5CAD6;
}
.BgClassName
{
background-color: #C5CAD6;
}
</style>
border-color css
<style>
span { border-color: #C5CAD6; }
span { border-color: rgb(197,202,214); }
td.TdClassName
{
border-color: #C5CAD6;
}
.TagClassName
{
border-color: #C5CAD6;
}
</style>