Shades of Link Water #C9CFDE
Tints of Link Water #C9CFDE
RGB
CMYK
RGB Variations
Color information
#C9CFDE (or 0xC9CFDE) is known color: Link Water. HEX triplet: C9, CF and DE. RGB value is (201,207,222). Sum of RGB (Red+Green+Blue) = 201+207+222=630 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.90% from 630); Green value is 207 (81.25% from 255 or 32.86% from 630); Blue value is 222 (87.11% from 255 or 35.24% from 630); Max value from RGB is 222 - color contains mainly: blue. Hex color #C9CFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CFDE is #363021. Grayscale: #CECECE. Windows color (decimal): -3551266 or 14602185. OLE color: 14602185.
HSL color Cylindrical-coordinate representation of color #C9CFDE: hue angle of 222.86º degrees, saturation: 0.24, 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 #C9CFDE is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 207 | 222 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.13 |
| HSL | 222.86º | 0.24% | 0.83% | - |
| HSV(B) | 222.86º | 0.09% | 0.87% | - |
| XYZ | 59.59 | 62.32 | 78 | - |
| YUV | 206.92 | 136.51 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 207 | 222 | 0.09 | 0.07 | 0 | 0.13 | 222.86 | 0.24 | 0.83 |
| Hex | C9 | CF | DE | 9 | 7 | 0 | D | DF | 18 | 53 |
| Octal | 311 | 317 | 336 | 11 | 7 | 0 | 15 | 337 | 30 | 123 |
| Binary | 11001001 | 11001111 | 11011110 | 1001 | 111 | 0 | 1101 | 11011111 | 11000 | 1010011 |
Color Harmonies of #C9CFDE
Complementary color
Monochromatic Colors of #C9CFDE
Black with #C9CFDE
Text Example
Text Example
White with #C9CFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CFDE; }
p { color: rgb(201,207,222); }
H1.HeaderClassName
{
color: #C9CFDE;
}
.AnyTagClassName
{
color: #C9CFDE;
}
</style>
background-color css
<style>
a { background-color: #C9CFDE; }
a { background-color: rgb(201,207,222); }
div.DivClassName
{
background-color: #C9CFDE;
}
.BgClassName
{
background-color: #C9CFDE;
}
</style>
border-color css
<style>
span { border-color: #C9CFDE; }
span { border-color: rgb(201,207,222); }
td.TdClassName
{
border-color: #C9CFDE;
}
.TagClassName
{
border-color: #C9CFDE;
}
</style>