Shades of Link Water #C3CBD6
Tints of Link Water #C3CBD6
RGB
CMYK
RGB Variations
Color information
#C3CBD6 (or 0xC3CBD6) is known color: Link Water. HEX triplet: C3, CB and D6. RGB value is (195,203,214). Sum of RGB (Red+Green+Blue) = 195+203+214=612 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.86% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 214 (83.98% from 255 or 34.97% from 612); Max value from RGB is 214 - color contains mainly: blue. Hex color #C3CBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CBD6 is #3C3429. Grayscale: #C9C9C9. Windows color (decimal): -3945514 or 14076867. OLE color: 14076867.
HSL color Cylindrical-coordinate representation of color #C3CBD6: hue angle of 214.74º 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 #C3CBD6 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 203 | 214 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.16 |
| HSL | 214.74º | 0.19% | 0.8% | - |
| HSV(B) | 214.74º | 0.09% | 0.84% | - |
| XYZ | 56 | 59.17 | 72.09 | - |
| YUV | 201.86 | 134.85 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 203 | 214 | 0.09 | 0.05 | 0 | 0.16 | 214.74 | 0.19 | 0.8 |
| Hex | C3 | CB | D6 | 9 | 5 | 0 | 10 | D7 | 13 | 50 |
| Octal | 303 | 313 | 326 | 11 | 5 | 0 | 20 | 327 | 23 | 120 |
| Binary | 11000011 | 11001011 | 11010110 | 1001 | 101 | 0 | 10000 | 11010111 | 10011 | 1010000 |
Color Harmonies of #C3CBD6
Complementary color
Monochromatic Colors of #C3CBD6
Black with #C3CBD6
Text Example
Text Example
White with #C3CBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CBD6; }
p { color: rgb(195,203,214); }
H1.HeaderClassName
{
color: #C3CBD6;
}
.AnyTagClassName
{
color: #C3CBD6;
}
</style>
background-color css
<style>
a { background-color: #C3CBD6; }
a { background-color: rgb(195,203,214); }
div.DivClassName
{
background-color: #C3CBD6;
}
.BgClassName
{
background-color: #C3CBD6;
}
</style>
border-color css
<style>
span { border-color: #C3CBD6; }
span { border-color: rgb(195,203,214); }
td.TdClassName
{
border-color: #C3CBD6;
}
.TagClassName
{
border-color: #C3CBD6;
}
</style>