Shades of Link Water #C0CCDE
Tints of Link Water #C0CCDE
RGB
CMYK
RGB Variations
Color information
#C0CCDE (or 0xC0CCDE) is known color: Link Water. HEX triplet: C0, CC and DE. RGB value is (192,204,222). Sum of RGB (Red+Green+Blue) = 192+204+222=618 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.07% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 222 - color contains mainly: blue. Hex color #C0CCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CCDE is #3F3321. Grayscale: #CACACA. Windows color (decimal): -4141858 or 14601408. OLE color: 14601408.
HSL color Cylindrical-coordinate representation of color #C0CCDE: hue angle of 216º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0CCDE is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 204 | 222 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.13 |
| HSL | 216º | 0.31% | 0.81% | - |
| HSV(B) | 216º | 0.14% | 0.87% | - |
| XYZ | 56.52 | 59.67 | 77.65 | - |
| YUV | 202.46 | 139.02 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 204 | 222 | 0.14 | 0.08 | 0 | 0.13 | 216 | 0.31 | 0.81 |
| Hex | C0 | CC | DE | E | 8 | 0 | D | D8 | 1F | 51 |
| Octal | 300 | 314 | 336 | 16 | 10 | 0 | 15 | 330 | 37 | 121 |
| Binary | 11000000 | 11001100 | 11011110 | 1110 | 1000 | 0 | 1101 | 11011000 | 11111 | 1010001 |
Color Harmonies of #C0CCDE
Complementary color
Monochromatic Colors of #C0CCDE
Black with #C0CCDE
Text Example
Text Example
White with #C0CCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CCDE; }
p { color: rgb(192,204,222); }
H1.HeaderClassName
{
color: #C0CCDE;
}
.AnyTagClassName
{
color: #C0CCDE;
}
</style>
background-color css
<style>
a { background-color: #C0CCDE; }
a { background-color: rgb(192,204,222); }
div.DivClassName
{
background-color: #C0CCDE;
}
.BgClassName
{
background-color: #C0CCDE;
}
</style>
border-color css
<style>
span { border-color: #C0CCDE; }
span { border-color: rgb(192,204,222); }
td.TdClassName
{
border-color: #C0CCDE;
}
.TagClassName
{
border-color: #C0CCDE;
}
</style>