Shades of Link Water #C5CDDE
Tints of Link Water #C5CDDE
RGB
CMYK
RGB Variations
Color information
#C5CDDE (or 0xC5CDDE) is known color: Link Water. HEX triplet: C5, CD and DE. RGB value is (197,205,222). Sum of RGB (Red+Green+Blue) = 197+205+222=624 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.57% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 222 (87.11% from 255 or 35.58% from 624); Max value from RGB is 222 - color contains mainly: blue. Hex color #C5CDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CDDE is #3A3221. Grayscale: #CCCCCC. Windows color (decimal): -3813922 or 14601669. OLE color: 14601669.
HSL color Cylindrical-coordinate representation of color #C5CDDE: hue angle of 220.8º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5CDDE is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 205 | 222 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.13 |
| HSL | 220.8º | 0.27% | 0.82% | - |
| HSV(B) | 220.8º | 0.11% | 0.87% | - |
| XYZ | 58.04 | 60.81 | 77.79 | - |
| YUV | 204.55 | 137.85 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 205 | 222 | 0.11 | 0.08 | 0 | 0.13 | 220.8 | 0.27 | 0.82 |
| Hex | C5 | CD | DE | B | 8 | 0 | D | DD | 1B | 52 |
| Octal | 305 | 315 | 336 | 13 | 10 | 0 | 15 | 335 | 33 | 122 |
| Binary | 11000101 | 11001101 | 11011110 | 1011 | 1000 | 0 | 1101 | 11011101 | 11011 | 1010010 |
Color Harmonies of #C5CDDE
Complementary color
Monochromatic Colors of #C5CDDE
Black with #C5CDDE
Text Example
Text Example
White with #C5CDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CDDE; }
p { color: rgb(197,205,222); }
H1.HeaderClassName
{
color: #C5CDDE;
}
.AnyTagClassName
{
color: #C5CDDE;
}
</style>
background-color css
<style>
a { background-color: #C5CDDE; }
a { background-color: rgb(197,205,222); }
div.DivClassName
{
background-color: #C5CDDE;
}
.BgClassName
{
background-color: #C5CDDE;
}
</style>
border-color css
<style>
span { border-color: #C5CDDE; }
span { border-color: rgb(197,205,222); }
td.TdClassName
{
border-color: #C5CDDE;
}
.TagClassName
{
border-color: #C5CDDE;
}
</style>