Shades of Link Water #C2CCD8
Tints of Link Water #C2CCD8
RGB
CMYK
RGB Variations
Color information
#C2CCD8 (or 0xC2CCD8) is known color: Link Water. HEX triplet: C2, CC and D8. RGB value is (194,204,216). Sum of RGB (Red+Green+Blue) = 194+204+216=614 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.60% from 614); Green value is 204 (80.08% from 255 or 33.22% from 614); Blue value is 216 (84.77% from 255 or 35.18% from 614); Max value from RGB is 216 - color contains mainly: blue. Hex color #C2CCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CCD8 is #3D3327. Grayscale: #CACACA. Windows color (decimal): -4010792 or 14208194. OLE color: 14208194.
HSL color Cylindrical-coordinate representation of color #C2CCD8: hue angle of 212.73º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2CCD8 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 204 | 216 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.15 |
| HSL | 212.73º | 0.22% | 0.8% | - |
| HSV(B) | 212.73º | 0.1% | 0.85% | - |
| XYZ | 56.24 | 59.61 | 73.51 | - |
| YUV | 202.38 | 135.69 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 204 | 216 | 0.10 | 0.06 | 0 | 0.15 | 212.73 | 0.22 | 0.8 |
| Hex | C2 | CC | D8 | A | 6 | 0 | F | D5 | 16 | 50 |
| Octal | 302 | 314 | 330 | 12 | 6 | 0 | 17 | 325 | 26 | 120 |
| Binary | 11000010 | 11001100 | 11011000 | 1010 | 110 | 0 | 1111 | 11010101 | 10110 | 1010000 |
Color Harmonies of #C2CCD8
Complementary color
Monochromatic Colors of #C2CCD8
Black with #C2CCD8
Text Example
Text Example
White with #C2CCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CCD8; }
p { color: rgb(194,204,216); }
H1.HeaderClassName
{
color: #C2CCD8;
}
.AnyTagClassName
{
color: #C2CCD8;
}
</style>
background-color css
<style>
a { background-color: #C2CCD8; }
a { background-color: rgb(194,204,216); }
div.DivClassName
{
background-color: #C2CCD8;
}
.BgClassName
{
background-color: #C2CCD8;
}
</style>
border-color css
<style>
span { border-color: #C2CCD8; }
span { border-color: rgb(194,204,216); }
td.TdClassName
{
border-color: #C2CCD8;
}
.TagClassName
{
border-color: #C2CCD8;
}
</style>