Shades of Link Water #C8CCCF
Tints of Link Water #C8CCCF
RGB
CMYK
RGB Variations
Color information
#C8CCCF (or 0xC8CCCF) is known color: Link Water. HEX triplet: C8, CC and CF. RGB value is (200,204,207). Sum of RGB (Red+Green+Blue) = 200+204+207=611 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.73% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 207 (81.25% from 255 or 33.88% from 611); Max value from RGB is 207 - color contains mainly: blue. Hex color #C8CCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CCCF is #373330. Grayscale: #CBCBCB. Windows color (decimal): -3617585 or 13618376. OLE color: 13618376.
HSL color Cylindrical-coordinate representation of color #C8CCCF: hue angle of 205.71º degrees, saturation: 0.07, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C8CCCF is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 200 | 204 | 207 | - |
CMYK | 0.03 | 0.01 | 0 | 0.19 |
HSL | 205.71º | 0.07% | 0.8% | - |
HSV(B) | 205.71º | 0.03% | 0.81% | - |
XYZ | 56.67 | 59.97 | 67.62 | - |
YUV | 203.15 | 130.17 | 125.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 204 | 207 | 0.03 | 0.01 | 0 | 0.19 | 205.71 | 0.07 | 0.8 |
Hex | C8 | CC | CF | 3 | 1 | 0 | 13 | CE | 7 | 50 |
Octal | 310 | 314 | 317 | 3 | 1 | 0 | 23 | 316 | 7 | 120 |
Binary | 11001000 | 11001100 | 11001111 | 11 | 1 | 0 | 10011 | 11001110 | 111 | 1010000 |
Color Harmonies of #C8CCCF
Complementary color
Monochromatic Colors of #C8CCCF
Black with #C8CCCF
Text Example
Text Example
White with #C8CCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CCCF; }
p { color: rgb(200,204,207); }
H1.HeaderClassName
{
color: #C8CCCF;
}
.AnyTagClassName
{
color: #C8CCCF;
}
</style>
background-color css
<style>
a { background-color: #C8CCCF; }
a { background-color: rgb(200,204,207); }
div.DivClassName
{
background-color: #C8CCCF;
}
.BgClassName
{
background-color: #C8CCCF;
}
</style>
border-color css
<style>
span { border-color: #C8CCCF; }
span { border-color: rgb(200,204,207); }
td.TdClassName
{
border-color: #C8CCCF;
}
.TagClassName
{
border-color: #C8CCCF;
}
</style>