Shades of Link Water #C4D1DC
Tints of Link Water #C4D1DC
RGB
CMYK
RGB Variations
Color information
#C4D1DC (or 0xC4D1DC) is known color: Link Water. HEX triplet: C4, D1 and DC. RGB value is (196,209,220). Sum of RGB (Red+Green+Blue) = 196+209+220=625 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.36% from 625); Green value is 209 (82.03% from 255 or 33.44% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4D1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D1DC is #3B2E23. Grayscale: #CECECE. Windows color (decimal): -3878436 or 14471620. OLE color: 14471620.
HSL color Cylindrical-coordinate representation of color #C4D1DC: hue angle of 207.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 #C4D1DC is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 209 | 220 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.14 |
| HSL | 207.5º | 0.26% | 0.82% | - |
| HSV(B) | 207.5º | 0.11% | 0.86% | - |
| XYZ | 58.48 | 62.5 | 76.69 | - |
| YUV | 206.37 | 135.69 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 209 | 220 | 0.11 | 0.05 | 0 | 0.14 | 207.5 | 0.26 | 0.82 |
| Hex | C4 | D1 | DC | B | 5 | 0 | E | D0 | 1A | 52 |
| Octal | 304 | 321 | 334 | 13 | 5 | 0 | 16 | 320 | 32 | 122 |
| Binary | 11000100 | 11010001 | 11011100 | 1011 | 101 | 0 | 1110 | 11010000 | 11010 | 1010010 |
Color Harmonies of #C4D1DC
Complementary color
Monochromatic Colors of #C4D1DC
Black with #C4D1DC
Text Example
Text Example
White with #C4D1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D1DC; }
p { color: rgb(196,209,220); }
H1.HeaderClassName
{
color: #C4D1DC;
}
.AnyTagClassName
{
color: #C4D1DC;
}
</style>
background-color css
<style>
a { background-color: #C4D1DC; }
a { background-color: rgb(196,209,220); }
div.DivClassName
{
background-color: #C4D1DC;
}
.BgClassName
{
background-color: #C4D1DC;
}
</style>
border-color css
<style>
span { border-color: #C4D1DC; }
span { border-color: rgb(196,209,220); }
td.TdClassName
{
border-color: #C4D1DC;
}
.TagClassName
{
border-color: #C4D1DC;
}
</style>