Shades of Link Water #C3C9D7
Tints of Link Water #C3C9D7
RGB
CMYK
RGB Variations
Color information
#C3C9D7 (or 0xC3C9D7) is known color: Link Water. HEX triplet: C3, C9 and D7. RGB value is (195,201,215). Sum of RGB (Red+Green+Blue) = 195+201+215=611 (80% of max value = 765). Red value is 195 (76.56% from 255 or 31.91% from 611); Green value is 201 (78.91% from 255 or 32.90% from 611); Blue value is 215 (84.38% from 255 or 35.19% from 611); Max value from RGB is 215 - color contains mainly: blue. Hex color #C3C9D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C9D7 is #3C3628. Grayscale: #C8C8C8. Windows color (decimal): -3946025 or 14141891. OLE color: 14141891.
HSL color Cylindrical-coordinate representation of color #C3C9D7: hue angle of 222º degrees, saturation: 0.2, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C3C9D7 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 201 | 215 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.16 |
| HSL | 222º | 0.2% | 0.8% | - |
| HSV(B) | 222º | 0.09% | 0.84% | - |
| XYZ | 55.66 | 58.28 | 72.61 | - |
| YUV | 200.8 | 136.01 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 201 | 215 | 0.09 | 0.07 | 0 | 0.16 | 222 | 0.2 | 0.8 |
| Hex | C3 | C9 | D7 | 9 | 7 | 0 | 10 | DE | 14 | 50 |
| Octal | 303 | 311 | 327 | 11 | 7 | 0 | 20 | 336 | 24 | 120 |
| Binary | 11000011 | 11001001 | 11010111 | 1001 | 111 | 0 | 10000 | 11011110 | 10100 | 1010000 |
Color Harmonies of #C3C9D7
Complementary color
Monochromatic Colors of #C3C9D7
Black with #C3C9D7
Text Example
Text Example
White with #C3C9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C9D7; }
p { color: rgb(195,201,215); }
H1.HeaderClassName
{
color: #C3C9D7;
}
.AnyTagClassName
{
color: #C3C9D7;
}
</style>
background-color css
<style>
a { background-color: #C3C9D7; }
a { background-color: rgb(195,201,215); }
div.DivClassName
{
background-color: #C3C9D7;
}
.BgClassName
{
background-color: #C3C9D7;
}
</style>
border-color css
<style>
span { border-color: #C3C9D7; }
span { border-color: rgb(195,201,215); }
td.TdClassName
{
border-color: #C3C9D7;
}
.TagClassName
{
border-color: #C3C9D7;
}
</style>