Shades of Link Water #C6CDDA
Tints of Link Water #C6CDDA
RGB
CMYK
RGB Variations
Color information
#C6CDDA (or 0xC6CDDA) is known color: Link Water. HEX triplet: C6, CD and DA. RGB value is (198,205,218). Sum of RGB (Red+Green+Blue) = 198+205+218=621 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.88% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 218 - color contains mainly: blue. Hex color #C6CDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CDDA is #393225. Grayscale: #CCCCCC. Windows color (decimal): -3748390 or 14339526. OLE color: 14339526.
HSL color Cylindrical-coordinate representation of color #C6CDDA: hue angle of 219º 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 #C6CDDA is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 198 | 205 | 218 | - |
CMYK | 0.09 | 0.06 | 0 | 0.15 |
HSL | 219º | 0.21% | 0.82% | - |
HSV(B) | 219º | 0.09% | 0.85% | - |
XYZ | 57.77 | 60.73 | 75.01 | - |
YUV | 204.39 | 135.68 | 123.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 205 | 218 | 0.09 | 0.06 | 0 | 0.15 | 219 | 0.21 | 0.82 |
Hex | C6 | CD | DA | 9 | 6 | 0 | F | DB | 15 | 52 |
Octal | 306 | 315 | 332 | 11 | 6 | 0 | 17 | 333 | 25 | 122 |
Binary | 11000110 | 11001101 | 11011010 | 1001 | 110 | 0 | 1111 | 11011011 | 10101 | 1010010 |
Color Harmonies of #C6CDDA
Complementary color
Monochromatic Colors of #C6CDDA
Black with #C6CDDA
Text Example
Text Example
White with #C6CDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CDDA; }
p { color: rgb(198,205,218); }
H1.HeaderClassName
{
color: #C6CDDA;
}
.AnyTagClassName
{
color: #C6CDDA;
}
</style>
background-color css
<style>
a { background-color: #C6CDDA; }
a { background-color: rgb(198,205,218); }
div.DivClassName
{
background-color: #C6CDDA;
}
.BgClassName
{
background-color: #C6CDDA;
}
</style>
border-color css
<style>
span { border-color: #C6CDDA; }
span { border-color: rgb(198,205,218); }
td.TdClassName
{
border-color: #C6CDDA;
}
.TagClassName
{
border-color: #C6CDDA;
}
</style>