Shades of Link Water #C3CFDF
Tints of Link Water #C3CFDF
RGB
CMYK
RGB Variations
Color information
#C3CFDF (or 0xC3CFDF) is known color: Link Water. HEX triplet: C3, CF and DF. RGB value is (195,207,223). Sum of RGB (Red+Green+Blue) = 195+207+223=625 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.2% from 625); Green value is 207 (81.25% from 255 or 33.12% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 223 - color contains mainly: blue. Hex color #C3CFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CFDF is #3C3020. Grayscale: #CDCDCD. Windows color (decimal): -3944481 or 14667715. OLE color: 14667715.
HSL color Cylindrical-coordinate representation of color #C3CFDF: hue angle of 214.29º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3CFDF is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 207 | 223 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.13 |
| HSL | 214.29º | 0.3% | 0.82% | - |
| HSV(B) | 214.29º | 0.13% | 0.87% | - |
| XYZ | 58.14 | 61.56 | 78.63 | - |
| YUV | 205.24 | 138.02 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 207 | 223 | 0.13 | 0.07 | 0 | 0.13 | 214.29 | 0.3 | 0.82 |
| Hex | C3 | CF | DF | D | 7 | 0 | D | D6 | 1E | 52 |
| Octal | 303 | 317 | 337 | 15 | 7 | 0 | 15 | 326 | 36 | 122 |
| Binary | 11000011 | 11001111 | 11011111 | 1101 | 111 | 0 | 1101 | 11010110 | 11110 | 1010010 |
Color Harmonies of #C3CFDF
Complementary color
Monochromatic Colors of #C3CFDF
Black with #C3CFDF
Text Example
Text Example
White with #C3CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CFDF; }
p { color: rgb(195,207,223); }
H1.HeaderClassName
{
color: #C3CFDF;
}
.AnyTagClassName
{
color: #C3CFDF;
}
</style>
background-color css
<style>
a { background-color: #C3CFDF; }
a { background-color: rgb(195,207,223); }
div.DivClassName
{
background-color: #C3CFDF;
}
.BgClassName
{
background-color: #C3CFDF;
}
</style>
border-color css
<style>
span { border-color: #C3CFDF; }
span { border-color: rgb(195,207,223); }
td.TdClassName
{
border-color: #C3CFDF;
}
.TagClassName
{
border-color: #C3CFDF;
}
</style>