Shades of Link Water #C0CEDB
Tints of Link Water #C0CEDB
RGB
CMYK
RGB Variations
Color information
#C0CEDB (or 0xC0CEDB) is known color: Link Water. HEX triplet: C0, CE and DB. RGB value is (192,206,219). Sum of RGB (Red+Green+Blue) = 192+206+219=617 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.12% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 219 - color contains mainly: blue. Hex color #C0CEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CEDB is #3F3124. Grayscale: #CBCBCB. Windows color (decimal): -4141349 or 14405312. OLE color: 14405312.
HSL color Cylindrical-coordinate representation of color #C0CEDB: hue angle of 208.89º 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 #C0CEDB is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 192 | 206 | 219 | - |
CMYK | 0.12 | 0.06 | 0 | 0.14 |
HSL | 208.89º | 0.27% | 0.81% | - |
HSV(B) | 208.89º | 0.12% | 0.86% | - |
XYZ | 56.6 | 60.46 | 75.71 | - |
YUV | 203.3 | 136.86 | 119.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 206 | 219 | 0.12 | 0.06 | 0 | 0.14 | 208.89 | 0.27 | 0.81 |
Hex | C0 | CE | DB | C | 6 | 0 | E | D1 | 1B | 51 |
Octal | 300 | 316 | 333 | 14 | 6 | 0 | 16 | 321 | 33 | 121 |
Binary | 11000000 | 11001110 | 11011011 | 1100 | 110 | 0 | 1110 | 11010001 | 11011 | 1010001 |
Color Harmonies of #C0CEDB
Complementary color
Monochromatic Colors of #C0CEDB
Black with #C0CEDB
Text Example
Text Example
White with #C0CEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CEDB; }
p { color: rgb(192,206,219); }
H1.HeaderClassName
{
color: #C0CEDB;
}
.AnyTagClassName
{
color: #C0CEDB;
}
</style>
background-color css
<style>
a { background-color: #C0CEDB; }
a { background-color: rgb(192,206,219); }
div.DivClassName
{
background-color: #C0CEDB;
}
.BgClassName
{
background-color: #C0CEDB;
}
</style>
border-color css
<style>
span { border-color: #C0CEDB; }
span { border-color: rgb(192,206,219); }
td.TdClassName
{
border-color: #C0CEDB;
}
.TagClassName
{
border-color: #C0CEDB;
}
</style>