Shades of Link Water #C0CCD8
Tints of Link Water #C0CCD8
RGB
CMYK
RGB Variations
Color information
#C0CCD8 (or 0xC0CCD8) is known color: Link Water. HEX triplet: C0, CC and D8. RGB value is (192,204,216). Sum of RGB (Red+Green+Blue) = 192+204+216=612 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.37% from 612); Green value is 204 (80.08% from 255 or 33.33% from 612); Blue value is 216 (84.77% from 255 or 35.29% from 612); Max value from RGB is 216 - color contains mainly: blue. Hex color #C0CCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CCD8 is #3F3327. Grayscale: #C9C9C9. Windows color (decimal): -4141864 or 14208192. OLE color: 14208192.
HSL color Cylindrical-coordinate representation of color #C0CCD8: hue angle of 210º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0CCD8 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 192 | 204 | 216 | - |
CMYK | 0.11 | 0.06 | 0 | 0.15 |
HSL | 210º | 0.24% | 0.8% | - |
HSV(B) | 210º | 0.11% | 0.85% | - |
XYZ | 55.73 | 59.35 | 73.48 | - |
YUV | 201.78 | 136.02 | 121.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 204 | 216 | 0.11 | 0.06 | 0 | 0.15 | 210 | 0.24 | 0.8 |
Hex | C0 | CC | D8 | B | 6 | 0 | F | D2 | 18 | 50 |
Octal | 300 | 314 | 330 | 13 | 6 | 0 | 17 | 322 | 30 | 120 |
Binary | 11000000 | 11001100 | 11011000 | 1011 | 110 | 0 | 1111 | 11010010 | 11000 | 1010000 |
Color Harmonies of #C0CCD8
Complementary color
Monochromatic Colors of #C0CCD8
Black with #C0CCD8
Text Example
Text Example
White with #C0CCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CCD8; }
p { color: rgb(192,204,216); }
H1.HeaderClassName
{
color: #C0CCD8;
}
.AnyTagClassName
{
color: #C0CCD8;
}
</style>
background-color css
<style>
a { background-color: #C0CCD8; }
a { background-color: rgb(192,204,216); }
div.DivClassName
{
background-color: #C0CCD8;
}
.BgClassName
{
background-color: #C0CCD8;
}
</style>
border-color css
<style>
span { border-color: #C0CCD8; }
span { border-color: rgb(192,204,216); }
td.TdClassName
{
border-color: #C0CCD8;
}
.TagClassName
{
border-color: #C0CCD8;
}
</style>