Shades of Link Water #C8CCD9
Tints of Link Water #C8CCD9
RGB
CMYK
RGB Variations
Color information
#C8CCD9 (or 0xC8CCD9) is known color: Link Water. HEX triplet: C8, CC and D9. RGB value is (200,204,217). Sum of RGB (Red+Green+Blue) = 200+204+217=621 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.21% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 217 (85.16% from 255 or 34.94% from 621); Max value from RGB is 217 - color contains mainly: blue. Hex color #C8CCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CCD9 is #373326. Grayscale: #CCCCCC. Windows color (decimal): -3617575 or 14273736. OLE color: 14273736.
HSL color Cylindrical-coordinate representation of color #C8CCD9: hue angle of 225.88º degrees, saturation: 0.18, 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 #C8CCD9 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 200 | 204 | 217 | - |
CMYK | 0.08 | 0.06 | 0 | 0.15 |
HSL | 225.88º | 0.18% | 0.82% | - |
HSV(B) | 225.88º | 0.08% | 0.85% | - |
XYZ | 57.94 | 60.47 | 74.26 | - |
YUV | 204.29 | 135.17 | 124.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 204 | 217 | 0.08 | 0.06 | 0 | 0.15 | 225.88 | 0.18 | 0.82 |
Hex | C8 | CC | D9 | 8 | 6 | 0 | F | E2 | 12 | 52 |
Octal | 310 | 314 | 331 | 10 | 6 | 0 | 17 | 342 | 22 | 122 |
Binary | 11001000 | 11001100 | 11011001 | 1000 | 110 | 0 | 1111 | 11100010 | 10010 | 1010010 |
Color Harmonies of #C8CCD9
Complementary color
Monochromatic Colors of #C8CCD9
Black with #C8CCD9
Text Example
Text Example
White with #C8CCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CCD9; }
p { color: rgb(200,204,217); }
H1.HeaderClassName
{
color: #C8CCD9;
}
.AnyTagClassName
{
color: #C8CCD9;
}
</style>
background-color css
<style>
a { background-color: #C8CCD9; }
a { background-color: rgb(200,204,217); }
div.DivClassName
{
background-color: #C8CCD9;
}
.BgClassName
{
background-color: #C8CCD9;
}
</style>
border-color css
<style>
span { border-color: #C8CCD9; }
span { border-color: rgb(200,204,217); }
td.TdClassName
{
border-color: #C8CCD9;
}
.TagClassName
{
border-color: #C8CCD9;
}
</style>