Shades of Link Water #C2C9DC
Tints of Link Water #C2C9DC
RGB
CMYK
RGB Variations
Color information
#C2C9DC (or 0xC2C9DC) is known color: Link Water. HEX triplet: C2, C9 and DC. RGB value is (194,201,220). Sum of RGB (Red+Green+Blue) = 194+201+220=615 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.54% from 615); Green value is 201 (78.91% from 255 or 32.68% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2C9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C9DC is #3D3623. Grayscale: #C8C8C8. Windows color (decimal): -4011556 or 14469570. OLE color: 14469570.
HSL color Cylindrical-coordinate representation of color #C2C9DC: hue angle of 223.85º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2C9DC is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 201 | 220 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.14 |
| HSL | 223.85º | 0.27% | 0.81% | - |
| HSV(B) | 223.85º | 0.12% | 0.86% | - |
| XYZ | 56.05 | 58.41 | 76.03 | - |
| YUV | 201.07 | 138.68 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 201 | 220 | 0.12 | 0.09 | 0 | 0.14 | 223.85 | 0.27 | 0.81 |
| Hex | C2 | C9 | DC | C | 9 | 0 | E | E0 | 1B | 51 |
| Octal | 302 | 311 | 334 | 14 | 11 | 0 | 16 | 340 | 33 | 121 |
| Binary | 11000010 | 11001001 | 11011100 | 1100 | 1001 | 0 | 1110 | 11100000 | 11011 | 1010001 |
Color Harmonies of #C2C9DC
Complementary color
Monochromatic Colors of #C2C9DC
Black with #C2C9DC
Text Example
Text Example
White with #C2C9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C9DC; }
p { color: rgb(194,201,220); }
H1.HeaderClassName
{
color: #C2C9DC;
}
.AnyTagClassName
{
color: #C2C9DC;
}
</style>
background-color css
<style>
a { background-color: #C2C9DC; }
a { background-color: rgb(194,201,220); }
div.DivClassName
{
background-color: #C2C9DC;
}
.BgClassName
{
background-color: #C2C9DC;
}
</style>
border-color css
<style>
span { border-color: #C2C9DC; }
span { border-color: rgb(194,201,220); }
td.TdClassName
{
border-color: #C2C9DC;
}
.TagClassName
{
border-color: #C2C9DC;
}
</style>