Shades of Link Water #C6D0E1
Tints of Link Water #C6D0E1
RGB
CMYK
RGB Variations
Color information
#C6D0E1 (or 0xC6D0E1) is known color: Link Water. HEX triplet: C6, D0 and E1. RGB value is (198,208,225). Sum of RGB (Red+Green+Blue) = 198+208+225=631 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.38% from 631); Green value is 208 (81.64% from 255 or 32.96% from 631); Blue value is 225 (88.28% from 255 or 35.66% from 631); Max value from RGB is 225 - color contains mainly: blue. Hex color #C6D0E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D0E1 is #392F1E. Grayscale: #CECECE. Windows color (decimal): -3747615 or 14799046. OLE color: 14799046.
HSL color Cylindrical-coordinate representation of color #C6D0E1: hue angle of 217.78º degrees, saturation: 0.31, 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 #C6D0E1 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 208 | 225 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.12 |
| HSL | 217.78º | 0.31% | 0.83% | - |
| HSV(B) | 217.78º | 0.12% | 0.88% | - |
| XYZ | 59.44 | 62.55 | 80.18 | - |
| YUV | 206.95 | 138.19 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 208 | 225 | 0.12 | 0.08 | 0 | 0.12 | 217.78 | 0.31 | 0.83 |
| Hex | C6 | D0 | E1 | C | 8 | 0 | C | DA | 1F | 53 |
| Octal | 306 | 320 | 341 | 14 | 10 | 0 | 14 | 332 | 37 | 123 |
| Binary | 11000110 | 11010000 | 11100001 | 1100 | 1000 | 0 | 1100 | 11011010 | 11111 | 1010011 |
Color Harmonies of #C6D0E1
Complementary color
Monochromatic Colors of #C6D0E1
Black with #C6D0E1
Text Example
Text Example
White with #C6D0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D0E1; }
p { color: rgb(198,208,225); }
H1.HeaderClassName
{
color: #C6D0E1;
}
.AnyTagClassName
{
color: #C6D0E1;
}
</style>
background-color css
<style>
a { background-color: #C6D0E1; }
a { background-color: rgb(198,208,225); }
div.DivClassName
{
background-color: #C6D0E1;
}
.BgClassName
{
background-color: #C6D0E1;
}
</style>
border-color css
<style>
span { border-color: #C6D0E1; }
span { border-color: rgb(198,208,225); }
td.TdClassName
{
border-color: #C6D0E1;
}
.TagClassName
{
border-color: #C6D0E1;
}
</style>