Shades of Link Water #C2CDD5
Tints of Link Water #C2CDD5
RGB
CMYK
RGB Variations
Color information
#C2CDD5 (or 0xC2CDD5) is known color: Link Water. HEX triplet: C2, CD and D5. RGB value is (194,205,213). Sum of RGB (Red+Green+Blue) = 194+205+213=612 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.70% from 612); Green value is 205 (80.47% from 255 or 33.50% from 612); Blue value is 213 (83.59% from 255 or 34.80% from 612); Max value from RGB is 213 - color contains mainly: blue. Hex color #C2CDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CDD5 is #3D322A. Grayscale: #CACACA. Windows color (decimal): -4010539 or 14011842. OLE color: 14011842.
HSL color Cylindrical-coordinate representation of color #C2CDD5: hue angle of 205.26º degrees, saturation: 0.18, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C2CDD5 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 205 | 213 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.16 |
| HSL | 205.26º | 0.18% | 0.8% | - |
| HSV(B) | 205.26º | 0.09% | 0.84% | - |
| XYZ | 56.09 | 59.94 | 71.56 | - |
| YUV | 202.62 | 133.86 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 205 | 213 | 0.09 | 0.04 | 0 | 0.16 | 205.26 | 0.18 | 0.8 |
| Hex | C2 | CD | D5 | 9 | 4 | 0 | 10 | CD | 12 | 50 |
| Octal | 302 | 315 | 325 | 11 | 4 | 0 | 20 | 315 | 22 | 120 |
| Binary | 11000010 | 11001101 | 11010101 | 1001 | 100 | 0 | 10000 | 11001101 | 10010 | 1010000 |
Color Harmonies of #C2CDD5
Complementary color
Monochromatic Colors of #C2CDD5
Black with #C2CDD5
Text Example
Text Example
White with #C2CDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CDD5; }
p { color: rgb(194,205,213); }
H1.HeaderClassName
{
color: #C2CDD5;
}
.AnyTagClassName
{
color: #C2CDD5;
}
</style>
background-color css
<style>
a { background-color: #C2CDD5; }
a { background-color: rgb(194,205,213); }
div.DivClassName
{
background-color: #C2CDD5;
}
.BgClassName
{
background-color: #C2CDD5;
}
</style>
border-color css
<style>
span { border-color: #C2CDD5; }
span { border-color: rgb(194,205,213); }
td.TdClassName
{
border-color: #C2CDD5;
}
.TagClassName
{
border-color: #C2CDD5;
}
</style>