Shades of Link Water #C5D2DB
Tints of Link Water #C5D2DB
RGB
CMYK
RGB Variations
Color information
#C5D2DB (or 0xC5D2DB) is known color: Link Water. HEX triplet: C5, D2 and DB. RGB value is (197,210,219). Sum of RGB (Red+Green+Blue) = 197+210+219=626 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.47% from 626); Green value is 210 (82.42% from 255 or 33.55% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 219 - color contains mainly: blue. Hex color #C5D2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D2DB is #3A2D24. Grayscale: #CFCFCF. Windows color (decimal): -3812645 or 14406341. OLE color: 14406341.
HSL color Cylindrical-coordinate representation of color #C5D2DB: hue angle of 204.55º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5D2DB is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 210 | 219 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.14 |
| HSL | 204.55º | 0.23% | 0.82% | - |
| HSV(B) | 204.55º | 0.1% | 0.86% | - |
| XYZ | 58.86 | 63.08 | 76.09 | - |
| YUV | 207.14 | 134.69 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 210 | 219 | 0.10 | 0.04 | 0 | 0.14 | 204.55 | 0.23 | 0.82 |
| Hex | C5 | D2 | DB | A | 4 | 0 | E | CD | 17 | 52 |
| Octal | 305 | 322 | 333 | 12 | 4 | 0 | 16 | 315 | 27 | 122 |
| Binary | 11000101 | 11010010 | 11011011 | 1010 | 100 | 0 | 1110 | 11001101 | 10111 | 1010010 |
Color Harmonies of #C5D2DB
Complementary color
Monochromatic Colors of #C5D2DB
Black with #C5D2DB
Text Example
Text Example
White with #C5D2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D2DB; }
p { color: rgb(197,210,219); }
H1.HeaderClassName
{
color: #C5D2DB;
}
.AnyTagClassName
{
color: #C5D2DB;
}
</style>
background-color css
<style>
a { background-color: #C5D2DB; }
a { background-color: rgb(197,210,219); }
div.DivClassName
{
background-color: #C5D2DB;
}
.BgClassName
{
background-color: #C5D2DB;
}
</style>
border-color css
<style>
span { border-color: #C5D2DB; }
span { border-color: rgb(197,210,219); }
td.TdClassName
{
border-color: #C5D2DB;
}
.TagClassName
{
border-color: #C5D2DB;
}
</style>