Shades of Link Water #C2CCD9
Tints of Link Water #C2CCD9
RGB
CMYK
RGB Variations
Color information
#C2CCD9 (or 0xC2CCD9) is known color: Link Water. HEX triplet: C2, CC and D9. RGB value is (194,204,217). Sum of RGB (Red+Green+Blue) = 194+204+217=615 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.54% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 217 (85.16% from 255 or 35.28% from 615); Max value from RGB is 217 - color contains mainly: blue. Hex color #C2CCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CCD9 is #3D3326. Grayscale: #CACACA. Windows color (decimal): -4010791 or 14273730. OLE color: 14273730.
HSL color Cylindrical-coordinate representation of color #C2CCD9: hue angle of 213.91º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2CCD9 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 194 | 204 | 217 | - |
CMYK | 0.11 | 0.06 | 0 | 0.15 |
HSL | 213.91º | 0.23% | 0.81% | - |
HSV(B) | 213.91º | 0.11% | 0.85% | - |
XYZ | 56.37 | 59.66 | 74.19 | - |
YUV | 202.49 | 136.19 | 121.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 204 | 217 | 0.11 | 0.06 | 0 | 0.15 | 213.91 | 0.23 | 0.81 |
Hex | C2 | CC | D9 | B | 6 | 0 | F | D6 | 17 | 51 |
Octal | 302 | 314 | 331 | 13 | 6 | 0 | 17 | 326 | 27 | 121 |
Binary | 11000010 | 11001100 | 11011001 | 1011 | 110 | 0 | 1111 | 11010110 | 10111 | 1010001 |
Color Harmonies of #C2CCD9
Complementary color
Monochromatic Colors of #C2CCD9
Black with #C2CCD9
Text Example
Text Example
White with #C2CCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CCD9; }
p { color: rgb(194,204,217); }
H1.HeaderClassName
{
color: #C2CCD9;
}
.AnyTagClassName
{
color: #C2CCD9;
}
</style>
background-color css
<style>
a { background-color: #C2CCD9; }
a { background-color: rgb(194,204,217); }
div.DivClassName
{
background-color: #C2CCD9;
}
.BgClassName
{
background-color: #C2CCD9;
}
</style>
border-color css
<style>
span { border-color: #C2CCD9; }
span { border-color: rgb(194,204,217); }
td.TdClassName
{
border-color: #C2CCD9;
}
.TagClassName
{
border-color: #C2CCD9;
}
</style>