Shades of Link Water #C1CEDC
Tints of Link Water #C1CEDC
RGB
CMYK
RGB Variations
Color information
#C1CEDC (or 0xC1CEDC) is known color: Link Water. HEX triplet: C1, CE and DC. RGB value is (193,206,220). Sum of RGB (Red+Green+Blue) = 193+206+220=619 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.18% from 619); Green value is 206 (80.86% from 255 or 33.28% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 220 - color contains mainly: blue. Hex color #C1CEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CEDC is #3E3123. Grayscale: #CBCBCB. Windows color (decimal): -4075812 or 14470849. OLE color: 14470849.
HSL color Cylindrical-coordinate representation of color #C1CEDC: hue angle of 211.11º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1CEDC is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 206 | 220 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.14 |
| HSL | 211.11º | 0.28% | 0.81% | - |
| HSV(B) | 211.11º | 0.12% | 0.86% | - |
| XYZ | 56.98 | 60.65 | 76.41 | - |
| YUV | 203.71 | 137.19 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 206 | 220 | 0.12 | 0.06 | 0 | 0.14 | 211.11 | 0.28 | 0.81 |
| Hex | C1 | CE | DC | C | 6 | 0 | E | D3 | 1C | 51 |
| Octal | 301 | 316 | 334 | 14 | 6 | 0 | 16 | 323 | 34 | 121 |
| Binary | 11000001 | 11001110 | 11011100 | 1100 | 110 | 0 | 1110 | 11010011 | 11100 | 1010001 |
Color Harmonies of #C1CEDC
Complementary color
Monochromatic Colors of #C1CEDC
Black with #C1CEDC
Text Example
Text Example
White with #C1CEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CEDC; }
p { color: rgb(193,206,220); }
H1.HeaderClassName
{
color: #C1CEDC;
}
.AnyTagClassName
{
color: #C1CEDC;
}
</style>
background-color css
<style>
a { background-color: #C1CEDC; }
a { background-color: rgb(193,206,220); }
div.DivClassName
{
background-color: #C1CEDC;
}
.BgClassName
{
background-color: #C1CEDC;
}
</style>
border-color css
<style>
span { border-color: #C1CEDC; }
span { border-color: rgb(193,206,220); }
td.TdClassName
{
border-color: #C1CEDC;
}
.TagClassName
{
border-color: #C1CEDC;
}
</style>