Shades of Link Water #C7D6E1
Tints of Link Water #C7D6E1
RGB
CMYK
RGB Variations
Color information
#C7D6E1 (or 0xC7D6E1) is known color: Link Water. HEX triplet: C7, D6 and E1. RGB value is (199,214,225). Sum of RGB (Red+Green+Blue) = 199+214+225=638 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.19% from 638); Green value is 214 (83.98% from 255 or 33.54% from 638); Blue value is 225 (88.28% from 255 or 35.27% from 638); Max value from RGB is 225 - color contains mainly: blue. Hex color #C7D6E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D6E1 is #38291E. Grayscale: #D2D2D2. Windows color (decimal): -3680543 or 14800583. OLE color: 14800583.
HSL color Cylindrical-coordinate representation of color #C7D6E1: hue angle of 205.38º 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 #C7D6E1 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 214 | 225 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.12 |
| HSL | 205.38º | 0.3% | 0.83% | - |
| HSV(B) | 205.38º | 0.12% | 0.88% | - |
| XYZ | 61.19 | 65.67 | 80.68 | - |
| YUV | 210.77 | 136.03 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 214 | 225 | 0.12 | 0.05 | 0 | 0.12 | 205.38 | 0.3 | 0.83 |
| Hex | C7 | D6 | E1 | C | 5 | 0 | C | CD | 1E | 53 |
| Octal | 307 | 326 | 341 | 14 | 5 | 0 | 14 | 315 | 36 | 123 |
| Binary | 11000111 | 11010110 | 11100001 | 1100 | 101 | 0 | 1100 | 11001101 | 11110 | 1010011 |
Color Harmonies of #C7D6E1
Complementary color
Monochromatic Colors of #C7D6E1
Black with #C7D6E1
Text Example
Text Example
White with #C7D6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D6E1; }
p { color: rgb(199,214,225); }
H1.HeaderClassName
{
color: #C7D6E1;
}
.AnyTagClassName
{
color: #C7D6E1;
}
</style>
background-color css
<style>
a { background-color: #C7D6E1; }
a { background-color: rgb(199,214,225); }
div.DivClassName
{
background-color: #C7D6E1;
}
.BgClassName
{
background-color: #C7D6E1;
}
</style>
border-color css
<style>
span { border-color: #C7D6E1; }
span { border-color: rgb(199,214,225); }
td.TdClassName
{
border-color: #C7D6E1;
}
.TagClassName
{
border-color: #C7D6E1;
}
</style>