Shades of Link Water #C3CCD7
Tints of Link Water #C3CCD7
RGB
CMYK
RGB Variations
Color information
#C3CCD7 (or 0xC3CCD7) is known color: Link Water. HEX triplet: C3, CC and D7. RGB value is (195,204,215). Sum of RGB (Red+Green+Blue) = 195+204+215=614 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.76% from 614); Green value is 204 (80.08% from 255 or 33.22% from 614); Blue value is 215 (84.38% from 255 or 35.02% from 614); Max value from RGB is 215 - color contains mainly: blue. Hex color #C3CCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CCD7 is #3C3328. Grayscale: #CACACA. Windows color (decimal): -3945257 or 14142659. OLE color: 14142659.
HSL color Cylindrical-coordinate representation of color #C3CCD7: hue angle of 213º degrees, saturation: 0.2, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C3CCD7 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 204 | 215 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.16 |
| HSL | 213º | 0.2% | 0.8% | - |
| HSV(B) | 213º | 0.09% | 0.84% | - |
| XYZ | 56.36 | 59.69 | 72.84 | - |
| YUV | 202.56 | 135.02 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 204 | 215 | 0.09 | 0.05 | 0 | 0.16 | 213 | 0.2 | 0.8 |
| Hex | C3 | CC | D7 | 9 | 5 | 0 | 10 | D5 | 14 | 50 |
| Octal | 303 | 314 | 327 | 11 | 5 | 0 | 20 | 325 | 24 | 120 |
| Binary | 11000011 | 11001100 | 11010111 | 1001 | 101 | 0 | 10000 | 11010101 | 10100 | 1010000 |
Color Harmonies of #C3CCD7
Complementary color
Monochromatic Colors of #C3CCD7
Black with #C3CCD7
Text Example
Text Example
White with #C3CCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CCD7; }
p { color: rgb(195,204,215); }
H1.HeaderClassName
{
color: #C3CCD7;
}
.AnyTagClassName
{
color: #C3CCD7;
}
</style>
background-color css
<style>
a { background-color: #C3CCD7; }
a { background-color: rgb(195,204,215); }
div.DivClassName
{
background-color: #C3CCD7;
}
.BgClassName
{
background-color: #C3CCD7;
}
</style>
border-color css
<style>
span { border-color: #C3CCD7; }
span { border-color: rgb(195,204,215); }
td.TdClassName
{
border-color: #C3CCD7;
}
.TagClassName
{
border-color: #C3CCD7;
}
</style>