Shades of Link Water #C1CDDC
Tints of Link Water #C1CDDC
RGB
CMYK
RGB Variations
Color information
#C1CDDC (or 0xC1CDDC) is known color: Link Water. HEX triplet: C1, CD and DC. RGB value is (193,205,220). Sum of RGB (Red+Green+Blue) = 193+205+220=618 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.23% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 220 - color contains mainly: blue. Hex color #C1CDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CDDC is #3E3223. Grayscale: #CBCBCB. Windows color (decimal): -4076068 or 14470593. OLE color: 14470593.
HSL color Cylindrical-coordinate representation of color #C1CDDC: hue angle of 213.33º 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 #C1CDDC is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 205 | 220 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.14 |
| HSL | 213.33º | 0.28% | 0.81% | - |
| HSV(B) | 213.33º | 0.12% | 0.86% | - |
| XYZ | 56.74 | 60.17 | 76.33 | - |
| YUV | 203.12 | 137.52 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 205 | 220 | 0.12 | 0.07 | 0 | 0.14 | 213.33 | 0.28 | 0.81 |
| Hex | C1 | CD | DC | C | 7 | 0 | E | D5 | 1C | 51 |
| Octal | 301 | 315 | 334 | 14 | 7 | 0 | 16 | 325 | 34 | 121 |
| Binary | 11000001 | 11001101 | 11011100 | 1100 | 111 | 0 | 1110 | 11010101 | 11100 | 1010001 |
Color Harmonies of #C1CDDC
Complementary color
Monochromatic Colors of #C1CDDC
Black with #C1CDDC
Text Example
Text Example
White with #C1CDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CDDC; }
p { color: rgb(193,205,220); }
H1.HeaderClassName
{
color: #C1CDDC;
}
.AnyTagClassName
{
color: #C1CDDC;
}
</style>
background-color css
<style>
a { background-color: #C1CDDC; }
a { background-color: rgb(193,205,220); }
div.DivClassName
{
background-color: #C1CDDC;
}
.BgClassName
{
background-color: #C1CDDC;
}
</style>
border-color css
<style>
span { border-color: #C1CDDC; }
span { border-color: rgb(193,205,220); }
td.TdClassName
{
border-color: #C1CDDC;
}
.TagClassName
{
border-color: #C1CDDC;
}
</style>