Shades of Link Water #C1CDDF
Tints of Link Water #C1CDDF
RGB
CMYK
RGB Variations
Color information
#C1CDDF (or 0xC1CDDF) is known color: Link Water. HEX triplet: C1, CD and DF. RGB value is (193,205,223). Sum of RGB (Red+Green+Blue) = 193+205+223=621 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.08% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 223 - color contains mainly: blue. Hex color #C1CDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CDDF is #3E3220. Grayscale: #CBCBCB. Windows color (decimal): -4076065 or 14667201. OLE color: 14667201.
HSL color Cylindrical-coordinate representation of color #C1CDDF: hue angle of 216º degrees, saturation: 0.32, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1CDDF is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 205 | 223 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.13 |
| HSL | 216º | 0.32% | 0.82% | - |
| HSV(B) | 216º | 0.13% | 0.87% | - |
| XYZ | 57.14 | 60.33 | 78.44 | - |
| YUV | 203.46 | 139.02 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 205 | 223 | 0.13 | 0.08 | 0 | 0.13 | 216 | 0.32 | 0.82 |
| Hex | C1 | CD | DF | D | 8 | 0 | D | D8 | 20 | 52 |
| Octal | 301 | 315 | 337 | 15 | 10 | 0 | 15 | 330 | 40 | 122 |
| Binary | 11000001 | 11001101 | 11011111 | 1101 | 1000 | 0 | 1101 | 11011000 | 100000 | 1010010 |
Color Harmonies of #C1CDDF
Complementary color
Monochromatic Colors of #C1CDDF
Black with #C1CDDF
Text Example
Text Example
White with #C1CDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CDDF; }
p { color: rgb(193,205,223); }
H1.HeaderClassName
{
color: #C1CDDF;
}
.AnyTagClassName
{
color: #C1CDDF;
}
</style>
background-color css
<style>
a { background-color: #C1CDDF; }
a { background-color: rgb(193,205,223); }
div.DivClassName
{
background-color: #C1CDDF;
}
.BgClassName
{
background-color: #C1CDDF;
}
</style>
border-color css
<style>
span { border-color: #C1CDDF; }
span { border-color: rgb(193,205,223); }
td.TdClassName
{
border-color: #C1CDDF;
}
.TagClassName
{
border-color: #C1CDDF;
}
</style>