Shades of Link Water #C5CDDC
Tints of Link Water #C5CDDC
RGB
CMYK
RGB Variations
Color information
#C5CDDC (or 0xC5CDDC) is known color: Link Water. HEX triplet: C5, CD and DC. RGB value is (197,205,220). Sum of RGB (Red+Green+Blue) = 197+205+220=622 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.67% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5CDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CDDC is #3A3223. Grayscale: #CCCCCC. Windows color (decimal): -3813924 or 14470597. OLE color: 14470597.
HSL color Cylindrical-coordinate representation of color #C5CDDC: hue angle of 219.13º 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 #C5CDDC is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 205 | 220 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.14 |
| HSL | 219.13º | 0.25% | 0.82% | - |
| HSV(B) | 219.13º | 0.1% | 0.86% | - |
| XYZ | 57.78 | 60.7 | 76.38 | - |
| YUV | 204.32 | 136.85 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 205 | 220 | 0.10 | 0.07 | 0 | 0.14 | 219.13 | 0.25 | 0.82 |
| Hex | C5 | CD | DC | A | 7 | 0 | E | DB | 19 | 52 |
| Octal | 305 | 315 | 334 | 12 | 7 | 0 | 16 | 333 | 31 | 122 |
| Binary | 11000101 | 11001101 | 11011100 | 1010 | 111 | 0 | 1110 | 11011011 | 11001 | 1010010 |
Color Harmonies of #C5CDDC
Complementary color
Monochromatic Colors of #C5CDDC
Black with #C5CDDC
Text Example
Text Example
White with #C5CDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CDDC; }
p { color: rgb(197,205,220); }
H1.HeaderClassName
{
color: #C5CDDC;
}
.AnyTagClassName
{
color: #C5CDDC;
}
</style>
background-color css
<style>
a { background-color: #C5CDDC; }
a { background-color: rgb(197,205,220); }
div.DivClassName
{
background-color: #C5CDDC;
}
.BgClassName
{
background-color: #C5CDDC;
}
</style>
border-color css
<style>
span { border-color: #C5CDDC; }
span { border-color: rgb(197,205,220); }
td.TdClassName
{
border-color: #C5CDDC;
}
.TagClassName
{
border-color: #C5CDDC;
}
</style>