Shades of Link Water #C5CCD5
Tints of Link Water #C5CCD5
RGB
CMYK
RGB Variations
Color information
#C5CCD5 (or 0xC5CCD5) is known color: Link Water. HEX triplet: C5, CC and D5. RGB value is (197,204,213). Sum of RGB (Red+Green+Blue) = 197+204+213=614 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.08% from 614); Green value is 204 (80.08% from 255 or 33.22% from 614); Blue value is 213 (83.59% from 255 or 34.69% from 614); Max value from RGB is 213 - color contains mainly: blue. Hex color #C5CCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CCD5 is #3A332A. Grayscale: #CACACA. Windows color (decimal): -3814187 or 14011589. OLE color: 14011589.
HSL color Cylindrical-coordinate representation of color #C5CCD5: hue angle of 213.75º degrees, saturation: 0.16, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C5CCD5 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 197 | 204 | 213 | - |
CMYK | 0.08 | 0.04 | 0 | 0.16 |
HSL | 213.75º | 0.16% | 0.8% | - |
HSV(B) | 213.75º | 0.08% | 0.84% | - |
XYZ | 56.63 | 59.86 | 71.52 | - |
YUV | 202.93 | 133.68 | 123.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 204 | 213 | 0.08 | 0.04 | 0 | 0.16 | 213.75 | 0.16 | 0.8 |
Hex | C5 | CC | D5 | 8 | 4 | 0 | 10 | D6 | 10 | 50 |
Octal | 305 | 314 | 325 | 10 | 4 | 0 | 20 | 326 | 20 | 120 |
Binary | 11000101 | 11001100 | 11010101 | 1000 | 100 | 0 | 10000 | 11010110 | 10000 | 1010000 |
Color Harmonies of #C5CCD5
Complementary color
Monochromatic Colors of #C5CCD5
Black with #C5CCD5
Text Example
Text Example
White with #C5CCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CCD5; }
p { color: rgb(197,204,213); }
H1.HeaderClassName
{
color: #C5CCD5;
}
.AnyTagClassName
{
color: #C5CCD5;
}
</style>
background-color css
<style>
a { background-color: #C5CCD5; }
a { background-color: rgb(197,204,213); }
div.DivClassName
{
background-color: #C5CCD5;
}
.BgClassName
{
background-color: #C5CCD5;
}
</style>
border-color css
<style>
span { border-color: #C5CCD5; }
span { border-color: rgb(197,204,213); }
td.TdClassName
{
border-color: #C5CCD5;
}
.TagClassName
{
border-color: #C5CCD5;
}
</style>