Shades of Link Water #C3CBD8
Tints of Link Water #C3CBD8
RGB
CMYK
RGB Variations
Color information
#C3CBD8 (or 0xC3CBD8) is known color: Link Water. HEX triplet: C3, CB and D8. RGB value is (195,203,216). Sum of RGB (Red+Green+Blue) = 195+203+216=614 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.76% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 216 (84.77% from 255 or 35.18% from 614); Max value from RGB is 216 - color contains mainly: blue. Hex color #C3CBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CBD8 is #3C3427. Grayscale: #CACACA. Windows color (decimal): -3945512 or 14207939. OLE color: 14207939.
HSL color Cylindrical-coordinate representation of color #C3CBD8: hue angle of 217.14º degrees, saturation: 0.21, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3CBD8 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 203 | 216 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.15 |
| HSL | 217.14º | 0.21% | 0.81% | - |
| HSV(B) | 217.14º | 0.1% | 0.85% | - |
| XYZ | 56.26 | 59.27 | 73.44 | - |
| YUV | 202.09 | 135.85 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 203 | 216 | 0.10 | 0.06 | 0 | 0.15 | 217.14 | 0.21 | 0.81 |
| Hex | C3 | CB | D8 | A | 6 | 0 | F | D9 | 15 | 51 |
| Octal | 303 | 313 | 330 | 12 | 6 | 0 | 17 | 331 | 25 | 121 |
| Binary | 11000011 | 11001011 | 11011000 | 1010 | 110 | 0 | 1111 | 11011001 | 10101 | 1010001 |
Color Harmonies of #C3CBD8
Complementary color
Monochromatic Colors of #C3CBD8
Black with #C3CBD8
Text Example
Text Example
White with #C3CBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CBD8; }
p { color: rgb(195,203,216); }
H1.HeaderClassName
{
color: #C3CBD8;
}
.AnyTagClassName
{
color: #C3CBD8;
}
</style>
background-color css
<style>
a { background-color: #C3CBD8; }
a { background-color: rgb(195,203,216); }
div.DivClassName
{
background-color: #C3CBD8;
}
.BgClassName
{
background-color: #C3CBD8;
}
</style>
border-color css
<style>
span { border-color: #C3CBD8; }
span { border-color: rgb(195,203,216); }
td.TdClassName
{
border-color: #C3CBD8;
}
.TagClassName
{
border-color: #C3CBD8;
}
</style>