Shades of Link Water #C2C9D3
Tints of Link Water #C2C9D3
RGB
CMYK
RGB Variations
Color information
#C2C9D3 (or 0xC2C9D3) is known color: Link Water. HEX triplet: C2, C9 and D3. RGB value is (194,201,211). Sum of RGB (Red+Green+Blue) = 194+201+211=606 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.01% from 606); Green value is 201 (78.91% from 255 or 33.17% from 606); Blue value is 211 (82.81% from 255 or 34.82% from 606); Max value from RGB is 211 - color contains mainly: blue. Hex color #C2C9D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C9D3 is #3D362C. Grayscale: #C8C8C8. Windows color (decimal): -4011565 or 13879746. OLE color: 13879746.
HSL color Cylindrical-coordinate representation of color #C2C9D3: hue angle of 215.29º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C2C9D3 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 201 | 211 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.17 |
| HSL | 215.29º | 0.16% | 0.79% | - |
| HSV(B) | 215.29º | 0.08% | 0.83% | - |
| XYZ | 54.89 | 57.95 | 69.92 | - |
| YUV | 200.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 201 | 211 | 0.08 | 0.05 | 0 | 0.17 | 215.29 | 0.16 | 0.79 |
| Hex | C2 | C9 | D3 | 8 | 5 | 0 | 11 | D7 | 10 | 4F |
| Octal | 302 | 311 | 323 | 10 | 5 | 0 | 21 | 327 | 20 | 117 |
| Binary | 11000010 | 11001001 | 11010011 | 1000 | 101 | 0 | 10001 | 11010111 | 10000 | 1001111 |
Color Harmonies of #C2C9D3
Complementary color
Monochromatic Colors of #C2C9D3
Black with #C2C9D3
Text Example
Text Example
White with #C2C9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C9D3; }
p { color: rgb(194,201,211); }
H1.HeaderClassName
{
color: #C2C9D3;
}
.AnyTagClassName
{
color: #C2C9D3;
}
</style>
background-color css
<style>
a { background-color: #C2C9D3; }
a { background-color: rgb(194,201,211); }
div.DivClassName
{
background-color: #C2C9D3;
}
.BgClassName
{
background-color: #C2C9D3;
}
</style>
border-color css
<style>
span { border-color: #C2C9D3; }
span { border-color: rgb(194,201,211); }
td.TdClassName
{
border-color: #C2C9D3;
}
.TagClassName
{
border-color: #C2C9D3;
}
</style>