Shades of Link Water #C6CBDA
Tints of Link Water #C6CBDA
RGB
CMYK
RGB Variations
Color information
#C6CBDA (or 0xC6CBDA) is known color: Link Water. HEX triplet: C6, CB and DA. RGB value is (198,203,218). Sum of RGB (Red+Green+Blue) = 198+203+218=619 (81% of max value = 765). Red value is 198 (77.73% from 255 or 31.99% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 218 - color contains mainly: blue. Hex color #C6CBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CBDA is #393425. Grayscale: #CBCBCB. Windows color (decimal): -3748902 or 14339014. OLE color: 14339014.
HSL color Cylindrical-coordinate representation of color #C6CBDA: hue angle of 225º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C6CBDA is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 203 | 218 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.15 |
| HSL | 225º | 0.21% | 0.82% | - |
| HSV(B) | 225º | 0.09% | 0.85% | - |
| XYZ | 57.3 | 59.78 | 74.85 | - |
| YUV | 203.22 | 136.34 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 203 | 218 | 0.09 | 0.07 | 0 | 0.15 | 225 | 0.21 | 0.82 |
| Hex | C6 | CB | DA | 9 | 7 | 0 | F | E1 | 15 | 52 |
| Octal | 306 | 313 | 332 | 11 | 7 | 0 | 17 | 341 | 25 | 122 |
| Binary | 11000110 | 11001011 | 11011010 | 1001 | 111 | 0 | 1111 | 11100001 | 10101 | 1010010 |
Color Harmonies of #C6CBDA
Complementary color
Monochromatic Colors of #C6CBDA
Black with #C6CBDA
Text Example
Text Example
White with #C6CBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CBDA; }
p { color: rgb(198,203,218); }
H1.HeaderClassName
{
color: #C6CBDA;
}
.AnyTagClassName
{
color: #C6CBDA;
}
</style>
background-color css
<style>
a { background-color: #C6CBDA; }
a { background-color: rgb(198,203,218); }
div.DivClassName
{
background-color: #C6CBDA;
}
.BgClassName
{
background-color: #C6CBDA;
}
</style>
border-color css
<style>
span { border-color: #C6CBDA; }
span { border-color: rgb(198,203,218); }
td.TdClassName
{
border-color: #C6CBDA;
}
.TagClassName
{
border-color: #C6CBDA;
}
</style>