Shades of Link Water #C0C8DB
Tints of Link Water #C0C8DB
RGB
CMYK
RGB Variations
Color information
#C0C8DB (or 0xC0C8DB) is known color: Link Water. HEX triplet: C0, C8 and DB. RGB value is (192,200,219). Sum of RGB (Red+Green+Blue) = 192+200+219=611 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.42% from 611); Green value is 200 (78.52% from 255 or 32.73% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 219 - color contains mainly: blue. Hex color #C0C8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C8DB is #3F3724. Grayscale: #C7C7C7. Windows color (decimal): -4142885 or 14403776. OLE color: 14403776.
HSL color Cylindrical-coordinate representation of color #C0C8DB: hue angle of 222.22º 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 #C0C8DB is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 192 | 200 | 219 | - |
CMYK | 0.12 | 0.09 | 0 | 0.14 |
HSL | 222.22º | 0.27% | 0.81% | - |
HSV(B) | 222.22º | 0.12% | 0.86% | - |
XYZ | 55.18 | 57.63 | 75.23 | - |
YUV | 199.77 | 138.85 | 122.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 200 | 219 | 0.12 | 0.09 | 0 | 0.14 | 222.22 | 0.27 | 0.81 |
Hex | C0 | C8 | DB | C | 9 | 0 | E | DE | 1B | 51 |
Octal | 300 | 310 | 333 | 14 | 11 | 0 | 16 | 336 | 33 | 121 |
Binary | 11000000 | 11001000 | 11011011 | 1100 | 1001 | 0 | 1110 | 11011110 | 11011 | 1010001 |
Color Harmonies of #C0C8DB
Complementary color
Monochromatic Colors of #C0C8DB
Black with #C0C8DB
Text Example
Text Example
White with #C0C8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C8DB; }
p { color: rgb(192,200,219); }
H1.HeaderClassName
{
color: #C0C8DB;
}
.AnyTagClassName
{
color: #C0C8DB;
}
</style>
background-color css
<style>
a { background-color: #C0C8DB; }
a { background-color: rgb(192,200,219); }
div.DivClassName
{
background-color: #C0C8DB;
}
.BgClassName
{
background-color: #C0C8DB;
}
</style>
border-color css
<style>
span { border-color: #C0C8DB; }
span { border-color: rgb(192,200,219); }
td.TdClassName
{
border-color: #C0C8DB;
}
.TagClassName
{
border-color: #C0C8DB;
}
</style>