Shades of Link Water #C3CDD6
Tints of Link Water #C3CDD6
RGB
CMYK
RGB Variations
Color information
#C3CDD6 (or 0xC3CDD6) is known color: Link Water. HEX triplet: C3, CD and D6. RGB value is (195,205,214). Sum of RGB (Red+Green+Blue) = 195+205+214=614 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.76% from 614); Green value is 205 (80.47% from 255 or 33.39% from 614); Blue value is 214 (83.98% from 255 or 34.85% from 614); Max value from RGB is 214 - color contains mainly: blue. Hex color #C3CDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CDD6 is #3C3229. Grayscale: #CACACA. Windows color (decimal): -3945002 or 14077379. OLE color: 14077379.
HSL color Cylindrical-coordinate representation of color #C3CDD6: hue angle of 208.42º degrees, saturation: 0.19, 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 #C3CDD6 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 205 | 214 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.16 |
| HSL | 208.42º | 0.19% | 0.8% | - |
| HSV(B) | 208.42º | 0.09% | 0.84% | - |
| XYZ | 56.47 | 60.12 | 72.25 | - |
| YUV | 203.04 | 134.19 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 205 | 214 | 0.09 | 0.04 | 0 | 0.16 | 208.42 | 0.19 | 0.8 |
| Hex | C3 | CD | D6 | 9 | 4 | 0 | 10 | D0 | 13 | 50 |
| Octal | 303 | 315 | 326 | 11 | 4 | 0 | 20 | 320 | 23 | 120 |
| Binary | 11000011 | 11001101 | 11010110 | 1001 | 100 | 0 | 10000 | 11010000 | 10011 | 1010000 |
Color Harmonies of #C3CDD6
Complementary color
Monochromatic Colors of #C3CDD6
Black with #C3CDD6
Text Example
Text Example
White with #C3CDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CDD6; }
p { color: rgb(195,205,214); }
H1.HeaderClassName
{
color: #C3CDD6;
}
.AnyTagClassName
{
color: #C3CDD6;
}
</style>
background-color css
<style>
a { background-color: #C3CDD6; }
a { background-color: rgb(195,205,214); }
div.DivClassName
{
background-color: #C3CDD6;
}
.BgClassName
{
background-color: #C3CDD6;
}
</style>
border-color css
<style>
span { border-color: #C3CDD6; }
span { border-color: rgb(195,205,214); }
td.TdClassName
{
border-color: #C3CDD6;
}
.TagClassName
{
border-color: #C3CDD6;
}
</style>