Shades of Link Water #C2CAD3
Tints of Link Water #C2CAD3
RGB
CMYK
RGB Variations
Color information
#C2CAD3 (or 0xC2CAD3) is known color: Link Water. HEX triplet: C2, CA and D3. RGB value is (194,202,211). Sum of RGB (Red+Green+Blue) = 194+202+211=607 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.96% from 607); Green value is 202 (79.30% from 255 or 33.28% from 607); Blue value is 211 (82.81% from 255 or 34.76% from 607); Max value from RGB is 211 - color contains mainly: blue. Hex color #C2CAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CAD3 is #3D352C. Grayscale: #C8C8C8. Windows color (decimal): -4011309 or 13880002. OLE color: 13880002.
HSL color Cylindrical-coordinate representation of color #C2CAD3: hue angle of 211.76º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C2CAD3 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 202 | 211 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.17 |
| HSL | 211.76º | 0.16% | 0.79% | - |
| HSV(B) | 211.76º | 0.08% | 0.83% | - |
| XYZ | 55.13 | 58.41 | 70 | - |
| YUV | 200.63 | 133.85 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 211 | 0.08 | 0.04 | 0 | 0.17 | 211.76 | 0.16 | 0.79 |
| Hex | C2 | CA | D3 | 8 | 4 | 0 | 11 | D4 | 10 | 4F |
| Octal | 302 | 312 | 323 | 10 | 4 | 0 | 21 | 324 | 20 | 117 |
| Binary | 11000010 | 11001010 | 11010011 | 1000 | 100 | 0 | 10001 | 11010100 | 10000 | 1001111 |
Color Harmonies of #C2CAD3
Complementary color
Monochromatic Colors of #C2CAD3
Black with #C2CAD3
Text Example
Text Example
White with #C2CAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CAD3; }
p { color: rgb(194,202,211); }
H1.HeaderClassName
{
color: #C2CAD3;
}
.AnyTagClassName
{
color: #C2CAD3;
}
</style>
background-color css
<style>
a { background-color: #C2CAD3; }
a { background-color: rgb(194,202,211); }
div.DivClassName
{
background-color: #C2CAD3;
}
.BgClassName
{
background-color: #C2CAD3;
}
</style>
border-color css
<style>
span { border-color: #C2CAD3; }
span { border-color: rgb(194,202,211); }
td.TdClassName
{
border-color: #C2CAD3;
}
.TagClassName
{
border-color: #C2CAD3;
}
</style>