Shades of Link Water #C5CADA
Tints of Link Water #C5CADA
RGB
CMYK
RGB Variations
Color information
#C5CADA (or 0xC5CADA) is known color: Link Water. HEX triplet: C5, CA and DA. RGB value is (197,202,218). Sum of RGB (Red+Green+Blue) = 197+202+218=617 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.93% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 218 - color contains mainly: blue. Hex color #C5CADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CADA is #3A3525. Grayscale: #CACACA. Windows color (decimal): -3814694 or 14338757. OLE color: 14338757.
HSL color Cylindrical-coordinate representation of color #C5CADA: hue angle of 225.71º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5CADA is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 202 | 218 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.15 |
| HSL | 225.71º | 0.22% | 0.81% | - |
| HSV(B) | 225.71º | 0.1% | 0.85% | - |
| XYZ | 56.8 | 59.17 | 74.76 | - |
| YUV | 202.33 | 136.84 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 202 | 218 | 0.10 | 0.07 | 0 | 0.15 | 225.71 | 0.22 | 0.81 |
| Hex | C5 | CA | DA | A | 7 | 0 | F | E2 | 16 | 51 |
| Octal | 305 | 312 | 332 | 12 | 7 | 0 | 17 | 342 | 26 | 121 |
| Binary | 11000101 | 11001010 | 11011010 | 1010 | 111 | 0 | 1111 | 11100010 | 10110 | 1010001 |
Color Harmonies of #C5CADA
Complementary color
Monochromatic Colors of #C5CADA
Black with #C5CADA
Text Example
Text Example
White with #C5CADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CADA; }
p { color: rgb(197,202,218); }
H1.HeaderClassName
{
color: #C5CADA;
}
.AnyTagClassName
{
color: #C5CADA;
}
</style>
background-color css
<style>
a { background-color: #C5CADA; }
a { background-color: rgb(197,202,218); }
div.DivClassName
{
background-color: #C5CADA;
}
.BgClassName
{
background-color: #C5CADA;
}
</style>
border-color css
<style>
span { border-color: #C5CADA; }
span { border-color: rgb(197,202,218); }
td.TdClassName
{
border-color: #C5CADA;
}
.TagClassName
{
border-color: #C5CADA;
}
</style>