Shades of Link Water #C7D7E6
Tints of Link Water #C7D7E6
RGB
CMYK
RGB Variations
Color information
#C7D7E6 (or 0xC7D7E6) is known color: Link Water. HEX triplet: C7, D7 and E6. RGB value is (199,215,230). Sum of RGB (Red+Green+Blue) = 199+215+230=644 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.90% from 644); Green value is 215 (84.38% from 255 or 33.39% from 644); Blue value is 230 (90.23% from 255 or 35.71% from 644); Max value from RGB is 230 - color contains mainly: blue. Hex color #C7D7E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7D7E6 is #382819. Grayscale: #D3D3D3. Windows color (decimal): -3680282 or 15128519. OLE color: 15128519.
HSL color Cylindrical-coordinate representation of color #C7D7E6: hue angle of 209.03º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7D7E6 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 199 | 215 | 230 | - |
CMYK | 0.13 | 0.07 | 0 | 0.10 |
HSL | 209.03º | 0.38% | 0.84% | - |
HSV(B) | 209.03º | 0.13% | 0.9% | - |
XYZ | 62.14 | 66.46 | 84.42 | - |
YUV | 211.93 | 138.2 | 118.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 215 | 230 | 0.13 | 0.07 | 0 | 0.10 | 209.03 | 0.38 | 0.84 |
Hex | C7 | D7 | E6 | D | 7 | 0 | A | D1 | 26 | 54 |
Octal | 307 | 327 | 346 | 15 | 7 | 0 | 12 | 321 | 46 | 124 |
Binary | 11000111 | 11010111 | 11100110 | 1101 | 111 | 0 | 1010 | 11010001 | 100110 | 1010100 |
Color Harmonies of #C7D7E6
Complementary color
Monochromatic Colors of #C7D7E6
Black with #C7D7E6
Text Example
Text Example
White with #C7D7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D7E6; }
p { color: rgb(199,215,230); }
H1.HeaderClassName
{
color: #C7D7E6;
}
.AnyTagClassName
{
color: #C7D7E6;
}
</style>
background-color css
<style>
a { background-color: #C7D7E6; }
a { background-color: rgb(199,215,230); }
div.DivClassName
{
background-color: #C7D7E6;
}
.BgClassName
{
background-color: #C7D7E6;
}
</style>
border-color css
<style>
span { border-color: #C7D7E6; }
span { border-color: rgb(199,215,230); }
td.TdClassName
{
border-color: #C7D7E6;
}
.TagClassName
{
border-color: #C7D7E6;
}
</style>