Shades of Link Water #C4CFDC
Tints of Link Water #C4CFDC
RGB
CMYK
RGB Variations
Color information
#C4CFDC (or 0xC4CFDC) is known color: Link Water. HEX triplet: C4, CF and DC. RGB value is (196,207,220). Sum of RGB (Red+Green+Blue) = 196+207+220=623 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.46% from 623); Green value is 207 (81.25% from 255 or 33.23% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4CFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CFDC is #3B3023. Grayscale: #CDCDCD. Windows color (decimal): -3878948 or 14471108. OLE color: 14471108.
HSL color Cylindrical-coordinate representation of color #C4CFDC: hue angle of 212.5º 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 #C4CFDC is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 207 | 220 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.14 |
| HSL | 212.5º | 0.26% | 0.82% | - |
| HSV(B) | 212.5º | 0.11% | 0.86% | - |
| XYZ | 58 | 61.53 | 76.53 | - |
| YUV | 205.19 | 136.36 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 207 | 220 | 0.11 | 0.06 | 0 | 0.14 | 212.5 | 0.26 | 0.82 |
| Hex | C4 | CF | DC | B | 6 | 0 | E | D4 | 1A | 52 |
| Octal | 304 | 317 | 334 | 13 | 6 | 0 | 16 | 324 | 32 | 122 |
| Binary | 11000100 | 11001111 | 11011100 | 1011 | 110 | 0 | 1110 | 11010100 | 11010 | 1010010 |
Color Harmonies of #C4CFDC
Complementary color
Monochromatic Colors of #C4CFDC
Black with #C4CFDC
Text Example
Text Example
White with #C4CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CFDC; }
p { color: rgb(196,207,220); }
H1.HeaderClassName
{
color: #C4CFDC;
}
.AnyTagClassName
{
color: #C4CFDC;
}
</style>
background-color css
<style>
a { background-color: #C4CFDC; }
a { background-color: rgb(196,207,220); }
div.DivClassName
{
background-color: #C4CFDC;
}
.BgClassName
{
background-color: #C4CFDC;
}
</style>
border-color css
<style>
span { border-color: #C4CFDC; }
span { border-color: rgb(196,207,220); }
td.TdClassName
{
border-color: #C4CFDC;
}
.TagClassName
{
border-color: #C4CFDC;
}
</style>