Shades of Link Water #C1CEDF
Tints of Link Water #C1CEDF
RGB
CMYK
RGB Variations
Color information
#C1CEDF (or 0xC1CEDF) is known color: Link Water. HEX triplet: C1, CE and DF. RGB value is (193,206,223). Sum of RGB (Red+Green+Blue) = 193+206+223=622 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.03% from 622); Green value is 206 (80.86% from 255 or 33.12% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 223 - color contains mainly: blue. Hex color #C1CEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CEDF is #3E3120. Grayscale: #CBCBCB. Windows color (decimal): -4075809 or 14667457. OLE color: 14667457.
HSL color Cylindrical-coordinate representation of color #C1CEDF: hue angle of 214º 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 #C1CEDF is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 206 | 223 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.13 |
| HSL | 214º | 0.32% | 0.82% | - |
| HSV(B) | 214º | 0.13% | 0.87% | - |
| XYZ | 57.38 | 60.81 | 78.52 | - |
| YUV | 204.05 | 138.69 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 206 | 223 | 0.13 | 0.08 | 0 | 0.13 | 214 | 0.32 | 0.82 |
| Hex | C1 | CE | DF | D | 8 | 0 | D | D6 | 20 | 52 |
| Octal | 301 | 316 | 337 | 15 | 10 | 0 | 15 | 326 | 40 | 122 |
| Binary | 11000001 | 11001110 | 11011111 | 1101 | 1000 | 0 | 1101 | 11010110 | 100000 | 1010010 |
Color Harmonies of #C1CEDF
Complementary color
Monochromatic Colors of #C1CEDF
Black with #C1CEDF
Text Example
Text Example
White with #C1CEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CEDF; }
p { color: rgb(193,206,223); }
H1.HeaderClassName
{
color: #C1CEDF;
}
.AnyTagClassName
{
color: #C1CEDF;
}
</style>
background-color css
<style>
a { background-color: #C1CEDF; }
a { background-color: rgb(193,206,223); }
div.DivClassName
{
background-color: #C1CEDF;
}
.BgClassName
{
background-color: #C1CEDF;
}
</style>
border-color css
<style>
span { border-color: #C1CEDF; }
span { border-color: rgb(193,206,223); }
td.TdClassName
{
border-color: #C1CEDF;
}
.TagClassName
{
border-color: #C1CEDF;
}
</style>