Shades of Link Water #C4CBD5
Tints of Link Water #C4CBD5
RGB
CMYK
RGB Variations
Color information
#C4CBD5 (or 0xC4CBD5) is known color: Link Water. HEX triplet: C4, CB and D5. RGB value is (196,203,213). Sum of RGB (Red+Green+Blue) = 196+203+213=612 (81% of max value = 765). Red value is 196 (76.95% from 255 or 32.03% from 612); Green value is 203 (79.69% from 255 or 33.17% 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 #C4CBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CBD5 is #3B342A. Grayscale: #CACACA. Windows color (decimal): -3879979 or 14011332. OLE color: 14011332.
HSL color Cylindrical-coordinate representation of color #C4CBD5: hue angle of 215.29º degrees, saturation: 0.17, 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 #C4CBD5 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 203 | 213 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.16 |
| HSL | 215.29º | 0.17% | 0.8% | - |
| HSV(B) | 215.29º | 0.08% | 0.84% | - |
| XYZ | 56.13 | 59.25 | 71.43 | - |
| YUV | 202.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 203 | 213 | 0.08 | 0.05 | 0 | 0.16 | 215.29 | 0.17 | 0.8 |
| Hex | C4 | CB | D5 | 8 | 5 | 0 | 10 | D7 | 11 | 50 |
| Octal | 304 | 313 | 325 | 10 | 5 | 0 | 20 | 327 | 21 | 120 |
| Binary | 11000100 | 11001011 | 11010101 | 1000 | 101 | 0 | 10000 | 11010111 | 10001 | 1010000 |
Color Harmonies of #C4CBD5
Complementary color
Monochromatic Colors of #C4CBD5
Black with #C4CBD5
Text Example
Text Example
White with #C4CBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CBD5; }
p { color: rgb(196,203,213); }
H1.HeaderClassName
{
color: #C4CBD5;
}
.AnyTagClassName
{
color: #C4CBD5;
}
</style>
background-color css
<style>
a { background-color: #C4CBD5; }
a { background-color: rgb(196,203,213); }
div.DivClassName
{
background-color: #C4CBD5;
}
.BgClassName
{
background-color: #C4CBD5;
}
</style>
border-color css
<style>
span { border-color: #C4CBD5; }
span { border-color: rgb(196,203,213); }
td.TdClassName
{
border-color: #C4CBD5;
}
.TagClassName
{
border-color: #C4CBD5;
}
</style>