Shades of Link Water #C2CCDC
Tints of Link Water #C2CCDC
RGB
CMYK
RGB Variations
Color information
#C2CCDC (or 0xC2CCDC) is known color: Link Water. HEX triplet: C2, CC and DC. RGB value is (194,204,220). Sum of RGB (Red+Green+Blue) = 194+204+220=618 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.39% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2CCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CCDC is #3D3323. Grayscale: #CACACA. Windows color (decimal): -4010788 or 14470338. OLE color: 14470338.
HSL color Cylindrical-coordinate representation of color #C2CCDC: hue angle of 216.92º 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 #C2CCDC is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 204 | 220 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.14 |
| HSL | 216.92º | 0.27% | 0.81% | - |
| HSV(B) | 216.92º | 0.12% | 0.86% | - |
| XYZ | 56.76 | 59.82 | 76.27 | - |
| YUV | 202.83 | 137.69 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 204 | 220 | 0.12 | 0.07 | 0 | 0.14 | 216.92 | 0.27 | 0.81 |
| Hex | C2 | CC | DC | C | 7 | 0 | E | D9 | 1B | 51 |
| Octal | 302 | 314 | 334 | 14 | 7 | 0 | 16 | 331 | 33 | 121 |
| Binary | 11000010 | 11001100 | 11011100 | 1100 | 111 | 0 | 1110 | 11011001 | 11011 | 1010001 |
Color Harmonies of #C2CCDC
Complementary color
Monochromatic Colors of #C2CCDC
Black with #C2CCDC
Text Example
Text Example
White with #C2CCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CCDC; }
p { color: rgb(194,204,220); }
H1.HeaderClassName
{
color: #C2CCDC;
}
.AnyTagClassName
{
color: #C2CCDC;
}
</style>
background-color css
<style>
a { background-color: #C2CCDC; }
a { background-color: rgb(194,204,220); }
div.DivClassName
{
background-color: #C2CCDC;
}
.BgClassName
{
background-color: #C2CCDC;
}
</style>
border-color css
<style>
span { border-color: #C2CCDC; }
span { border-color: rgb(194,204,220); }
td.TdClassName
{
border-color: #C2CCDC;
}
.TagClassName
{
border-color: #C2CCDC;
}
</style>