Shades of Link Water #C6CED3
Tints of Link Water #C6CED3
RGB
CMYK
RGB Variations
Color information
#C6CED3 (or 0xC6CED3) is known color: Link Water. HEX triplet: C6, CE and D3. RGB value is (198,206,211). Sum of RGB (Red+Green+Blue) = 198+206+211=615 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.20% from 615); Green value is 206 (80.86% from 255 or 33.50% from 615); Blue value is 211 (82.81% from 255 or 34.31% from 615); Max value from RGB is 211 - color contains mainly: blue. Hex color #C6CED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CED3 is #39312C. Grayscale: #CCCCCC. Windows color (decimal): -3748141 or 13881030. OLE color: 13881030.
HSL color Cylindrical-coordinate representation of color #C6CED3: hue angle of 203.08º degrees, saturation: 0.13, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C6CED3 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 206 | 211 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.17 |
| HSL | 203.08º | 0.13% | 0.8% | - |
| HSV(B) | 203.08º | 0.06% | 0.83% | - |
| XYZ | 57.12 | 60.85 | 70.36 | - |
| YUV | 204.18 | 131.85 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 206 | 211 | 0.06 | 0.02 | 0 | 0.17 | 203.08 | 0.13 | 0.8 |
| Hex | C6 | CE | D3 | 6 | 2 | 0 | 11 | CB | D | 50 |
| Octal | 306 | 316 | 323 | 6 | 2 | 0 | 21 | 313 | 15 | 120 |
| Binary | 11000110 | 11001110 | 11010011 | 110 | 10 | 0 | 10001 | 11001011 | 1101 | 1010000 |
Color Harmonies of #C6CED3
Complementary color
Monochromatic Colors of #C6CED3
Black with #C6CED3
Text Example
Text Example
White with #C6CED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CED3; }
p { color: rgb(198,206,211); }
H1.HeaderClassName
{
color: #C6CED3;
}
.AnyTagClassName
{
color: #C6CED3;
}
</style>
background-color css
<style>
a { background-color: #C6CED3; }
a { background-color: rgb(198,206,211); }
div.DivClassName
{
background-color: #C6CED3;
}
.BgClassName
{
background-color: #C6CED3;
}
</style>
border-color css
<style>
span { border-color: #C6CED3; }
span { border-color: rgb(198,206,211); }
td.TdClassName
{
border-color: #C6CED3;
}
.TagClassName
{
border-color: #C6CED3;
}
</style>