Shades of Link Water #C5CFE0
Tints of Link Water #C5CFE0
RGB
CMYK
RGB Variations
Color information
#C5CFE0 (or 0xC5CFE0) is known color: Link Water. HEX triplet: C5, CF and E0. RGB value is (197,207,224). Sum of RGB (Red+Green+Blue) = 197+207+224=628 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.37% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 224 (87.89% from 255 or 35.67% from 628); Max value from RGB is 224 - color contains mainly: blue. Hex color #C5CFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CFE0 is #3A301F. Grayscale: #CDCDCD. Windows color (decimal): -3813408 or 14733253. OLE color: 14733253.
HSL color Cylindrical-coordinate representation of color #C5CFE0: hue angle of 217.78º 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 #C5CFE0 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 207 | 224 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.12 |
| HSL | 217.78º | 0.3% | 0.83% | - |
| HSV(B) | 217.78º | 0.12% | 0.88% | - |
| XYZ | 58.79 | 61.88 | 79.37 | - |
| YUV | 205.95 | 138.19 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 207 | 224 | 0.12 | 0.08 | 0 | 0.12 | 217.78 | 0.3 | 0.83 |
| Hex | C5 | CF | E0 | C | 8 | 0 | C | DA | 1E | 53 |
| Octal | 305 | 317 | 340 | 14 | 10 | 0 | 14 | 332 | 36 | 123 |
| Binary | 11000101 | 11001111 | 11100000 | 1100 | 1000 | 0 | 1100 | 11011010 | 11110 | 1010011 |
Color Harmonies of #C5CFE0
Complementary color
Monochromatic Colors of #C5CFE0
Black with #C5CFE0
Text Example
Text Example
White with #C5CFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CFE0; }
p { color: rgb(197,207,224); }
H1.HeaderClassName
{
color: #C5CFE0;
}
.AnyTagClassName
{
color: #C5CFE0;
}
</style>
background-color css
<style>
a { background-color: #C5CFE0; }
a { background-color: rgb(197,207,224); }
div.DivClassName
{
background-color: #C5CFE0;
}
.BgClassName
{
background-color: #C5CFE0;
}
</style>
border-color css
<style>
span { border-color: #C5CFE0; }
span { border-color: rgb(197,207,224); }
td.TdClassName
{
border-color: #C5CFE0;
}
.TagClassName
{
border-color: #C5CFE0;
}
</style>