Shades of Link Water #C5D4E0
Tints of Link Water #C5D4E0
RGB
CMYK
RGB Variations
Color information
#C5D4E0 (or 0xC5D4E0) is known color: Link Water. HEX triplet: C5, D4 and E0. RGB value is (197,212,224). Sum of RGB (Red+Green+Blue) = 197+212+224=633 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.12% from 633); Green value is 212 (83.20% from 255 or 33.49% from 633); Blue value is 224 (87.89% from 255 or 35.39% from 633); Max value from RGB is 224 - color contains mainly: blue. Hex color #C5D4E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D4E0 is #3A2B1F. Grayscale: #D0D0D0. Windows color (decimal): -3812128 or 14734533. OLE color: 14734533.
HSL color Cylindrical-coordinate representation of color #C5D4E0: hue angle of 206.67º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5D4E0 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 212 | 224 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.12 |
| HSL | 206.67º | 0.3% | 0.83% | - |
| HSV(B) | 206.67º | 0.12% | 0.88% | - |
| XYZ | 60.02 | 64.34 | 79.78 | - |
| YUV | 208.88 | 136.53 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 212 | 224 | 0.12 | 0.05 | 0 | 0.12 | 206.67 | 0.3 | 0.83 |
| Hex | C5 | D4 | E0 | C | 5 | 0 | C | CF | 1E | 53 |
| Octal | 305 | 324 | 340 | 14 | 5 | 0 | 14 | 317 | 36 | 123 |
| Binary | 11000101 | 11010100 | 11100000 | 1100 | 101 | 0 | 1100 | 11001111 | 11110 | 1010011 |
Color Harmonies of #C5D4E0
Complementary color
Monochromatic Colors of #C5D4E0
Black with #C5D4E0
Text Example
Text Example
White with #C5D4E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D4E0; }
p { color: rgb(197,212,224); }
H1.HeaderClassName
{
color: #C5D4E0;
}
.AnyTagClassName
{
color: #C5D4E0;
}
</style>
background-color css
<style>
a { background-color: #C5D4E0; }
a { background-color: rgb(197,212,224); }
div.DivClassName
{
background-color: #C5D4E0;
}
.BgClassName
{
background-color: #C5D4E0;
}
</style>
border-color css
<style>
span { border-color: #C5D4E0; }
span { border-color: rgb(197,212,224); }
td.TdClassName
{
border-color: #C5D4E0;
}
.TagClassName
{
border-color: #C5D4E0;
}
</style>