Shades of Link Water #C1CBDC
Tints of Link Water #C1CBDC
RGB
CMYK
RGB Variations
Color information
#C1CBDC (or 0xC1CBDC) is known color: Link Water. HEX triplet: C1, CB and DC. RGB value is (193,203,220). Sum of RGB (Red+Green+Blue) = 193+203+220=616 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.33% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 220 - color contains mainly: blue. Hex color #C1CBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CBDC is #3E3423. Grayscale: #C9C9C9. Windows color (decimal): -4076580 or 14470081. OLE color: 14470081.
HSL color Cylindrical-coordinate representation of color #C1CBDC: hue angle of 217.78º 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 #C1CBDC is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 203 | 220 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.14 |
| HSL | 217.78º | 0.28% | 0.81% | - |
| HSV(B) | 217.78º | 0.12% | 0.86% | - |
| XYZ | 56.27 | 59.22 | 76.17 | - |
| YUV | 201.95 | 138.19 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 203 | 220 | 0.12 | 0.08 | 0 | 0.14 | 217.78 | 0.28 | 0.81 |
| Hex | C1 | CB | DC | C | 8 | 0 | E | DA | 1C | 51 |
| Octal | 301 | 313 | 334 | 14 | 10 | 0 | 16 | 332 | 34 | 121 |
| Binary | 11000001 | 11001011 | 11011100 | 1100 | 1000 | 0 | 1110 | 11011010 | 11100 | 1010001 |
Color Harmonies of #C1CBDC
Complementary color
Monochromatic Colors of #C1CBDC
Black with #C1CBDC
Text Example
Text Example
White with #C1CBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CBDC; }
p { color: rgb(193,203,220); }
H1.HeaderClassName
{
color: #C1CBDC;
}
.AnyTagClassName
{
color: #C1CBDC;
}
</style>
background-color css
<style>
a { background-color: #C1CBDC; }
a { background-color: rgb(193,203,220); }
div.DivClassName
{
background-color: #C1CBDC;
}
.BgClassName
{
background-color: #C1CBDC;
}
</style>
border-color css
<style>
span { border-color: #C1CBDC; }
span { border-color: rgb(193,203,220); }
td.TdClassName
{
border-color: #C1CBDC;
}
.TagClassName
{
border-color: #C1CBDC;
}
</style>