Shades of Link Water #C1CFDA
Tints of Link Water #C1CFDA
RGB
CMYK
RGB Variations
Color information
#C1CFDA (or 0xC1CFDA) is known color: Link Water. HEX triplet: C1, CF and DA. RGB value is (193,207,218). Sum of RGB (Red+Green+Blue) = 193+207+218=618 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.23% from 618); Green value is 207 (81.25% from 255 or 33.50% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 218 - color contains mainly: blue. Hex color #C1CFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CFDA is #3E3025. Grayscale: #CCCCCC. Windows color (decimal): -4075558 or 14340033. OLE color: 14340033.
HSL color Cylindrical-coordinate representation of color #C1CFDA: hue angle of 206.4º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1CFDA is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 207 | 218 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.15 |
| HSL | 206.4º | 0.25% | 0.81% | - |
| HSV(B) | 206.4º | 0.11% | 0.85% | - |
| XYZ | 56.96 | 61.03 | 75.11 | - |
| YUV | 204.07 | 135.86 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 207 | 218 | 0.11 | 0.05 | 0 | 0.15 | 206.4 | 0.25 | 0.81 |
| Hex | C1 | CF | DA | B | 5 | 0 | F | CE | 19 | 51 |
| Octal | 301 | 317 | 332 | 13 | 5 | 0 | 17 | 316 | 31 | 121 |
| Binary | 11000001 | 11001111 | 11011010 | 1011 | 101 | 0 | 1111 | 11001110 | 11001 | 1010001 |
Color Harmonies of #C1CFDA
Complementary color
Monochromatic Colors of #C1CFDA
Black with #C1CFDA
Text Example
Text Example
White with #C1CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CFDA; }
p { color: rgb(193,207,218); }
H1.HeaderClassName
{
color: #C1CFDA;
}
.AnyTagClassName
{
color: #C1CFDA;
}
</style>
background-color css
<style>
a { background-color: #C1CFDA; }
a { background-color: rgb(193,207,218); }
div.DivClassName
{
background-color: #C1CFDA;
}
.BgClassName
{
background-color: #C1CFDA;
}
</style>
border-color css
<style>
span { border-color: #C1CFDA; }
span { border-color: rgb(193,207,218); }
td.TdClassName
{
border-color: #C1CFDA;
}
.TagClassName
{
border-color: #C1CFDA;
}
</style>