Shades of Link Water #C4CADC
Tints of Link Water #C4CADC
RGB
CMYK
RGB Variations
Color information
#C4CADC (or 0xC4CADC) is known color: Link Water. HEX triplet: C4, CA and DC. RGB value is (196,202,220). Sum of RGB (Red+Green+Blue) = 196+202+220=618 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.72% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4CADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CADC is #3B3523. Grayscale: #CACACA. Windows color (decimal): -3880228 or 14469828. OLE color: 14469828.
HSL color Cylindrical-coordinate representation of color #C4CADC: hue angle of 225º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4CADC is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 202 | 220 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.14 |
| HSL | 225º | 0.26% | 0.82% | - |
| HSV(B) | 225º | 0.11% | 0.86% | - |
| XYZ | 56.8 | 59.14 | 76.13 | - |
| YUV | 202.26 | 138.01 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 202 | 220 | 0.11 | 0.08 | 0 | 0.14 | 225 | 0.26 | 0.82 |
| Hex | C4 | CA | DC | B | 8 | 0 | E | E1 | 1A | 52 |
| Octal | 304 | 312 | 334 | 13 | 10 | 0 | 16 | 341 | 32 | 122 |
| Binary | 11000100 | 11001010 | 11011100 | 1011 | 1000 | 0 | 1110 | 11100001 | 11010 | 1010010 |
Color Harmonies of #C4CADC
Complementary color
Monochromatic Colors of #C4CADC
Black with #C4CADC
Text Example
Text Example
White with #C4CADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CADC; }
p { color: rgb(196,202,220); }
H1.HeaderClassName
{
color: #C4CADC;
}
.AnyTagClassName
{
color: #C4CADC;
}
</style>
background-color css
<style>
a { background-color: #C4CADC; }
a { background-color: rgb(196,202,220); }
div.DivClassName
{
background-color: #C4CADC;
}
.BgClassName
{
background-color: #C4CADC;
}
</style>
border-color css
<style>
span { border-color: #C4CADC; }
span { border-color: rgb(196,202,220); }
td.TdClassName
{
border-color: #C4CADC;
}
.TagClassName
{
border-color: #C4CADC;
}
</style>