Shades of Link Water #C1C9D4
Tints of Link Water #C1C9D4
RGB
CMYK
RGB Variations
Color information
#C1C9D4 (or 0xC1C9D4) is known color: Link Water. HEX triplet: C1, C9 and D4. RGB value is (193,201,212). Sum of RGB (Red+Green+Blue) = 193+201+212=606 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.85% from 606); Green value is 201 (78.91% from 255 or 33.17% from 606); Blue value is 212 (83.20% from 255 or 34.98% from 606); Max value from RGB is 212 - color contains mainly: blue. Hex color #C1C9D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C9D4 is #3E362B. Grayscale: #C7C7C7. Windows color (decimal): -4077100 or 13945281. OLE color: 13945281.
HSL color Cylindrical-coordinate representation of color #C1C9D4: hue angle of 214.74º degrees, saturation: 0.18, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C1C9D4 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 201 | 212 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.17 |
| HSL | 214.74º | 0.18% | 0.79% | - |
| HSV(B) | 214.74º | 0.09% | 0.83% | - |
| XYZ | 54.76 | 57.86 | 70.57 | - |
| YUV | 199.86 | 134.85 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 201 | 212 | 0.09 | 0.05 | 0 | 0.17 | 214.74 | 0.18 | 0.79 |
| Hex | C1 | C9 | D4 | 9 | 5 | 0 | 11 | D7 | 12 | 4F |
| Octal | 301 | 311 | 324 | 11 | 5 | 0 | 21 | 327 | 22 | 117 |
| Binary | 11000001 | 11001001 | 11010100 | 1001 | 101 | 0 | 10001 | 11010111 | 10010 | 1001111 |
Color Harmonies of #C1C9D4
Complementary color
Monochromatic Colors of #C1C9D4
Black with #C1C9D4
Text Example
Text Example
White with #C1C9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C9D4; }
p { color: rgb(193,201,212); }
H1.HeaderClassName
{
color: #C1C9D4;
}
.AnyTagClassName
{
color: #C1C9D4;
}
</style>
background-color css
<style>
a { background-color: #C1C9D4; }
a { background-color: rgb(193,201,212); }
div.DivClassName
{
background-color: #C1C9D4;
}
.BgClassName
{
background-color: #C1C9D4;
}
</style>
border-color css
<style>
span { border-color: #C1C9D4; }
span { border-color: rgb(193,201,212); }
td.TdClassName
{
border-color: #C1C9D4;
}
.TagClassName
{
border-color: #C1C9D4;
}
</style>