Shades of Link Water #C9CDDC
Tints of Link Water #C9CDDC
RGB
CMYK
RGB Variations
Color information
#C9CDDC (or 0xC9CDDC) is known color: Link Water. HEX triplet: C9, CD and DC. RGB value is (201,205,220). Sum of RGB (Red+Green+Blue) = 201+205+220=626 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.11% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 220 - color contains mainly: blue. Hex color #C9CDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CDDC is #363223. Grayscale: #CDCDCD. Windows color (decimal): -3551780 or 14470601. OLE color: 14470601.
HSL color Cylindrical-coordinate representation of color #C9CDDC: hue angle of 227.37º 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 #C9CDDC is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 205 | 220 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.14 |
| HSL | 227.37º | 0.21% | 0.83% | - |
| HSV(B) | 227.37º | 0.09% | 0.86% | - |
| XYZ | 58.84 | 61.25 | 76.43 | - |
| YUV | 205.51 | 136.17 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 205 | 220 | 0.09 | 0.07 | 0 | 0.14 | 227.37 | 0.21 | 0.83 |
| Hex | C9 | CD | DC | 9 | 7 | 0 | E | E3 | 15 | 53 |
| Octal | 311 | 315 | 334 | 11 | 7 | 0 | 16 | 343 | 25 | 123 |
| Binary | 11001001 | 11001101 | 11011100 | 1001 | 111 | 0 | 1110 | 11100011 | 10101 | 1010011 |
Color Harmonies of #C9CDDC
Complementary color
Monochromatic Colors of #C9CDDC
Black with #C9CDDC
Text Example
Text Example
White with #C9CDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CDDC; }
p { color: rgb(201,205,220); }
H1.HeaderClassName
{
color: #C9CDDC;
}
.AnyTagClassName
{
color: #C9CDDC;
}
</style>
background-color css
<style>
a { background-color: #C9CDDC; }
a { background-color: rgb(201,205,220); }
div.DivClassName
{
background-color: #C9CDDC;
}
.BgClassName
{
background-color: #C9CDDC;
}
</style>
border-color css
<style>
span { border-color: #C9CDDC; }
span { border-color: rgb(201,205,220); }
td.TdClassName
{
border-color: #C9CDDC;
}
.TagClassName
{
border-color: #C9CDDC;
}
</style>