Shades of Link Water #C0CBDB
Tints of Link Water #C0CBDB
RGB
CMYK
RGB Variations
Color information
#C0CBDB (or 0xC0CBDB) is known color: Link Water. HEX triplet: C0, CB and DB. RGB value is (192,203,219). Sum of RGB (Red+Green+Blue) = 192+203+219=614 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.27% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 219 - color contains mainly: blue. Hex color #C0CBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CBDB is #3F3424. Grayscale: #C9C9C9. Windows color (decimal): -4142117 or 14404544. OLE color: 14404544.
HSL color Cylindrical-coordinate representation of color #C0CBDB: hue angle of 215.56º 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 #C0CBDB is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 192 | 203 | 219 | - |
CMYK | 0.12 | 0.07 | 0 | 0.14 |
HSL | 215.56º | 0.27% | 0.81% | - |
HSV(B) | 215.56º | 0.12% | 0.86% | - |
XYZ | 55.88 | 59.03 | 75.47 | - |
YUV | 201.54 | 137.86 | 121.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 203 | 219 | 0.12 | 0.07 | 0 | 0.14 | 215.56 | 0.27 | 0.81 |
Hex | C0 | CB | DB | C | 7 | 0 | E | D8 | 1B | 51 |
Octal | 300 | 313 | 333 | 14 | 7 | 0 | 16 | 330 | 33 | 121 |
Binary | 11000000 | 11001011 | 11011011 | 1100 | 111 | 0 | 1110 | 11011000 | 11011 | 1010001 |
Color Harmonies of #C0CBDB
Complementary color
Monochromatic Colors of #C0CBDB
Black with #C0CBDB
Text Example
Text Example
White with #C0CBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CBDB; }
p { color: rgb(192,203,219); }
H1.HeaderClassName
{
color: #C0CBDB;
}
.AnyTagClassName
{
color: #C0CBDB;
}
</style>
background-color css
<style>
a { background-color: #C0CBDB; }
a { background-color: rgb(192,203,219); }
div.DivClassName
{
background-color: #C0CBDB;
}
.BgClassName
{
background-color: #C0CBDB;
}
</style>
border-color css
<style>
span { border-color: #C0CBDB; }
span { border-color: rgb(192,203,219); }
td.TdClassName
{
border-color: #C0CBDB;
}
.TagClassName
{
border-color: #C0CBDB;
}
</style>