Shades of Link Water #C3CFDA
Tints of Link Water #C3CFDA
RGB
CMYK
RGB Variations
Color information
#C3CFDA (or 0xC3CFDA) is known color: Link Water. HEX triplet: C3, CF and DA. RGB value is (195,207,218). Sum of RGB (Red+Green+Blue) = 195+207+218=620 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.45% from 620); Green value is 207 (81.25% from 255 or 33.39% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 218 - color contains mainly: blue. Hex color #C3CFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CFDA is #3C3025. Grayscale: #CCCCCC. Windows color (decimal): -3944486 or 14340035. OLE color: 14340035.
HSL color Cylindrical-coordinate representation of color #C3CFDA: hue angle of 208.7º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3CFDA is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 207 | 218 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.15 |
| HSL | 208.7º | 0.24% | 0.81% | - |
| HSV(B) | 208.7º | 0.11% | 0.85% | - |
| XYZ | 57.47 | 61.29 | 75.13 | - |
| YUV | 204.67 | 135.52 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 207 | 218 | 0.11 | 0.05 | 0 | 0.15 | 208.7 | 0.24 | 0.81 |
| Hex | C3 | CF | DA | B | 5 | 0 | F | D1 | 18 | 51 |
| Octal | 303 | 317 | 332 | 13 | 5 | 0 | 17 | 321 | 30 | 121 |
| Binary | 11000011 | 11001111 | 11011010 | 1011 | 101 | 0 | 1111 | 11010001 | 11000 | 1010001 |
Color Harmonies of #C3CFDA
Complementary color
Monochromatic Colors of #C3CFDA
Black with #C3CFDA
Text Example
Text Example
White with #C3CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CFDA; }
p { color: rgb(195,207,218); }
H1.HeaderClassName
{
color: #C3CFDA;
}
.AnyTagClassName
{
color: #C3CFDA;
}
</style>
background-color css
<style>
a { background-color: #C3CFDA; }
a { background-color: rgb(195,207,218); }
div.DivClassName
{
background-color: #C3CFDA;
}
.BgClassName
{
background-color: #C3CFDA;
}
</style>
border-color css
<style>
span { border-color: #C3CFDA; }
span { border-color: rgb(195,207,218); }
td.TdClassName
{
border-color: #C3CFDA;
}
.TagClassName
{
border-color: #C3CFDA;
}
</style>