Shades of Link Water #C9D0DD
Tints of Link Water #C9D0DD
RGB
CMYK
RGB Variations
Color information
#C9D0DD (or 0xC9D0DD) is known color: Link Water. HEX triplet: C9, D0 and DD. RGB value is (201,208,221). Sum of RGB (Red+Green+Blue) = 201+208+221=630 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.90% from 630); Green value is 208 (81.64% from 255 or 33.02% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 221 - color contains mainly: blue. Hex color #C9D0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D0DD is #362F22. Grayscale: #CFCFCF. Windows color (decimal): -3551011 or 14536905. OLE color: 14536905.
HSL color Cylindrical-coordinate representation of color #C9D0DD: hue angle of 219º 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 #C9D0DD is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 208 | 221 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.13 |
| HSL | 219º | 0.23% | 0.83% | - |
| HSV(B) | 219º | 0.09% | 0.87% | - |
| XYZ | 59.69 | 62.75 | 77.37 | - |
| YUV | 207.39 | 135.68 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 208 | 221 | 0.09 | 0.06 | 0 | 0.13 | 219 | 0.23 | 0.83 |
| Hex | C9 | D0 | DD | 9 | 6 | 0 | D | DB | 17 | 53 |
| Octal | 311 | 320 | 335 | 11 | 6 | 0 | 15 | 333 | 27 | 123 |
| Binary | 11001001 | 11010000 | 11011101 | 1001 | 110 | 0 | 1101 | 11011011 | 10111 | 1010011 |
Color Harmonies of #C9D0DD
Complementary color
Monochromatic Colors of #C9D0DD
Black with #C9D0DD
Text Example
Text Example
White with #C9D0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D0DD; }
p { color: rgb(201,208,221); }
H1.HeaderClassName
{
color: #C9D0DD;
}
.AnyTagClassName
{
color: #C9D0DD;
}
</style>
background-color css
<style>
a { background-color: #C9D0DD; }
a { background-color: rgb(201,208,221); }
div.DivClassName
{
background-color: #C9D0DD;
}
.BgClassName
{
background-color: #C9D0DD;
}
</style>
border-color css
<style>
span { border-color: #C9D0DD; }
span { border-color: rgb(201,208,221); }
td.TdClassName
{
border-color: #C9D0DD;
}
.TagClassName
{
border-color: #C9D0DD;
}
</style>