Shades of Link Water #C7D4DC
Tints of Link Water #C7D4DC
RGB
CMYK
RGB Variations
Color information
#C7D4DC (or 0xC7D4DC) is known color: Link Water. HEX triplet: C7, D4 and DC. RGB value is (199,212,220). Sum of RGB (Red+Green+Blue) = 199+212+220=631 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.54% from 631); Green value is 212 (83.20% from 255 or 33.60% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7D4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D4DC is #382B23. Grayscale: #D0D0D0. Windows color (decimal): -3681060 or 14472391. OLE color: 14472391.
HSL color Cylindrical-coordinate representation of color #C7D4DC: hue angle of 202.86º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7D4DC is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 212 | 220 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.14 |
| HSL | 202.86º | 0.23% | 0.82% | - |
| HSV(B) | 202.86º | 0.1% | 0.86% | - |
| XYZ | 60.01 | 64.4 | 76.98 | - |
| YUV | 209.03 | 134.19 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 212 | 220 | 0.10 | 0.04 | 0 | 0.14 | 202.86 | 0.23 | 0.82 |
| Hex | C7 | D4 | DC | A | 4 | 0 | E | CB | 17 | 52 |
| Octal | 307 | 324 | 334 | 12 | 4 | 0 | 16 | 313 | 27 | 122 |
| Binary | 11000111 | 11010100 | 11011100 | 1010 | 100 | 0 | 1110 | 11001011 | 10111 | 1010010 |
Color Harmonies of #C7D4DC
Complementary color
Monochromatic Colors of #C7D4DC
Black with #C7D4DC
Text Example
Text Example
White with #C7D4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D4DC; }
p { color: rgb(199,212,220); }
H1.HeaderClassName
{
color: #C7D4DC;
}
.AnyTagClassName
{
color: #C7D4DC;
}
</style>
background-color css
<style>
a { background-color: #C7D4DC; }
a { background-color: rgb(199,212,220); }
div.DivClassName
{
background-color: #C7D4DC;
}
.BgClassName
{
background-color: #C7D4DC;
}
</style>
border-color css
<style>
span { border-color: #C7D4DC; }
span { border-color: rgb(199,212,220); }
td.TdClassName
{
border-color: #C7D4DC;
}
.TagClassName
{
border-color: #C7D4DC;
}
</style>