Shades of Link Water #C9CCCE
Tints of Link Water #C9CCCE
RGB
CMYK
RGB Variations
Color information
#C9CCCE (or 0xC9CCCE) is known color: Link Water. HEX triplet: C9, CC and CE. RGB value is (201,204,206). Sum of RGB (Red+Green+Blue) = 201+204+206=611 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.90% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 206 - color contains mainly: blue. Hex color #C9CCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CCCE is #363331. Grayscale: #CBCBCB. Windows color (decimal): -3552050 or 13552841. OLE color: 13552841.
HSL color Cylindrical-coordinate representation of color #C9CCCE: hue angle of 204º degrees, saturation: 0.05, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C9CCCE is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 201 | 204 | 206 | - |
CMYK | 0.02 | 0.01 | 0 | 0.19 |
HSL | 204º | 0.05% | 0.8% | - |
HSV(B) | 204º | 0.02% | 0.81% | - |
XYZ | 56.82 | 60.06 | 66.99 | - |
YUV | 203.33 | 129.51 | 126.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 204 | 206 | 0.02 | 0.01 | 0 | 0.19 | 204 | 0.05 | 0.8 |
Hex | C9 | CC | CE | 2 | 1 | 0 | 13 | CC | 5 | 50 |
Octal | 311 | 314 | 316 | 2 | 1 | 0 | 23 | 314 | 5 | 120 |
Binary | 11001001 | 11001100 | 11001110 | 10 | 1 | 0 | 10011 | 11001100 | 101 | 1010000 |
Color Harmonies of #C9CCCE
Complementary color
Monochromatic Colors of #C9CCCE
Black with #C9CCCE
Text Example
Text Example
White with #C9CCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CCCE; }
p { color: rgb(201,204,206); }
H1.HeaderClassName
{
color: #C9CCCE;
}
.AnyTagClassName
{
color: #C9CCCE;
}
</style>
background-color css
<style>
a { background-color: #C9CCCE; }
a { background-color: rgb(201,204,206); }
div.DivClassName
{
background-color: #C9CCCE;
}
.BgClassName
{
background-color: #C9CCCE;
}
</style>
border-color css
<style>
span { border-color: #C9CCCE; }
span { border-color: rgb(201,204,206); }
td.TdClassName
{
border-color: #C9CCCE;
}
.TagClassName
{
border-color: #C9CCCE;
}
</style>