Shades of Link Water #C2CFDA
Tints of Link Water #C2CFDA
RGB
CMYK
RGB Variations
Color information
#C2CFDA (or 0xC2CFDA) is known color: Link Water. HEX triplet: C2, CF and DA. RGB value is (194,207,218). Sum of RGB (Red+Green+Blue) = 194+207+218=619 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.34% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 218 - color contains mainly: blue. Hex color #C2CFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CFDA is #3D3025. Grayscale: #CCCCCC. Windows color (decimal): -4010022 or 14340034. OLE color: 14340034.
HSL color Cylindrical-coordinate representation of color #C2CFDA: hue angle of 207.5º 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 #C2CFDA is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 194 | 207 | 218 | - |
CMYK | 0.11 | 0.05 | 0 | 0.15 |
HSL | 207.5º | 0.24% | 0.81% | - |
HSV(B) | 207.5º | 0.11% | 0.85% | - |
XYZ | 57.22 | 61.16 | 75.12 | - |
YUV | 204.37 | 135.69 | 120.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 207 | 218 | 0.11 | 0.05 | 0 | 0.15 | 207.5 | 0.24 | 0.81 |
Hex | C2 | CF | DA | B | 5 | 0 | F | D0 | 18 | 51 |
Octal | 302 | 317 | 332 | 13 | 5 | 0 | 17 | 320 | 30 | 121 |
Binary | 11000010 | 11001111 | 11011010 | 1011 | 101 | 0 | 1111 | 11010000 | 11000 | 1010001 |
Color Harmonies of #C2CFDA
Complementary color
Monochromatic Colors of #C2CFDA
Black with #C2CFDA
Text Example
Text Example
White with #C2CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CFDA; }
p { color: rgb(194,207,218); }
H1.HeaderClassName
{
color: #C2CFDA;
}
.AnyTagClassName
{
color: #C2CFDA;
}
</style>
background-color css
<style>
a { background-color: #C2CFDA; }
a { background-color: rgb(194,207,218); }
div.DivClassName
{
background-color: #C2CFDA;
}
.BgClassName
{
background-color: #C2CFDA;
}
</style>
border-color css
<style>
span { border-color: #C2CFDA; }
span { border-color: rgb(194,207,218); }
td.TdClassName
{
border-color: #C2CFDA;
}
.TagClassName
{
border-color: #C2CFDA;
}
</style>