Shades of Link Water #C0CADB
Tints of Link Water #C0CADB
RGB
CMYK
RGB Variations
Color information
#C0CADB (or 0xC0CADB) is known color: Link Water. HEX triplet: C0, CA and DB. RGB value is (192,202,219). Sum of RGB (Red+Green+Blue) = 192+202+219=613 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.32% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 219 - color contains mainly: blue. Hex color #C0CADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CADB is #3F3524. Grayscale: #C8C8C8. Windows color (decimal): -4142373 or 14404288. OLE color: 14404288.
HSL color Cylindrical-coordinate representation of color #C0CADB: hue angle of 217.78º 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 #C0CADB is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 192 | 202 | 219 | - |
CMYK | 0.12 | 0.08 | 0 | 0.14 |
HSL | 217.78º | 0.27% | 0.81% | - |
HSV(B) | 217.78º | 0.12% | 0.86% | - |
XYZ | 55.64 | 58.56 | 75.39 | - |
YUV | 200.95 | 138.19 | 121.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 202 | 219 | 0.12 | 0.08 | 0 | 0.14 | 217.78 | 0.27 | 0.81 |
Hex | C0 | CA | DB | C | 8 | 0 | E | DA | 1B | 51 |
Octal | 300 | 312 | 333 | 14 | 10 | 0 | 16 | 332 | 33 | 121 |
Binary | 11000000 | 11001010 | 11011011 | 1100 | 1000 | 0 | 1110 | 11011010 | 11011 | 1010001 |
Color Harmonies of #C0CADB
Complementary color
Monochromatic Colors of #C0CADB
Black with #C0CADB
Text Example
Text Example
White with #C0CADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CADB; }
p { color: rgb(192,202,219); }
H1.HeaderClassName
{
color: #C0CADB;
}
.AnyTagClassName
{
color: #C0CADB;
}
</style>
background-color css
<style>
a { background-color: #C0CADB; }
a { background-color: rgb(192,202,219); }
div.DivClassName
{
background-color: #C0CADB;
}
.BgClassName
{
background-color: #C0CADB;
}
</style>
border-color css
<style>
span { border-color: #C0CADB; }
span { border-color: rgb(192,202,219); }
td.TdClassName
{
border-color: #C0CADB;
}
.TagClassName
{
border-color: #C0CADB;
}
</style>