Shades of Link Water #C2CED8
Tints of Link Water #C2CED8
RGB
CMYK
RGB Variations
Color information
#C2CED8 (or 0xC2CED8) is known color: Link Water. HEX triplet: C2, CE and D8. RGB value is (194,206,216). Sum of RGB (Red+Green+Blue) = 194+206+216=616 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.49% from 616); Green value is 206 (80.86% from 255 or 33.44% from 616); Blue value is 216 (84.77% from 255 or 35.06% from 616); Max value from RGB is 216 - color contains mainly: blue. Hex color #C2CED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CED8 is #3D3127. Grayscale: #CBCBCB. Windows color (decimal): -4010280 or 14208706. OLE color: 14208706.
HSL color Cylindrical-coordinate representation of color #C2CED8: hue angle of 207.27º 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 #C2CED8 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 206 | 216 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.15 |
| HSL | 207.27º | 0.22% | 0.8% | - |
| HSV(B) | 207.27º | 0.1% | 0.85% | - |
| XYZ | 56.71 | 60.57 | 73.67 | - |
| YUV | 203.55 | 135.02 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 206 | 216 | 0.10 | 0.05 | 0 | 0.15 | 207.27 | 0.22 | 0.8 |
| Hex | C2 | CE | D8 | A | 5 | 0 | F | CF | 16 | 50 |
| Octal | 302 | 316 | 330 | 12 | 5 | 0 | 17 | 317 | 26 | 120 |
| Binary | 11000010 | 11001110 | 11011000 | 1010 | 101 | 0 | 1111 | 11001111 | 10110 | 1010000 |
Color Harmonies of #C2CED8
Complementary color
Monochromatic Colors of #C2CED8
Black with #C2CED8
Text Example
Text Example
White with #C2CED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CED8; }
p { color: rgb(194,206,216); }
H1.HeaderClassName
{
color: #C2CED8;
}
.AnyTagClassName
{
color: #C2CED8;
}
</style>
background-color css
<style>
a { background-color: #C2CED8; }
a { background-color: rgb(194,206,216); }
div.DivClassName
{
background-color: #C2CED8;
}
.BgClassName
{
background-color: #C2CED8;
}
</style>
border-color css
<style>
span { border-color: #C2CED8; }
span { border-color: rgb(194,206,216); }
td.TdClassName
{
border-color: #C2CED8;
}
.TagClassName
{
border-color: #C2CED8;
}
</style>