Shades of Link Water #C9CFDC
Tints of Link Water #C9CFDC
RGB
CMYK
RGB Variations
Color information
#C9CFDC (or 0xC9CFDC) is known color: Link Water. HEX triplet: C9, CF and DC. RGB value is (201,207,220). Sum of RGB (Red+Green+Blue) = 201+207+220=628 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.01% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 220 - color contains mainly: blue. Hex color #C9CFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CFDC is #363023. Grayscale: #CECECE. Windows color (decimal): -3551268 or 14471113. OLE color: 14471113.
HSL color Cylindrical-coordinate representation of color #C9CFDC: hue angle of 221.05º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9CFDC is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 207 | 220 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.14 |
| HSL | 221.05º | 0.21% | 0.83% | - |
| HSV(B) | 221.05º | 0.09% | 0.86% | - |
| XYZ | 59.32 | 62.21 | 76.59 | - |
| YUV | 206.69 | 135.51 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 207 | 220 | 0.09 | 0.06 | 0 | 0.14 | 221.05 | 0.21 | 0.83 |
| Hex | C9 | CF | DC | 9 | 6 | 0 | E | DD | 15 | 53 |
| Octal | 311 | 317 | 334 | 11 | 6 | 0 | 16 | 335 | 25 | 123 |
| Binary | 11001001 | 11001111 | 11011100 | 1001 | 110 | 0 | 1110 | 11011101 | 10101 | 1010011 |
Color Harmonies of #C9CFDC
Complementary color
Monochromatic Colors of #C9CFDC
Black with #C9CFDC
Text Example
Text Example
White with #C9CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CFDC; }
p { color: rgb(201,207,220); }
H1.HeaderClassName
{
color: #C9CFDC;
}
.AnyTagClassName
{
color: #C9CFDC;
}
</style>
background-color css
<style>
a { background-color: #C9CFDC; }
a { background-color: rgb(201,207,220); }
div.DivClassName
{
background-color: #C9CFDC;
}
.BgClassName
{
background-color: #C9CFDC;
}
</style>
border-color css
<style>
span { border-color: #C9CFDC; }
span { border-color: rgb(201,207,220); }
td.TdClassName
{
border-color: #C9CFDC;
}
.TagClassName
{
border-color: #C9CFDC;
}
</style>