Shades of Link Water #C7CCD9
Tints of Link Water #C7CCD9
RGB
CMYK
RGB Variations
Color information
#C7CCD9 (or 0xC7CCD9) is known color: Link Water. HEX triplet: C7, CC and D9. RGB value is (199,204,217). Sum of RGB (Red+Green+Blue) = 199+204+217=620 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.10% from 620); Green value is 204 (80.08% from 255 or 32.90% from 620); Blue value is 217 (85.16% from 255 or 35% from 620); Max value from RGB is 217 - color contains mainly: blue. Hex color #C7CCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CCD9 is #383326. Grayscale: #CBCBCB. Windows color (decimal): -3683111 or 14273735. OLE color: 14273735.
HSL color Cylindrical-coordinate representation of color #C7CCD9: hue angle of 223.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 #C7CCD9 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 199 | 204 | 217 | - |
CMYK | 0.08 | 0.06 | 0 | 0.15 |
HSL | 223.33º | 0.19% | 0.82% | - |
HSV(B) | 223.33º | 0.08% | 0.85% | - |
XYZ | 57.67 | 60.34 | 74.25 | - |
YUV | 203.99 | 135.34 | 124.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 204 | 217 | 0.08 | 0.06 | 0 | 0.15 | 223.33 | 0.19 | 0.82 |
Hex | C7 | CC | D9 | 8 | 6 | 0 | F | DF | 13 | 52 |
Octal | 307 | 314 | 331 | 10 | 6 | 0 | 17 | 337 | 23 | 122 |
Binary | 11000111 | 11001100 | 11011001 | 1000 | 110 | 0 | 1111 | 11011111 | 10011 | 1010010 |
Color Harmonies of #C7CCD9
Complementary color
Monochromatic Colors of #C7CCD9
Black with #C7CCD9
Text Example
Text Example
White with #C7CCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CCD9; }
p { color: rgb(199,204,217); }
H1.HeaderClassName
{
color: #C7CCD9;
}
.AnyTagClassName
{
color: #C7CCD9;
}
</style>
background-color css
<style>
a { background-color: #C7CCD9; }
a { background-color: rgb(199,204,217); }
div.DivClassName
{
background-color: #C7CCD9;
}
.BgClassName
{
background-color: #C7CCD9;
}
</style>
border-color css
<style>
span { border-color: #C7CCD9; }
span { border-color: rgb(199,204,217); }
td.TdClassName
{
border-color: #C7CCD9;
}
.TagClassName
{
border-color: #C7CCD9;
}
</style>