Shades of Link Water #C1CCDB
Tints of Link Water #C1CCDB
RGB
CMYK
RGB Variations
Color information
#C1CCDB (or 0xC1CCDB) is known color: Link Water. HEX triplet: C1, CC and DB. RGB value is (193,204,219). Sum of RGB (Red+Green+Blue) = 193+204+219=616 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.33% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 219 - color contains mainly: blue. Hex color #C1CCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CCDB is #3E3324. Grayscale: #CACACA. Windows color (decimal): -4076325 or 14404801. OLE color: 14404801.
HSL color Cylindrical-coordinate representation of color #C1CCDB: hue angle of 214.62º degrees, saturation: 0.27, 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 #C1CCDB is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 204 | 219 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.14 |
| HSL | 214.62º | 0.27% | 0.81% | - |
| HSV(B) | 214.62º | 0.12% | 0.86% | - |
| XYZ | 56.37 | 59.64 | 75.56 | - |
| YUV | 202.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 204 | 219 | 0.12 | 0.07 | 0 | 0.14 | 214.62 | 0.27 | 0.81 |
| Hex | C1 | CC | DB | C | 7 | 0 | E | D7 | 1B | 51 |
| Octal | 301 | 314 | 333 | 14 | 7 | 0 | 16 | 327 | 33 | 121 |
| Binary | 11000001 | 11001100 | 11011011 | 1100 | 111 | 0 | 1110 | 11010111 | 11011 | 1010001 |
Color Harmonies of #C1CCDB
Complementary color
Monochromatic Colors of #C1CCDB
Black with #C1CCDB
Text Example
Text Example
White with #C1CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CCDB; }
p { color: rgb(193,204,219); }
H1.HeaderClassName
{
color: #C1CCDB;
}
.AnyTagClassName
{
color: #C1CCDB;
}
</style>
background-color css
<style>
a { background-color: #C1CCDB; }
a { background-color: rgb(193,204,219); }
div.DivClassName
{
background-color: #C1CCDB;
}
.BgClassName
{
background-color: #C1CCDB;
}
</style>
border-color css
<style>
span { border-color: #C1CCDB; }
span { border-color: rgb(193,204,219); }
td.TdClassName
{
border-color: #C1CCDB;
}
.TagClassName
{
border-color: #C1CCDB;
}
</style>