Shades of Link Water #C2CFDF
Tints of Link Water #C2CFDF
RGB
CMYK
RGB Variations
Color information
#C2CFDF (or 0xC2CFDF) is known color: Link Water. HEX triplet: C2, CF and DF. RGB value is (194,207,223). Sum of RGB (Red+Green+Blue) = 194+207+223=624 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.09% from 624); Green value is 207 (81.25% from 255 or 33.17% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 223 - color contains mainly: blue. Hex color #C2CFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CFDF is #3D3020. Grayscale: #CCCCCC. Windows color (decimal): -4010017 or 14667714. OLE color: 14667714.
HSL color Cylindrical-coordinate representation of color #C2CFDF: hue angle of 213.1º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2CFDF is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 207 | 223 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.13 |
| HSL | 213.1º | 0.31% | 0.82% | - |
| HSV(B) | 213.1º | 0.13% | 0.87% | - |
| XYZ | 57.88 | 61.42 | 78.62 | - |
| YUV | 204.94 | 138.19 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 207 | 223 | 0.13 | 0.07 | 0 | 0.13 | 213.1 | 0.31 | 0.82 |
| Hex | C2 | CF | DF | D | 7 | 0 | D | D5 | 1F | 52 |
| Octal | 302 | 317 | 337 | 15 | 7 | 0 | 15 | 325 | 37 | 122 |
| Binary | 11000010 | 11001111 | 11011111 | 1101 | 111 | 0 | 1101 | 11010101 | 11111 | 1010010 |
Color Harmonies of #C2CFDF
Complementary color
Monochromatic Colors of #C2CFDF
Black with #C2CFDF
Text Example
Text Example
White with #C2CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CFDF; }
p { color: rgb(194,207,223); }
H1.HeaderClassName
{
color: #C2CFDF;
}
.AnyTagClassName
{
color: #C2CFDF;
}
</style>
background-color css
<style>
a { background-color: #C2CFDF; }
a { background-color: rgb(194,207,223); }
div.DivClassName
{
background-color: #C2CFDF;
}
.BgClassName
{
background-color: #C2CFDF;
}
</style>
border-color css
<style>
span { border-color: #C2CFDF; }
span { border-color: rgb(194,207,223); }
td.TdClassName
{
border-color: #C2CFDF;
}
.TagClassName
{
border-color: #C2CFDF;
}
</style>