Shades of Link Water #C2CBD9
Tints of Link Water #C2CBD9
RGB
CMYK
RGB Variations
Color information
#C2CBD9 (or 0xC2CBD9) is known color: Link Water. HEX triplet: C2, CB and D9. RGB value is (194,203,217). Sum of RGB (Red+Green+Blue) = 194+203+217=614 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.60% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 217 (85.16% from 255 or 35.34% from 614); Max value from RGB is 217 - color contains mainly: blue. Hex color #C2CBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CBD9 is #3D3426. Grayscale: #C9C9C9. Windows color (decimal): -4011047 or 14273474. OLE color: 14273474.
HSL color Cylindrical-coordinate representation of color #C2CBD9: hue angle of 216.52º 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 #C2CBD9 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 203 | 217 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.15 |
| HSL | 216.52º | 0.23% | 0.81% | - |
| HSV(B) | 216.52º | 0.11% | 0.85% | - |
| XYZ | 56.13 | 59.19 | 74.11 | - |
| YUV | 201.91 | 136.52 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 203 | 217 | 0.11 | 0.06 | 0 | 0.15 | 216.52 | 0.23 | 0.81 |
| Hex | C2 | CB | D9 | B | 6 | 0 | F | D9 | 17 | 51 |
| Octal | 302 | 313 | 331 | 13 | 6 | 0 | 17 | 331 | 27 | 121 |
| Binary | 11000010 | 11001011 | 11011001 | 1011 | 110 | 0 | 1111 | 11011001 | 10111 | 1010001 |
Color Harmonies of #C2CBD9
Complementary color
Monochromatic Colors of #C2CBD9
Black with #C2CBD9
Text Example
Text Example
White with #C2CBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CBD9; }
p { color: rgb(194,203,217); }
H1.HeaderClassName
{
color: #C2CBD9;
}
.AnyTagClassName
{
color: #C2CBD9;
}
</style>
background-color css
<style>
a { background-color: #C2CBD9; }
a { background-color: rgb(194,203,217); }
div.DivClassName
{
background-color: #C2CBD9;
}
.BgClassName
{
background-color: #C2CBD9;
}
</style>
border-color css
<style>
span { border-color: #C2CBD9; }
span { border-color: rgb(194,203,217); }
td.TdClassName
{
border-color: #C2CBD9;
}
.TagClassName
{
border-color: #C2CBD9;
}
</style>