Shades of Link Water #C0C7DB
Tints of Link Water #C0C7DB
RGB
CMYK
RGB Variations
Color information
#C0C7DB (or 0xC0C7DB) is known color: Link Water. HEX triplet: C0, C7 and DB. RGB value is (192,199,219). Sum of RGB (Red+Green+Blue) = 192+199+219=610 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.48% from 610); Green value is 199 (78.12% from 255 or 32.62% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 219 - color contains mainly: blue. Hex color #C0C7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C7DB is #3F3824. Grayscale: #C7C7C7. Windows color (decimal): -4143141 or 14403520. OLE color: 14403520.
HSL color Cylindrical-coordinate representation of color #C0C7DB: hue angle of 224.44º 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 #C0C7DB is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 192 | 199 | 219 | - |
CMYK | 0.12 | 0.09 | 0 | 0.14 |
HSL | 224.44º | 0.27% | 0.81% | - |
HSV(B) | 224.44º | 0.12% | 0.86% | - |
XYZ | 54.95 | 57.17 | 75.16 | - |
YUV | 199.19 | 139.18 | 122.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 199 | 219 | 0.12 | 0.09 | 0 | 0.14 | 224.44 | 0.27 | 0.81 |
Hex | C0 | C7 | DB | C | 9 | 0 | E | E0 | 1B | 51 |
Octal | 300 | 307 | 333 | 14 | 11 | 0 | 16 | 340 | 33 | 121 |
Binary | 11000000 | 11000111 | 11011011 | 1100 | 1001 | 0 | 1110 | 11100000 | 11011 | 1010001 |
Color Harmonies of #C0C7DB
Complementary color
Monochromatic Colors of #C0C7DB
Black with #C0C7DB
Text Example
Text Example
White with #C0C7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C7DB; }
p { color: rgb(192,199,219); }
H1.HeaderClassName
{
color: #C0C7DB;
}
.AnyTagClassName
{
color: #C0C7DB;
}
</style>
background-color css
<style>
a { background-color: #C0C7DB; }
a { background-color: rgb(192,199,219); }
div.DivClassName
{
background-color: #C0C7DB;
}
.BgClassName
{
background-color: #C0C7DB;
}
</style>
border-color css
<style>
span { border-color: #C0C7DB; }
span { border-color: rgb(192,199,219); }
td.TdClassName
{
border-color: #C0C7DB;
}
.TagClassName
{
border-color: #C0C7DB;
}
</style>