Shades of Link Water #C2CFDC
Tints of Link Water #C2CFDC
RGB
CMYK
RGB Variations
Color information
#C2CFDC (or 0xC2CFDC) is known color: Link Water. HEX triplet: C2, CF and DC. RGB value is (194,207,220). Sum of RGB (Red+Green+Blue) = 194+207+220=621 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.24% from 621); Green value is 207 (81.25% from 255 or 33.33% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2CFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CFDC is #3D3023. Grayscale: #CCCCCC. Windows color (decimal): -4010020 or 14471106. OLE color: 14471106.
HSL color Cylindrical-coordinate representation of color #C2CFDC: hue angle of 210º 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 #C2CFDC is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 207 | 220 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.14 |
| HSL | 210º | 0.27% | 0.81% | - |
| HSV(B) | 210º | 0.12% | 0.86% | - |
| XYZ | 57.48 | 61.26 | 76.51 | - |
| YUV | 204.6 | 136.69 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 207 | 220 | 0.12 | 0.06 | 0 | 0.14 | 210 | 0.27 | 0.81 |
| Hex | C2 | CF | DC | C | 6 | 0 | E | D2 | 1B | 51 |
| Octal | 302 | 317 | 334 | 14 | 6 | 0 | 16 | 322 | 33 | 121 |
| Binary | 11000010 | 11001111 | 11011100 | 1100 | 110 | 0 | 1110 | 11010010 | 11011 | 1010001 |
Color Harmonies of #C2CFDC
Complementary color
Monochromatic Colors of #C2CFDC
Black with #C2CFDC
Text Example
Text Example
White with #C2CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CFDC; }
p { color: rgb(194,207,220); }
H1.HeaderClassName
{
color: #C2CFDC;
}
.AnyTagClassName
{
color: #C2CFDC;
}
</style>
background-color css
<style>
a { background-color: #C2CFDC; }
a { background-color: rgb(194,207,220); }
div.DivClassName
{
background-color: #C2CFDC;
}
.BgClassName
{
background-color: #C2CFDC;
}
</style>
border-color css
<style>
span { border-color: #C2CFDC; }
span { border-color: rgb(194,207,220); }
td.TdClassName
{
border-color: #C2CFDC;
}
.TagClassName
{
border-color: #C2CFDC;
}
</style>