Shades of Link Water #C5D2DC
Tints of Link Water #C5D2DC
RGB
CMYK
RGB Variations
Color information
#C5D2DC (or 0xC5D2DC) is known color: Link Water. HEX triplet: C5, D2 and DC. RGB value is (197,210,220). Sum of RGB (Red+Green+Blue) = 197+210+220=627 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.42% from 627); Green value is 210 (82.42% from 255 or 33.49% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5D2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D2DC is #3A2D23. Grayscale: #CFCFCF. Windows color (decimal): -3812644 or 14471877. OLE color: 14471877.
HSL color Cylindrical-coordinate representation of color #C5D2DC: hue angle of 206.09º degrees, saturation: 0.25, 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 #C5D2DC is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 210 | 220 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.14 |
| HSL | 206.09º | 0.25% | 0.82% | - |
| HSV(B) | 206.09º | 0.1% | 0.86% | - |
| XYZ | 58.99 | 63.13 | 76.79 | - |
| YUV | 207.25 | 135.19 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 210 | 220 | 0.10 | 0.05 | 0 | 0.14 | 206.09 | 0.25 | 0.82 |
| Hex | C5 | D2 | DC | A | 5 | 0 | E | CE | 19 | 52 |
| Octal | 305 | 322 | 334 | 12 | 5 | 0 | 16 | 316 | 31 | 122 |
| Binary | 11000101 | 11010010 | 11011100 | 1010 | 101 | 0 | 1110 | 11001110 | 11001 | 1010010 |
Color Harmonies of #C5D2DC
Complementary color
Monochromatic Colors of #C5D2DC
Black with #C5D2DC
Text Example
Text Example
White with #C5D2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D2DC; }
p { color: rgb(197,210,220); }
H1.HeaderClassName
{
color: #C5D2DC;
}
.AnyTagClassName
{
color: #C5D2DC;
}
</style>
background-color css
<style>
a { background-color: #C5D2DC; }
a { background-color: rgb(197,210,220); }
div.DivClassName
{
background-color: #C5D2DC;
}
.BgClassName
{
background-color: #C5D2DC;
}
</style>
border-color css
<style>
span { border-color: #C5D2DC; }
span { border-color: rgb(197,210,220); }
td.TdClassName
{
border-color: #C5D2DC;
}
.TagClassName
{
border-color: #C5D2DC;
}
</style>