Shades of Link Water #C9CEDC
Tints of Link Water #C9CEDC
RGB
CMYK
RGB Variations
Color information
#C9CEDC (or 0xC9CEDC) is known color: Link Water. HEX triplet: C9, CE and DC. RGB value is (201,206,220). Sum of RGB (Red+Green+Blue) = 201+206+220=627 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.06% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 220 - color contains mainly: blue. Hex color #C9CEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CEDC is #363123. Grayscale: #CECECE. Windows color (decimal): -3551524 or 14470857. OLE color: 14470857.
HSL color Cylindrical-coordinate representation of color #C9CEDC: hue angle of 224.21º 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 #C9CEDC is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 206 | 220 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.14 |
| HSL | 224.21º | 0.21% | 0.83% | - |
| HSV(B) | 224.21º | 0.09% | 0.86% | - |
| XYZ | 59.08 | 61.73 | 76.51 | - |
| YUV | 206.1 | 135.84 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 206 | 220 | 0.09 | 0.06 | 0 | 0.14 | 224.21 | 0.21 | 0.83 |
| Hex | C9 | CE | DC | 9 | 6 | 0 | E | E0 | 15 | 53 |
| Octal | 311 | 316 | 334 | 11 | 6 | 0 | 16 | 340 | 25 | 123 |
| Binary | 11001001 | 11001110 | 11011100 | 1001 | 110 | 0 | 1110 | 11100000 | 10101 | 1010011 |
Color Harmonies of #C9CEDC
Complementary color
Monochromatic Colors of #C9CEDC
Black with #C9CEDC
Text Example
Text Example
White with #C9CEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CEDC; }
p { color: rgb(201,206,220); }
H1.HeaderClassName
{
color: #C9CEDC;
}
.AnyTagClassName
{
color: #C9CEDC;
}
</style>
background-color css
<style>
a { background-color: #C9CEDC; }
a { background-color: rgb(201,206,220); }
div.DivClassName
{
background-color: #C9CEDC;
}
.BgClassName
{
background-color: #C9CEDC;
}
</style>
border-color css
<style>
span { border-color: #C9CEDC; }
span { border-color: rgb(201,206,220); }
td.TdClassName
{
border-color: #C9CEDC;
}
.TagClassName
{
border-color: #C9CEDC;
}
</style>