Shades of Link Water #C2CDD9
Tints of Link Water #C2CDD9
RGB
CMYK
RGB Variations
Color information
#C2CDD9 (or 0xC2CDD9) is known color: Link Water. HEX triplet: C2, CD and D9. RGB value is (194,205,217). Sum of RGB (Red+Green+Blue) = 194+205+217=616 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.49% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 217 (85.16% from 255 or 35.23% from 616); Max value from RGB is 217 - color contains mainly: blue. Hex color #C2CDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CDD9 is #3D3226. Grayscale: #CBCBCB. Windows color (decimal): -4010535 or 14273986. OLE color: 14273986.
HSL color Cylindrical-coordinate representation of color #C2CDD9: hue angle of 211.3º degrees, saturation: 0.23, 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 #C2CDD9 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 194 | 205 | 217 | - |
CMYK | 0.11 | 0.06 | 0 | 0.15 |
HSL | 211.3º | 0.23% | 0.81% | - |
HSV(B) | 211.3º | 0.11% | 0.85% | - |
XYZ | 56.6 | 60.14 | 74.27 | - |
YUV | 203.08 | 135.86 | 121.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 205 | 217 | 0.11 | 0.06 | 0 | 0.15 | 211.3 | 0.23 | 0.81 |
Hex | C2 | CD | D9 | B | 6 | 0 | F | D3 | 17 | 51 |
Octal | 302 | 315 | 331 | 13 | 6 | 0 | 17 | 323 | 27 | 121 |
Binary | 11000010 | 11001101 | 11011001 | 1011 | 110 | 0 | 1111 | 11010011 | 10111 | 1010001 |
Color Harmonies of #C2CDD9
Complementary color
Monochromatic Colors of #C2CDD9
Black with #C2CDD9
Text Example
Text Example
White with #C2CDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CDD9; }
p { color: rgb(194,205,217); }
H1.HeaderClassName
{
color: #C2CDD9;
}
.AnyTagClassName
{
color: #C2CDD9;
}
</style>
background-color css
<style>
a { background-color: #C2CDD9; }
a { background-color: rgb(194,205,217); }
div.DivClassName
{
background-color: #C2CDD9;
}
.BgClassName
{
background-color: #C2CDD9;
}
</style>
border-color css
<style>
span { border-color: #C2CDD9; }
span { border-color: rgb(194,205,217); }
td.TdClassName
{
border-color: #C2CDD9;
}
.TagClassName
{
border-color: #C2CDD9;
}
</style>