Shades of Link Water #C4CFD7
Tints of Link Water #C4CFD7
RGB
CMYK
RGB Variations
Color information
#C4CFD7 (or 0xC4CFD7) is known color: Link Water. HEX triplet: C4, CF and D7. RGB value is (196,207,215). Sum of RGB (Red+Green+Blue) = 196+207+215=618 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.72% from 618); Green value is 207 (81.25% from 255 or 33.50% from 618); Blue value is 215 (84.38% from 255 or 34.79% from 618); Max value from RGB is 215 - color contains mainly: blue. Hex color #C4CFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CFD7 is #3B3028. Grayscale: #CCCCCC. Windows color (decimal): -3878953 or 14143428. OLE color: 14143428.
HSL color Cylindrical-coordinate representation of color #C4CFD7: hue angle of 205.26º degrees, saturation: 0.19, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4CFD7 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 207 | 215 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.16 |
| HSL | 205.26º | 0.19% | 0.81% | - |
| HSV(B) | 205.26º | 0.09% | 0.84% | - |
| XYZ | 57.34 | 61.27 | 73.09 | - |
| YUV | 204.62 | 133.86 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 207 | 215 | 0.09 | 0.04 | 0 | 0.16 | 205.26 | 0.19 | 0.81 |
| Hex | C4 | CF | D7 | 9 | 4 | 0 | 10 | CD | 13 | 51 |
| Octal | 304 | 317 | 327 | 11 | 4 | 0 | 20 | 315 | 23 | 121 |
| Binary | 11000100 | 11001111 | 11010111 | 1001 | 100 | 0 | 10000 | 11001101 | 10011 | 1010001 |
Color Harmonies of #C4CFD7
Complementary color
Monochromatic Colors of #C4CFD7
Black with #C4CFD7
Text Example
Text Example
White with #C4CFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CFD7; }
p { color: rgb(196,207,215); }
H1.HeaderClassName
{
color: #C4CFD7;
}
.AnyTagClassName
{
color: #C4CFD7;
}
</style>
background-color css
<style>
a { background-color: #C4CFD7; }
a { background-color: rgb(196,207,215); }
div.DivClassName
{
background-color: #C4CFD7;
}
.BgClassName
{
background-color: #C4CFD7;
}
</style>
border-color css
<style>
span { border-color: #C4CFD7; }
span { border-color: rgb(196,207,215); }
td.TdClassName
{
border-color: #C4CFD7;
}
.TagClassName
{
border-color: #C4CFD7;
}
</style>