Shades of Link Water #C2CAD9
Tints of Link Water #C2CAD9
RGB
CMYK
RGB Variations
Color information
#C2CAD9 (or 0xC2CAD9) is known color: Link Water. HEX triplet: C2, CA and D9. RGB value is (194,202,217). Sum of RGB (Red+Green+Blue) = 194+202+217=613 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.65% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 217 (85.16% from 255 or 35.40% from 613); Max value from RGB is 217 - color contains mainly: blue. Hex color #C2CAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CAD9 is #3D3526. Grayscale: #C9C9C9. Windows color (decimal): -4011303 or 14273218. OLE color: 14273218.
HSL color Cylindrical-coordinate representation of color #C2CAD9: hue angle of 219.13º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2CAD9 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 202 | 217 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.15 |
| HSL | 219.13º | 0.23% | 0.81% | - |
| HSV(B) | 219.13º | 0.11% | 0.85% | - |
| XYZ | 55.89 | 58.72 | 74.03 | - |
| YUV | 201.32 | 136.85 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 217 | 0.11 | 0.07 | 0 | 0.15 | 219.13 | 0.23 | 0.81 |
| Hex | C2 | CA | D9 | B | 7 | 0 | F | DB | 17 | 51 |
| Octal | 302 | 312 | 331 | 13 | 7 | 0 | 17 | 333 | 27 | 121 |
| Binary | 11000010 | 11001010 | 11011001 | 1011 | 111 | 0 | 1111 | 11011011 | 10111 | 1010001 |
Color Harmonies of #C2CAD9
Complementary color
Monochromatic Colors of #C2CAD9
Black with #C2CAD9
Text Example
Text Example
White with #C2CAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CAD9; }
p { color: rgb(194,202,217); }
H1.HeaderClassName
{
color: #C2CAD9;
}
.AnyTagClassName
{
color: #C2CAD9;
}
</style>
background-color css
<style>
a { background-color: #C2CAD9; }
a { background-color: rgb(194,202,217); }
div.DivClassName
{
background-color: #C2CAD9;
}
.BgClassName
{
background-color: #C2CAD9;
}
</style>
border-color css
<style>
span { border-color: #C2CAD9; }
span { border-color: rgb(194,202,217); }
td.TdClassName
{
border-color: #C2CAD9;
}
.TagClassName
{
border-color: #C2CAD9;
}
</style>