Shades of Link Water #C3CFD7
Tints of Link Water #C3CFD7
RGB
CMYK
RGB Variations
Color information
#C3CFD7 (or 0xC3CFD7) is known color: Link Water. HEX triplet: C3, CF and D7. RGB value is (195,207,215). Sum of RGB (Red+Green+Blue) = 195+207+215=617 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.60% from 617); Green value is 207 (81.25% from 255 or 33.55% from 617); Blue value is 215 (84.38% from 255 or 34.85% from 617); Max value from RGB is 215 - color contains mainly: blue. Hex color #C3CFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CFD7 is #3C3028. Grayscale: #CCCCCC. Windows color (decimal): -3944489 or 14143427. OLE color: 14143427.
HSL color Cylindrical-coordinate representation of color #C3CFD7: hue angle of 204º degrees, saturation: 0.2, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C3CFD7 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 207 | 215 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.16 |
| HSL | 204º | 0.2% | 0.8% | - |
| HSV(B) | 204º | 0.09% | 0.84% | - |
| XYZ | 57.08 | 61.13 | 73.08 | - |
| YUV | 204.32 | 134.02 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 207 | 215 | 0.09 | 0.04 | 0 | 0.16 | 204 | 0.2 | 0.8 |
| Hex | C3 | CF | D7 | 9 | 4 | 0 | 10 | CC | 14 | 50 |
| Octal | 303 | 317 | 327 | 11 | 4 | 0 | 20 | 314 | 24 | 120 |
| Binary | 11000011 | 11001111 | 11010111 | 1001 | 100 | 0 | 10000 | 11001100 | 10100 | 1010000 |
Color Harmonies of #C3CFD7
Complementary color
Monochromatic Colors of #C3CFD7
Black with #C3CFD7
Text Example
Text Example
White with #C3CFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CFD7; }
p { color: rgb(195,207,215); }
H1.HeaderClassName
{
color: #C3CFD7;
}
.AnyTagClassName
{
color: #C3CFD7;
}
</style>
background-color css
<style>
a { background-color: #C3CFD7; }
a { background-color: rgb(195,207,215); }
div.DivClassName
{
background-color: #C3CFD7;
}
.BgClassName
{
background-color: #C3CFD7;
}
</style>
border-color css
<style>
span { border-color: #C3CFD7; }
span { border-color: rgb(195,207,215); }
td.TdClassName
{
border-color: #C3CFD7;
}
.TagClassName
{
border-color: #C3CFD7;
}
</style>