Shades of Link Water #C7CDDC
Tints of Link Water #C7CDDC
RGB
CMYK
RGB Variations
Color information
#C7CDDC (or 0xC7CDDC) is known color: Link Water. HEX triplet: C7, CD and DC. RGB value is (199,205,220). Sum of RGB (Red+Green+Blue) = 199+205+220=624 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.89% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7CDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CDDC is #383223. Grayscale: #CCCCCC. Windows color (decimal): -3682852 or 14470599. OLE color: 14470599.
HSL color Cylindrical-coordinate representation of color #C7CDDC: hue angle of 222.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 #C7CDDC is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 205 | 220 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.14 |
| HSL | 222.86º | 0.23% | 0.82% | - |
| HSV(B) | 222.86º | 0.1% | 0.86% | - |
| XYZ | 58.3 | 60.97 | 76.41 | - |
| YUV | 204.92 | 136.51 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 205 | 220 | 0.10 | 0.07 | 0 | 0.14 | 222.86 | 0.23 | 0.82 |
| Hex | C7 | CD | DC | A | 7 | 0 | E | DF | 17 | 52 |
| Octal | 307 | 315 | 334 | 12 | 7 | 0 | 16 | 337 | 27 | 122 |
| Binary | 11000111 | 11001101 | 11011100 | 1010 | 111 | 0 | 1110 | 11011111 | 10111 | 1010010 |
Color Harmonies of #C7CDDC
Complementary color
Monochromatic Colors of #C7CDDC
Black with #C7CDDC
Text Example
Text Example
White with #C7CDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CDDC; }
p { color: rgb(199,205,220); }
H1.HeaderClassName
{
color: #C7CDDC;
}
.AnyTagClassName
{
color: #C7CDDC;
}
</style>
background-color css
<style>
a { background-color: #C7CDDC; }
a { background-color: rgb(199,205,220); }
div.DivClassName
{
background-color: #C7CDDC;
}
.BgClassName
{
background-color: #C7CDDC;
}
</style>
border-color css
<style>
span { border-color: #C7CDDC; }
span { border-color: rgb(199,205,220); }
td.TdClassName
{
border-color: #C7CDDC;
}
.TagClassName
{
border-color: #C7CDDC;
}
</style>