Shades of Link Water #C9CFDD
Tints of Link Water #C9CFDD
RGB
CMYK
RGB Variations
Color information
#C9CFDD (or 0xC9CFDD) is known color: Link Water. HEX triplet: C9, CF and DD. RGB value is (201,207,221). Sum of RGB (Red+Green+Blue) = 201+207+221=629 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.96% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 221 - color contains mainly: blue. Hex color #C9CFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CFDD is #363022. Grayscale: #CECECE. Windows color (decimal): -3551267 or 14536649. OLE color: 14536649.
HSL color Cylindrical-coordinate representation of color #C9CFDD: hue angle of 222º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9CFDD is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 207 | 221 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.13 |
| HSL | 222º | 0.23% | 0.83% | - |
| HSV(B) | 222º | 0.09% | 0.87% | - |
| XYZ | 59.45 | 62.26 | 77.29 | - |
| YUV | 206.8 | 136.01 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 207 | 221 | 0.09 | 0.06 | 0 | 0.13 | 222 | 0.23 | 0.83 |
| Hex | C9 | CF | DD | 9 | 6 | 0 | D | DE | 17 | 53 |
| Octal | 311 | 317 | 335 | 11 | 6 | 0 | 15 | 336 | 27 | 123 |
| Binary | 11001001 | 11001111 | 11011101 | 1001 | 110 | 0 | 1101 | 11011110 | 10111 | 1010011 |
Color Harmonies of #C9CFDD
Complementary color
Monochromatic Colors of #C9CFDD
Black with #C9CFDD
Text Example
Text Example
White with #C9CFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CFDD; }
p { color: rgb(201,207,221); }
H1.HeaderClassName
{
color: #C9CFDD;
}
.AnyTagClassName
{
color: #C9CFDD;
}
</style>
background-color css
<style>
a { background-color: #C9CFDD; }
a { background-color: rgb(201,207,221); }
div.DivClassName
{
background-color: #C9CFDD;
}
.BgClassName
{
background-color: #C9CFDD;
}
</style>
border-color css
<style>
span { border-color: #C9CFDD; }
span { border-color: rgb(201,207,221); }
td.TdClassName
{
border-color: #C9CFDD;
}
.TagClassName
{
border-color: #C9CFDD;
}
</style>