Shades of Link Water #C6CDDD
Tints of Link Water #C6CDDD
RGB
CMYK
RGB Variations
Color information
#C6CDDD (or 0xC6CDDD) is known color: Link Water. HEX triplet: C6, CD and DD. RGB value is (198,205,221). Sum of RGB (Red+Green+Blue) = 198+205+221=624 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.73% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 221 - color contains mainly: blue. Hex color #C6CDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CDDD is #393222. Grayscale: #CCCCCC. Windows color (decimal): -3748387 or 14536134. OLE color: 14536134.
HSL color Cylindrical-coordinate representation of color #C6CDDD: hue angle of 221.74º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6CDDD is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 198 | 205 | 221 | - |
CMYK | 0.10 | 0.07 | 0 | 0.13 |
HSL | 221.74º | 0.25% | 0.82% | - |
HSV(B) | 221.74º | 0.1% | 0.87% | - |
XYZ | 58.17 | 60.89 | 77.09 | - |
YUV | 204.73 | 137.18 | 123.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 205 | 221 | 0.10 | 0.07 | 0 | 0.13 | 221.74 | 0.25 | 0.82 |
Hex | C6 | CD | DD | A | 7 | 0 | D | DE | 19 | 52 |
Octal | 306 | 315 | 335 | 12 | 7 | 0 | 15 | 336 | 31 | 122 |
Binary | 11000110 | 11001101 | 11011101 | 1010 | 111 | 0 | 1101 | 11011110 | 11001 | 1010010 |
Color Harmonies of #C6CDDD
Complementary color
Monochromatic Colors of #C6CDDD
Black with #C6CDDD
Text Example
Text Example
White with #C6CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CDDD; }
p { color: rgb(198,205,221); }
H1.HeaderClassName
{
color: #C6CDDD;
}
.AnyTagClassName
{
color: #C6CDDD;
}
</style>
background-color css
<style>
a { background-color: #C6CDDD; }
a { background-color: rgb(198,205,221); }
div.DivClassName
{
background-color: #C6CDDD;
}
.BgClassName
{
background-color: #C6CDDD;
}
</style>
border-color css
<style>
span { border-color: #C6CDDD; }
span { border-color: rgb(198,205,221); }
td.TdClassName
{
border-color: #C6CDDD;
}
.TagClassName
{
border-color: #C6CDDD;
}
</style>