Shades of Link Water #C4D0DA
Tints of Link Water #C4D0DA
RGB
CMYK
RGB Variations
Color information
#C4D0DA (or 0xC4D0DA) is known color: Link Water. HEX triplet: C4, D0 and DA. RGB value is (196,208,218). Sum of RGB (Red+Green+Blue) = 196+208+218=622 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.51% from 622); Green value is 208 (81.64% from 255 or 33.44% from 622); Blue value is 218 (85.55% from 255 or 35.05% from 622); Max value from RGB is 218 - color contains mainly: blue. Hex color #C4D0DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D0DA is #3B2F25. Grayscale: #CDCDCD. Windows color (decimal): -3878694 or 14340292. OLE color: 14340292.
HSL color Cylindrical-coordinate representation of color #C4D0DA: hue angle of 207.27º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C4D0DA is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 208 | 218 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.15 |
| HSL | 207.27º | 0.23% | 0.81% | - |
| HSV(B) | 207.27º | 0.1% | 0.85% | - |
| XYZ | 57.98 | 61.91 | 75.22 | - |
| YUV | 205.55 | 135.02 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 208 | 218 | 0.10 | 0.05 | 0 | 0.15 | 207.27 | 0.23 | 0.81 |
| Hex | C4 | D0 | DA | A | 5 | 0 | F | CF | 17 | 51 |
| Octal | 304 | 320 | 332 | 12 | 5 | 0 | 17 | 317 | 27 | 121 |
| Binary | 11000100 | 11010000 | 11011010 | 1010 | 101 | 0 | 1111 | 11001111 | 10111 | 1010001 |
Color Harmonies of #C4D0DA
Complementary color
Monochromatic Colors of #C4D0DA
Black with #C4D0DA
Text Example
Text Example
White with #C4D0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D0DA; }
p { color: rgb(196,208,218); }
H1.HeaderClassName
{
color: #C4D0DA;
}
.AnyTagClassName
{
color: #C4D0DA;
}
</style>
background-color css
<style>
a { background-color: #C4D0DA; }
a { background-color: rgb(196,208,218); }
div.DivClassName
{
background-color: #C4D0DA;
}
.BgClassName
{
background-color: #C4D0DA;
}
</style>
border-color css
<style>
span { border-color: #C4D0DA; }
span { border-color: rgb(196,208,218); }
td.TdClassName
{
border-color: #C4D0DA;
}
.TagClassName
{
border-color: #C4D0DA;
}
</style>