Shades of Link Water #C7CFD9
Tints of Link Water #C7CFD9
RGB
CMYK
RGB Variations
Color information
#C7CFD9 (or 0xC7CFD9) is known color: Link Water. HEX triplet: C7, CF and D9. RGB value is (199,207,217). Sum of RGB (Red+Green+Blue) = 199+207+217=623 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.94% from 623); Green value is 207 (81.25% from 255 or 33.23% from 623); Blue value is 217 (85.16% from 255 or 34.83% from 623); Max value from RGB is 217 - color contains mainly: blue. Hex color #C7CFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CFD9 is #383026. Grayscale: #CDCDCD. Windows color (decimal): -3682343 or 14274503. OLE color: 14274503.
HSL color Cylindrical-coordinate representation of color #C7CFD9: hue angle of 213.33º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C7CFD9 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 199 | 207 | 217 | - |
CMYK | 0.08 | 0.05 | 0 | 0.15 |
HSL | 213.33º | 0.19% | 0.82% | - |
HSV(B) | 213.33º | 0.08% | 0.85% | - |
XYZ | 58.39 | 61.78 | 74.49 | - |
YUV | 205.75 | 134.35 | 123.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 207 | 217 | 0.08 | 0.05 | 0 | 0.15 | 213.33 | 0.19 | 0.82 |
Hex | C7 | CF | D9 | 8 | 5 | 0 | F | D5 | 13 | 52 |
Octal | 307 | 317 | 331 | 10 | 5 | 0 | 17 | 325 | 23 | 122 |
Binary | 11000111 | 11001111 | 11011001 | 1000 | 101 | 0 | 1111 | 11010101 | 10011 | 1010010 |
Color Harmonies of #C7CFD9
Complementary color
Monochromatic Colors of #C7CFD9
Black with #C7CFD9
Text Example
Text Example
White with #C7CFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CFD9; }
p { color: rgb(199,207,217); }
H1.HeaderClassName
{
color: #C7CFD9;
}
.AnyTagClassName
{
color: #C7CFD9;
}
</style>
background-color css
<style>
a { background-color: #C7CFD9; }
a { background-color: rgb(199,207,217); }
div.DivClassName
{
background-color: #C7CFD9;
}
.BgClassName
{
background-color: #C7CFD9;
}
</style>
border-color css
<style>
span { border-color: #C7CFD9; }
span { border-color: rgb(199,207,217); }
td.TdClassName
{
border-color: #C7CFD9;
}
.TagClassName
{
border-color: #C7CFD9;
}
</style>