Shades of Link Water #C4CADA
Tints of Link Water #C4CADA
RGB
CMYK
RGB Variations
Color information
#C4CADA (or 0xC4CADA) is known color: Link Water. HEX triplet: C4, CA and DA. RGB value is (196,202,218). Sum of RGB (Red+Green+Blue) = 196+202+218=616 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.82% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 218 - color contains mainly: blue. Hex color #C4CADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CADA is #3B3525. Grayscale: #C9C9C9. Windows color (decimal): -3880230 or 14338756. OLE color: 14338756.
HSL color Cylindrical-coordinate representation of color #C4CADA: hue angle of 223.64º 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 #C4CADA is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 202 | 218 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.15 |
| HSL | 223.64º | 0.23% | 0.81% | - |
| HSV(B) | 223.64º | 0.1% | 0.85% | - |
| XYZ | 56.54 | 59.04 | 74.75 | - |
| YUV | 202.03 | 137.01 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 202 | 218 | 0.10 | 0.07 | 0 | 0.15 | 223.64 | 0.23 | 0.81 |
| Hex | C4 | CA | DA | A | 7 | 0 | F | E0 | 17 | 51 |
| Octal | 304 | 312 | 332 | 12 | 7 | 0 | 17 | 340 | 27 | 121 |
| Binary | 11000100 | 11001010 | 11011010 | 1010 | 111 | 0 | 1111 | 11100000 | 10111 | 1010001 |
Color Harmonies of #C4CADA
Complementary color
Monochromatic Colors of #C4CADA
Black with #C4CADA
Text Example
Text Example
White with #C4CADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CADA; }
p { color: rgb(196,202,218); }
H1.HeaderClassName
{
color: #C4CADA;
}
.AnyTagClassName
{
color: #C4CADA;
}
</style>
background-color css
<style>
a { background-color: #C4CADA; }
a { background-color: rgb(196,202,218); }
div.DivClassName
{
background-color: #C4CADA;
}
.BgClassName
{
background-color: #C4CADA;
}
</style>
border-color css
<style>
span { border-color: #C4CADA; }
span { border-color: rgb(196,202,218); }
td.TdClassName
{
border-color: #C4CADA;
}
.TagClassName
{
border-color: #C4CADA;
}
</style>