Shades of Link Water #C8CBD5
Tints of Link Water #C8CBD5
RGB
CMYK
RGB Variations
Color information
#C8CBD5 (or 0xC8CBD5) is known color: Link Water. HEX triplet: C8, CB and D5. RGB value is (200,203,213). Sum of RGB (Red+Green+Blue) = 200+203+213=616 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.47% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 213 (83.59% from 255 or 34.58% from 616); Max value from RGB is 213 - color contains mainly: blue. Hex color #C8CBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CBD5 is #37342A. Grayscale: #CBCBCB. Windows color (decimal): -3617835 or 14011336. OLE color: 14011336.
HSL color Cylindrical-coordinate representation of color #C8CBD5: hue angle of 226.15º degrees, saturation: 0.13, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C8CBD5 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 203 | 213 | - |
| CMYK | 0.06 | 0.05 | 0 | 0.16 |
| HSL | 226.15º | 0.13% | 0.81% | - |
| HSV(B) | 226.15º | 0.06% | 0.84% | - |
| XYZ | 57.19 | 59.8 | 71.48 | - |
| YUV | 203.24 | 133.51 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 203 | 213 | 0.06 | 0.05 | 0 | 0.16 | 226.15 | 0.13 | 0.81 |
| Hex | C8 | CB | D5 | 6 | 5 | 0 | 10 | E2 | D | 51 |
| Octal | 310 | 313 | 325 | 6 | 5 | 0 | 20 | 342 | 15 | 121 |
| Binary | 11001000 | 11001011 | 11010101 | 110 | 101 | 0 | 10000 | 11100010 | 1101 | 1010001 |
Color Harmonies of #C8CBD5
Complementary color
Monochromatic Colors of #C8CBD5
Black with #C8CBD5
Text Example
Text Example
White with #C8CBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CBD5; }
p { color: rgb(200,203,213); }
H1.HeaderClassName
{
color: #C8CBD5;
}
.AnyTagClassName
{
color: #C8CBD5;
}
</style>
background-color css
<style>
a { background-color: #C8CBD5; }
a { background-color: rgb(200,203,213); }
div.DivClassName
{
background-color: #C8CBD5;
}
.BgClassName
{
background-color: #C8CBD5;
}
</style>
border-color css
<style>
span { border-color: #C8CBD5; }
span { border-color: rgb(200,203,213); }
td.TdClassName
{
border-color: #C8CBD5;
}
.TagClassName
{
border-color: #C8CBD5;
}
</style>