Shades of Link Water #C2CDDD
Tints of Link Water #C2CDDD
RGB
CMYK
RGB Variations
Color information
#C2CDDD (or 0xC2CDDD) is known color: Link Water. HEX triplet: C2, CD and DD. RGB value is (194,205,221). Sum of RGB (Red+Green+Blue) = 194+205+221=620 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.29% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 221 - color contains mainly: blue. Hex color #C2CDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CDDD is #3D3222. Grayscale: #CBCBCB. Windows color (decimal): -4010531 or 14536130. OLE color: 14536130.
HSL color Cylindrical-coordinate representation of color #C2CDDD: hue angle of 215.56º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2CDDD is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 194 | 205 | 221 | - |
CMYK | 0.12 | 0.07 | 0 | 0.13 |
HSL | 215.56º | 0.28% | 0.81% | - |
HSV(B) | 215.56º | 0.12% | 0.87% | - |
XYZ | 57.13 | 60.35 | 77.04 | - |
YUV | 203.54 | 137.86 | 121.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 205 | 221 | 0.12 | 0.07 | 0 | 0.13 | 215.56 | 0.28 | 0.81 |
Hex | C2 | CD | DD | C | 7 | 0 | D | D8 | 1C | 51 |
Octal | 302 | 315 | 335 | 14 | 7 | 0 | 15 | 330 | 34 | 121 |
Binary | 11000010 | 11001101 | 11011101 | 1100 | 111 | 0 | 1101 | 11011000 | 11100 | 1010001 |
Color Harmonies of #C2CDDD
Complementary color
Monochromatic Colors of #C2CDDD
Black with #C2CDDD
Text Example
Text Example
White with #C2CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CDDD; }
p { color: rgb(194,205,221); }
H1.HeaderClassName
{
color: #C2CDDD;
}
.AnyTagClassName
{
color: #C2CDDD;
}
</style>
background-color css
<style>
a { background-color: #C2CDDD; }
a { background-color: rgb(194,205,221); }
div.DivClassName
{
background-color: #C2CDDD;
}
.BgClassName
{
background-color: #C2CDDD;
}
</style>
border-color css
<style>
span { border-color: #C2CDDD; }
span { border-color: rgb(194,205,221); }
td.TdClassName
{
border-color: #C2CDDD;
}
.TagClassName
{
border-color: #C2CDDD;
}
</style>