Shades of Link Water #C4CDD5
Tints of Link Water #C4CDD5
RGB
CMYK
RGB Variations
Color information
#C4CDD5 (or 0xC4CDD5) is known color: Link Water. HEX triplet: C4, CD and D5. RGB value is (196,205,213). Sum of RGB (Red+Green+Blue) = 196+205+213=614 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.92% from 614); Green value is 205 (80.47% from 255 or 33.39% 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 #C4CDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CDD5 is #3B322A. Grayscale: #CBCBCB. Windows color (decimal): -3879467 or 14011844. OLE color: 14011844.
HSL color Cylindrical-coordinate representation of color #C4CDD5: hue angle of 208.24º degrees, saturation: 0.17, 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 #C4CDD5 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 205 | 213 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.16 |
| HSL | 208.24º | 0.17% | 0.8% | - |
| HSV(B) | 208.24º | 0.08% | 0.84% | - |
| XYZ | 56.61 | 60.2 | 71.59 | - |
| YUV | 203.22 | 133.52 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 205 | 213 | 0.08 | 0.04 | 0 | 0.16 | 208.24 | 0.17 | 0.8 |
| Hex | C4 | CD | D5 | 8 | 4 | 0 | 10 | D0 | 11 | 50 |
| Octal | 304 | 315 | 325 | 10 | 4 | 0 | 20 | 320 | 21 | 120 |
| Binary | 11000100 | 11001101 | 11010101 | 1000 | 100 | 0 | 10000 | 11010000 | 10001 | 1010000 |
Color Harmonies of #C4CDD5
Complementary color
Monochromatic Colors of #C4CDD5
Black with #C4CDD5
Text Example
Text Example
White with #C4CDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CDD5; }
p { color: rgb(196,205,213); }
H1.HeaderClassName
{
color: #C4CDD5;
}
.AnyTagClassName
{
color: #C4CDD5;
}
</style>
background-color css
<style>
a { background-color: #C4CDD5; }
a { background-color: rgb(196,205,213); }
div.DivClassName
{
background-color: #C4CDD5;
}
.BgClassName
{
background-color: #C4CDD5;
}
</style>
border-color css
<style>
span { border-color: #C4CDD5; }
span { border-color: rgb(196,205,213); }
td.TdClassName
{
border-color: #C4CDD5;
}
.TagClassName
{
border-color: #C4CDD5;
}
</style>