Shades of Link Water #C5D0D7
Tints of Link Water #C5D0D7
RGB
CMYK
RGB Variations
Color information
#C5D0D7 (or 0xC5D0D7) is known color: Link Water. HEX triplet: C5, D0 and D7. RGB value is (197,208,215). Sum of RGB (Red+Green+Blue) = 197+208+215=620 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.77% from 620); Green value is 208 (81.64% from 255 or 33.55% from 620); Blue value is 215 (84.38% from 255 or 34.68% from 620); Max value from RGB is 215 - color contains mainly: blue. Hex color #C5D0D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D0D7 is #3A2F28. Grayscale: #CDCDCD. Windows color (decimal): -3813161 or 14143685. OLE color: 14143685.
HSL color Cylindrical-coordinate representation of color #C5D0D7: hue angle of 203.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 #C5D0D7 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 208 | 215 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.16 |
| HSL | 203.33º | 0.18% | 0.81% | - |
| HSV(B) | 203.33º | 0.08% | 0.84% | - |
| XYZ | 57.85 | 61.89 | 73.19 | - |
| YUV | 205.51 | 133.36 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 208 | 215 | 0.08 | 0.03 | 0 | 0.16 | 203.33 | 0.18 | 0.81 |
| Hex | C5 | D0 | D7 | 8 | 3 | 0 | 10 | CB | 12 | 51 |
| Octal | 305 | 320 | 327 | 10 | 3 | 0 | 20 | 313 | 22 | 121 |
| Binary | 11000101 | 11010000 | 11010111 | 1000 | 11 | 0 | 10000 | 11001011 | 10010 | 1010001 |
Color Harmonies of #C5D0D7
Complementary color
Monochromatic Colors of #C5D0D7
Black with #C5D0D7
Text Example
Text Example
White with #C5D0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D0D7; }
p { color: rgb(197,208,215); }
H1.HeaderClassName
{
color: #C5D0D7;
}
.AnyTagClassName
{
color: #C5D0D7;
}
</style>
background-color css
<style>
a { background-color: #C5D0D7; }
a { background-color: rgb(197,208,215); }
div.DivClassName
{
background-color: #C5D0D7;
}
.BgClassName
{
background-color: #C5D0D7;
}
</style>
border-color css
<style>
span { border-color: #C5D0D7; }
span { border-color: rgb(197,208,215); }
td.TdClassName
{
border-color: #C5D0D7;
}
.TagClassName
{
border-color: #C5D0D7;
}
</style>