Shades of Link Water #C0CCDF
Tints of Link Water #C0CCDF
RGB
CMYK
RGB Variations
Color information
#C0CCDF (or 0xC0CCDF) is known color: Link Water. HEX triplet: C0, CC and DF. RGB value is (192,204,223). Sum of RGB (Red+Green+Blue) = 192+204+223=619 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.02% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 223 - color contains mainly: blue. Hex color #C0CCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CCDF is #3F3320. Grayscale: #CACACA. Windows color (decimal): -4141857 or 14666944. OLE color: 14666944.
HSL color Cylindrical-coordinate representation of color #C0CCDF: hue angle of 216.77º degrees, saturation: 0.33, 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 #C0CCDF is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 192 | 204 | 223 | - |
CMYK | 0.14 | 0.09 | 0 | 0.13 |
HSL | 216.77º | 0.33% | 0.81% | - |
HSV(B) | 216.77º | 0.14% | 0.87% | - |
XYZ | 56.65 | 59.72 | 78.35 | - |
YUV | 202.58 | 139.52 | 120.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 204 | 223 | 0.14 | 0.09 | 0 | 0.13 | 216.77 | 0.33 | 0.81 |
Hex | C0 | CC | DF | E | 9 | 0 | D | D9 | 21 | 51 |
Octal | 300 | 314 | 337 | 16 | 11 | 0 | 15 | 331 | 41 | 121 |
Binary | 11000000 | 11001100 | 11011111 | 1110 | 1001 | 0 | 1101 | 11011001 | 100001 | 1010001 |
Color Harmonies of #C0CCDF
Complementary color
Monochromatic Colors of #C0CCDF
Black with #C0CCDF
Text Example
Text Example
White with #C0CCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CCDF; }
p { color: rgb(192,204,223); }
H1.HeaderClassName
{
color: #C0CCDF;
}
.AnyTagClassName
{
color: #C0CCDF;
}
</style>
background-color css
<style>
a { background-color: #C0CCDF; }
a { background-color: rgb(192,204,223); }
div.DivClassName
{
background-color: #C0CCDF;
}
.BgClassName
{
background-color: #C0CCDF;
}
</style>
border-color css
<style>
span { border-color: #C0CCDF; }
span { border-color: rgb(192,204,223); }
td.TdClassName
{
border-color: #C0CCDF;
}
.TagClassName
{
border-color: #C0CCDF;
}
</style>