Shades of Link Water #C2C6D2
Tints of Link Water #C2C6D2
RGB
CMYK
RGB Variations
Color information
#C2C6D2 (or 0xC2C6D2) is known color: Link Water. HEX triplet: C2, C6 and D2. RGB value is (194,198,210). Sum of RGB (Red+Green+Blue) = 194+198+210=602 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.23% from 602); Green value is 198 (77.73% from 255 or 32.89% from 602); Blue value is 210 (82.42% from 255 or 34.88% from 602); Max value from RGB is 210 - color contains mainly: blue. Hex color #C2C6D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C6D2 is #3D392D. Grayscale: #C6C6C6. Windows color (decimal): -4012334 or 13813442. OLE color: 13813442.
HSL color Cylindrical-coordinate representation of color #C2C6D2: hue angle of 225º degrees, saturation: 0.15, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C2C6D2 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 198 | 210 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.18 |
| HSL | 225º | 0.15% | 0.79% | - |
| HSV(B) | 225º | 0.08% | 0.82% | - |
| XYZ | 54.08 | 56.51 | 69.03 | - |
| YUV | 198.17 | 134.67 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 198 | 210 | 0.08 | 0.06 | 0 | 0.18 | 225 | 0.15 | 0.79 |
| Hex | C2 | C6 | D2 | 8 | 6 | 0 | 12 | E1 | F | 4F |
| Octal | 302 | 306 | 322 | 10 | 6 | 0 | 22 | 341 | 17 | 117 |
| Binary | 11000010 | 11000110 | 11010010 | 1000 | 110 | 0 | 10010 | 11100001 | 1111 | 1001111 |
Color Harmonies of #C2C6D2
Complementary color
Monochromatic Colors of #C2C6D2
Black with #C2C6D2
Text Example
Text Example
White with #C2C6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C6D2; }
p { color: rgb(194,198,210); }
H1.HeaderClassName
{
color: #C2C6D2;
}
.AnyTagClassName
{
color: #C2C6D2;
}
</style>
background-color css
<style>
a { background-color: #C2C6D2; }
a { background-color: rgb(194,198,210); }
div.DivClassName
{
background-color: #C2C6D2;
}
.BgClassName
{
background-color: #C2C6D2;
}
</style>
border-color css
<style>
span { border-color: #C2C6D2; }
span { border-color: rgb(194,198,210); }
td.TdClassName
{
border-color: #C2C6D2;
}
.TagClassName
{
border-color: #C2C6D2;
}
</style>