Shades of Link Water #C3CCD5
Tints of Link Water #C3CCD5
RGB
CMYK
RGB Variations
Color information
#C3CCD5 (or 0xC3CCD5) is known color: Link Water. HEX triplet: C3, CC and D5. RGB value is (195,204,213). Sum of RGB (Red+Green+Blue) = 195+204+213=612 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.86% from 612); Green value is 204 (80.08% from 255 or 33.33% from 612); Blue value is 213 (83.59% from 255 or 34.80% from 612); Max value from RGB is 213 - color contains mainly: blue. Hex color #C3CCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CCD5 is #3C332A. Grayscale: #CACACA. Windows color (decimal): -3945259 or 14011587. OLE color: 14011587.
HSL color Cylindrical-coordinate representation of color #C3CCD5: hue angle of 210º degrees, saturation: 0.18, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C3CCD5 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 204 | 213 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.16 |
| HSL | 210º | 0.18% | 0.8% | - |
| HSV(B) | 210º | 0.08% | 0.84% | - |
| XYZ | 56.11 | 59.59 | 71.5 | - |
| YUV | 202.34 | 134.02 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 204 | 213 | 0.08 | 0.04 | 0 | 0.16 | 210 | 0.18 | 0.8 |
| Hex | C3 | CC | D5 | 8 | 4 | 0 | 10 | D2 | 12 | 50 |
| Octal | 303 | 314 | 325 | 10 | 4 | 0 | 20 | 322 | 22 | 120 |
| Binary | 11000011 | 11001100 | 11010101 | 1000 | 100 | 0 | 10000 | 11010010 | 10010 | 1010000 |
Color Harmonies of #C3CCD5
Complementary color
Monochromatic Colors of #C3CCD5
Black with #C3CCD5
Text Example
Text Example
White with #C3CCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CCD5; }
p { color: rgb(195,204,213); }
H1.HeaderClassName
{
color: #C3CCD5;
}
.AnyTagClassName
{
color: #C3CCD5;
}
</style>
background-color css
<style>
a { background-color: #C3CCD5; }
a { background-color: rgb(195,204,213); }
div.DivClassName
{
background-color: #C3CCD5;
}
.BgClassName
{
background-color: #C3CCD5;
}
</style>
border-color css
<style>
span { border-color: #C3CCD5; }
span { border-color: rgb(195,204,213); }
td.TdClassName
{
border-color: #C3CCD5;
}
.TagClassName
{
border-color: #C3CCD5;
}
</style>