Shades of Link Water #C0CFDB
Tints of Link Water #C0CFDB
RGB
CMYK
RGB Variations
Color information
#C0CFDB (or 0xC0CFDB) is known color: Link Water. HEX triplet: C0, CF and DB. RGB value is (192,207,219). Sum of RGB (Red+Green+Blue) = 192+207+219=618 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.07% from 618); Green value is 207 (81.25% from 255 or 33.50% 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 #C0CFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CFDB is #3F3024. Grayscale: #CBCBCB. Windows color (decimal): -4141093 or 14405568. OLE color: 14405568.
HSL color Cylindrical-coordinate representation of color #C0CFDB: hue angle of 206.67º 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 #C0CFDB is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 207 | 219 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.14 |
| HSL | 206.67º | 0.27% | 0.81% | - |
| HSV(B) | 206.67º | 0.12% | 0.86% | - |
| XYZ | 56.84 | 60.95 | 75.79 | - |
| YUV | 203.88 | 136.53 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 207 | 219 | 0.12 | 0.05 | 0 | 0.14 | 206.67 | 0.27 | 0.81 |
| Hex | C0 | CF | DB | C | 5 | 0 | E | CF | 1B | 51 |
| Octal | 300 | 317 | 333 | 14 | 5 | 0 | 16 | 317 | 33 | 121 |
| Binary | 11000000 | 11001111 | 11011011 | 1100 | 101 | 0 | 1110 | 11001111 | 11011 | 1010001 |
Color Harmonies of #C0CFDB
Complementary color
Monochromatic Colors of #C0CFDB
Black with #C0CFDB
Text Example
Text Example
White with #C0CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CFDB; }
p { color: rgb(192,207,219); }
H1.HeaderClassName
{
color: #C0CFDB;
}
.AnyTagClassName
{
color: #C0CFDB;
}
</style>
background-color css
<style>
a { background-color: #C0CFDB; }
a { background-color: rgb(192,207,219); }
div.DivClassName
{
background-color: #C0CFDB;
}
.BgClassName
{
background-color: #C0CFDB;
}
</style>
border-color css
<style>
span { border-color: #C0CFDB; }
span { border-color: rgb(192,207,219); }
td.TdClassName
{
border-color: #C0CFDB;
}
.TagClassName
{
border-color: #C0CFDB;
}
</style>