Shades of Link Water #C1CEDB
Tints of Link Water #C1CEDB
RGB
CMYK
RGB Variations
Color information
#C1CEDB (or 0xC1CEDB) is known color: Link Water. HEX triplet: C1, CE and DB. RGB value is (193,206,219). Sum of RGB (Red+Green+Blue) = 193+206+219=618 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.23% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 219 - color contains mainly: blue. Hex color #C1CEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CEDB is #3E3124. Grayscale: #CBCBCB. Windows color (decimal): -4075813 or 14405313. OLE color: 14405313.
HSL color Cylindrical-coordinate representation of color #C1CEDB: hue angle of 210º 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 #C1CEDB is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 206 | 219 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.14 |
| HSL | 210º | 0.27% | 0.81% | - |
| HSV(B) | 210º | 0.12% | 0.86% | - |
| XYZ | 56.85 | 60.59 | 75.72 | - |
| YUV | 203.6 | 136.69 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 206 | 219 | 0.12 | 0.06 | 0 | 0.14 | 210 | 0.27 | 0.81 |
| Hex | C1 | CE | DB | C | 6 | 0 | E | D2 | 1B | 51 |
| Octal | 301 | 316 | 333 | 14 | 6 | 0 | 16 | 322 | 33 | 121 |
| Binary | 11000001 | 11001110 | 11011011 | 1100 | 110 | 0 | 1110 | 11010010 | 11011 | 1010001 |
Color Harmonies of #C1CEDB
Complementary color
Monochromatic Colors of #C1CEDB
Black with #C1CEDB
Text Example
Text Example
White with #C1CEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CEDB; }
p { color: rgb(193,206,219); }
H1.HeaderClassName
{
color: #C1CEDB;
}
.AnyTagClassName
{
color: #C1CEDB;
}
</style>
background-color css
<style>
a { background-color: #C1CEDB; }
a { background-color: rgb(193,206,219); }
div.DivClassName
{
background-color: #C1CEDB;
}
.BgClassName
{
background-color: #C1CEDB;
}
</style>
border-color css
<style>
span { border-color: #C1CEDB; }
span { border-color: rgb(193,206,219); }
td.TdClassName
{
border-color: #C1CEDB;
}
.TagClassName
{
border-color: #C1CEDB;
}
</style>