Shades of Link Water #C8CCCE
Tints of Link Water #C8CCCE
RGB
CMYK
RGB Variations
Color information
#C8CCCE (or 0xC8CCCE) is known color: Link Water. HEX triplet: C8, CC and CE. RGB value is (200,204,206). Sum of RGB (Red+Green+Blue) = 200+204+206=610 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.79% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 206 - color contains mainly: blue. Hex color #C8CCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CCCE is #373331. Grayscale: #CBCBCB. Windows color (decimal): -3617586 or 13552840. OLE color: 13552840.
HSL color Cylindrical-coordinate representation of color #C8CCCE: hue angle of 200º degrees, saturation: 0.06, 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 #C8CCCE is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 200 | 204 | 206 | - |
CMYK | 0.03 | 0.01 | 0 | 0.19 |
HSL | 200º | 0.06% | 0.8% | - |
HSV(B) | 200º | 0.03% | 0.81% | - |
XYZ | 56.55 | 59.92 | 66.98 | - |
YUV | 203.03 | 129.67 | 125.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 204 | 206 | 0.03 | 0.01 | 0 | 0.19 | 200 | 0.06 | 0.8 |
Hex | C8 | CC | CE | 3 | 1 | 0 | 13 | C8 | 6 | 50 |
Octal | 310 | 314 | 316 | 3 | 1 | 0 | 23 | 310 | 6 | 120 |
Binary | 11001000 | 11001100 | 11001110 | 11 | 1 | 0 | 10011 | 11001000 | 110 | 1010000 |
Color Harmonies of #C8CCCE
Complementary color
Monochromatic Colors of #C8CCCE
Black with #C8CCCE
Text Example
Text Example
White with #C8CCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CCCE; }
p { color: rgb(200,204,206); }
H1.HeaderClassName
{
color: #C8CCCE;
}
.AnyTagClassName
{
color: #C8CCCE;
}
</style>
background-color css
<style>
a { background-color: #C8CCCE; }
a { background-color: rgb(200,204,206); }
div.DivClassName
{
background-color: #C8CCCE;
}
.BgClassName
{
background-color: #C8CCCE;
}
</style>
border-color css
<style>
span { border-color: #C8CCCE; }
span { border-color: rgb(200,204,206); }
td.TdClassName
{
border-color: #C8CCCE;
}
.TagClassName
{
border-color: #C8CCCE;
}
</style>