Shades of Link Water #C7CCDC
Tints of Link Water #C7CCDC
RGB
CMYK
RGB Variations
Color information
#C7CCDC (or 0xC7CCDC) is known color: Link Water. HEX triplet: C7, CC and DC. RGB value is (199,204,220). Sum of RGB (Red+Green+Blue) = 199+204+220=623 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.94% from 623); Green value is 204 (80.08% from 255 or 32.74% 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 #C7CCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CCDC is #383323. Grayscale: #CCCCCC. Windows color (decimal): -3683108 or 14470343. OLE color: 14470343.
HSL color Cylindrical-coordinate representation of color #C7CCDC: hue angle of 225.71º 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 #C7CCDC is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 199 | 204 | 220 | - |
CMYK | 0.10 | 0.07 | 0 | 0.14 |
HSL | 225.71º | 0.23% | 0.82% | - |
HSV(B) | 225.71º | 0.1% | 0.86% | - |
XYZ | 58.06 | 60.5 | 76.33 | - |
YUV | 204.33 | 136.84 | 124.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 204 | 220 | 0.10 | 0.07 | 0 | 0.14 | 225.71 | 0.23 | 0.82 |
Hex | C7 | CC | DC | A | 7 | 0 | E | E2 | 17 | 52 |
Octal | 307 | 314 | 334 | 12 | 7 | 0 | 16 | 342 | 27 | 122 |
Binary | 11000111 | 11001100 | 11011100 | 1010 | 111 | 0 | 1110 | 11100010 | 10111 | 1010010 |
Color Harmonies of #C7CCDC
Complementary color
Monochromatic Colors of #C7CCDC
Black with #C7CCDC
Text Example
Text Example
White with #C7CCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CCDC; }
p { color: rgb(199,204,220); }
H1.HeaderClassName
{
color: #C7CCDC;
}
.AnyTagClassName
{
color: #C7CCDC;
}
</style>
background-color css
<style>
a { background-color: #C7CCDC; }
a { background-color: rgb(199,204,220); }
div.DivClassName
{
background-color: #C7CCDC;
}
.BgClassName
{
background-color: #C7CCDC;
}
</style>
border-color css
<style>
span { border-color: #C7CCDC; }
span { border-color: rgb(199,204,220); }
td.TdClassName
{
border-color: #C7CCDC;
}
.TagClassName
{
border-color: #C7CCDC;
}
</style>