Shades of Link Water #C9CBD9
Tints of Link Water #C9CBD9
RGB
CMYK
RGB Variations
Color information
#C9CBD9 (or 0xC9CBD9) is known color: Link Water. HEX triplet: C9, CB and D9. RGB value is (201,203,217). Sum of RGB (Red+Green+Blue) = 201+203+217=621 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.37% from 621); Green value is 203 (79.69% from 255 or 32.69% from 621); Blue value is 217 (85.16% from 255 or 34.94% from 621); Max value from RGB is 217 - color contains mainly: blue. Hex color #C9CBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CBD9 is #363426. Grayscale: #CBCBCB. Windows color (decimal): -3552295 or 14273481. OLE color: 14273481.
HSL color Cylindrical-coordinate representation of color #C9CBD9: hue angle of 232.5º degrees, saturation: 0.17, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C9CBD9 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 203 | 217 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.15 |
| HSL | 232.5º | 0.17% | 0.82% | - |
| HSV(B) | 232.5º | 0.07% | 0.85% | - |
| XYZ | 57.97 | 60.14 | 74.2 | - |
| YUV | 204 | 135.34 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 203 | 217 | 0.07 | 0.06 | 0 | 0.15 | 232.5 | 0.17 | 0.82 |
| Hex | C9 | CB | D9 | 7 | 6 | 0 | F | E8 | 11 | 52 |
| Octal | 311 | 313 | 331 | 7 | 6 | 0 | 17 | 350 | 21 | 122 |
| Binary | 11001001 | 11001011 | 11011001 | 111 | 110 | 0 | 1111 | 11101000 | 10001 | 1010010 |
Color Harmonies of #C9CBD9
Complementary color
Monochromatic Colors of #C9CBD9
Black with #C9CBD9
Text Example
Text Example
White with #C9CBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CBD9; }
p { color: rgb(201,203,217); }
H1.HeaderClassName
{
color: #C9CBD9;
}
.AnyTagClassName
{
color: #C9CBD9;
}
</style>
background-color css
<style>
a { background-color: #C9CBD9; }
a { background-color: rgb(201,203,217); }
div.DivClassName
{
background-color: #C9CBD9;
}
.BgClassName
{
background-color: #C9CBD9;
}
</style>
border-color css
<style>
span { border-color: #C9CBD9; }
span { border-color: rgb(201,203,217); }
td.TdClassName
{
border-color: #C9CBD9;
}
.TagClassName
{
border-color: #C9CBD9;
}
</style>