Shades of Link Water #C5CDD3
Tints of Link Water #C5CDD3
RGB
CMYK
RGB Variations
Color information
#C5CDD3 (or 0xC5CDD3) is known color: Link Water. HEX triplet: C5, CD and D3. RGB value is (197,205,211). Sum of RGB (Red+Green+Blue) = 197+205+211=613 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.14% from 613); Green value is 205 (80.47% from 255 or 33.44% from 613); Blue value is 211 (82.81% from 255 or 34.42% from 613); Max value from RGB is 211 - color contains mainly: blue. Hex color #C5CDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CDD3 is #3A322C. Grayscale: #CBCBCB. Windows color (decimal): -3813933 or 13880773. OLE color: 13880773.
HSL color Cylindrical-coordinate representation of color #C5CDD3: hue angle of 205.71º degrees, saturation: 0.14, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C5CDD3 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 205 | 211 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.17 |
| HSL | 205.71º | 0.14% | 0.8% | - |
| HSV(B) | 205.71º | 0.07% | 0.83% | - |
| XYZ | 56.62 | 60.24 | 70.27 | - |
| YUV | 203.29 | 132.35 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 205 | 211 | 0.07 | 0.03 | 0 | 0.17 | 205.71 | 0.14 | 0.8 |
| Hex | C5 | CD | D3 | 7 | 3 | 0 | 11 | CE | E | 50 |
| Octal | 305 | 315 | 323 | 7 | 3 | 0 | 21 | 316 | 16 | 120 |
| Binary | 11000101 | 11001101 | 11010011 | 111 | 11 | 0 | 10001 | 11001110 | 1110 | 1010000 |
Color Harmonies of #C5CDD3
Complementary color
Monochromatic Colors of #C5CDD3
Black with #C5CDD3
Text Example
Text Example
White with #C5CDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CDD3; }
p { color: rgb(197,205,211); }
H1.HeaderClassName
{
color: #C5CDD3;
}
.AnyTagClassName
{
color: #C5CDD3;
}
</style>
background-color css
<style>
a { background-color: #C5CDD3; }
a { background-color: rgb(197,205,211); }
div.DivClassName
{
background-color: #C5CDD3;
}
.BgClassName
{
background-color: #C5CDD3;
}
</style>
border-color css
<style>
span { border-color: #C5CDD3; }
span { border-color: rgb(197,205,211); }
td.TdClassName
{
border-color: #C5CDD3;
}
.TagClassName
{
border-color: #C5CDD3;
}
</style>