Shades of Link Water #C5CAD7
Tints of Link Water #C5CAD7
RGB
CMYK
RGB Variations
Color information
#C5CAD7 (or 0xC5CAD7) is known color: Link Water. HEX triplet: C5, CA and D7. RGB value is (197,202,215). Sum of RGB (Red+Green+Blue) = 197+202+215=614 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.08% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 215 (84.38% from 255 or 35.02% from 614); Max value from RGB is 215 - color contains mainly: blue. Hex color #C5CAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CAD7 is #3A3528. Grayscale: #C9C9C9. Windows color (decimal): -3814697 or 14142149. OLE color: 14142149.
HSL color Cylindrical-coordinate representation of color #C5CAD7: hue angle of 223.33º degrees, saturation: 0.18, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C5CAD7 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 197 | 202 | 215 | - |
CMYK | 0.08 | 0.06 | 0 | 0.16 |
HSL | 223.33º | 0.18% | 0.81% | - |
HSV(B) | 223.33º | 0.08% | 0.84% | - |
XYZ | 56.41 | 59.02 | 72.71 | - |
YUV | 201.99 | 135.34 | 124.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 202 | 215 | 0.08 | 0.06 | 0 | 0.16 | 223.33 | 0.18 | 0.81 |
Hex | C5 | CA | D7 | 8 | 6 | 0 | 10 | DF | 12 | 51 |
Octal | 305 | 312 | 327 | 10 | 6 | 0 | 20 | 337 | 22 | 121 |
Binary | 11000101 | 11001010 | 11010111 | 1000 | 110 | 0 | 10000 | 11011111 | 10010 | 1010001 |
Color Harmonies of #C5CAD7
Complementary color
Monochromatic Colors of #C5CAD7
Black with #C5CAD7
Text Example
Text Example
White with #C5CAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CAD7; }
p { color: rgb(197,202,215); }
H1.HeaderClassName
{
color: #C5CAD7;
}
.AnyTagClassName
{
color: #C5CAD7;
}
</style>
background-color css
<style>
a { background-color: #C5CAD7; }
a { background-color: rgb(197,202,215); }
div.DivClassName
{
background-color: #C5CAD7;
}
.BgClassName
{
background-color: #C5CAD7;
}
</style>
border-color css
<style>
span { border-color: #C5CAD7; }
span { border-color: rgb(197,202,215); }
td.TdClassName
{
border-color: #C5CAD7;
}
.TagClassName
{
border-color: #C5CAD7;
}
</style>