Shades of Link Water #C5CFD8
Tints of Link Water #C5CFD8
RGB
CMYK
RGB Variations
Color information
#C5CFD8 (or 0xC5CFD8) is known color: Link Water. HEX triplet: C5, CF and D8. RGB value is (197,207,216). Sum of RGB (Red+Green+Blue) = 197+207+216=620 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.77% from 620); Green value is 207 (81.25% from 255 or 33.39% from 620); Blue value is 216 (84.77% from 255 or 34.84% from 620); Max value from RGB is 216 - color contains mainly: blue. Hex color #C5CFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CFD8 is #3A3027. Grayscale: #CCCCCC. Windows color (decimal): -3813416 or 14208965. OLE color: 14208965.
HSL color Cylindrical-coordinate representation of color #C5CFD8: hue angle of 208.42º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C5CFD8 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 197 | 207 | 216 | - |
CMYK | 0.09 | 0.04 | 0 | 0.15 |
HSL | 208.42º | 0.2% | 0.81% | - |
HSV(B) | 208.42º | 0.09% | 0.85% | - |
XYZ | 57.73 | 61.45 | 73.78 | - |
YUV | 205.04 | 134.19 | 122.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 207 | 216 | 0.09 | 0.04 | 0 | 0.15 | 208.42 | 0.2 | 0.81 |
Hex | C5 | CF | D8 | 9 | 4 | 0 | F | D0 | 14 | 51 |
Octal | 305 | 317 | 330 | 11 | 4 | 0 | 17 | 320 | 24 | 121 |
Binary | 11000101 | 11001111 | 11011000 | 1001 | 100 | 0 | 1111 | 11010000 | 10100 | 1010001 |
Color Harmonies of #C5CFD8
Complementary color
Monochromatic Colors of #C5CFD8
Black with #C5CFD8
Text Example
Text Example
White with #C5CFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CFD8; }
p { color: rgb(197,207,216); }
H1.HeaderClassName
{
color: #C5CFD8;
}
.AnyTagClassName
{
color: #C5CFD8;
}
</style>
background-color css
<style>
a { background-color: #C5CFD8; }
a { background-color: rgb(197,207,216); }
div.DivClassName
{
background-color: #C5CFD8;
}
.BgClassName
{
background-color: #C5CFD8;
}
</style>
border-color css
<style>
span { border-color: #C5CFD8; }
span { border-color: rgb(197,207,216); }
td.TdClassName
{
border-color: #C5CFD8;
}
.TagClassName
{
border-color: #C5CFD8;
}
</style>