Shades of Link Water #C2CCDB
Tints of Link Water #C2CCDB
RGB
CMYK
RGB Variations
Color information
#C2CCDB (or 0xC2CCDB) is known color: Link Water. HEX triplet: C2, CC and DB. RGB value is (194,204,219). Sum of RGB (Red+Green+Blue) = 194+204+219=617 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.44% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 219 - color contains mainly: blue. Hex color #C2CCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CCDB is #3D3324. Grayscale: #CACACA. Windows color (decimal): -4010789 or 14404802. OLE color: 14404802.
HSL color Cylindrical-coordinate representation of color #C2CCDB: hue angle of 216º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2CCDB is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 204 | 219 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.14 |
| HSL | 216º | 0.26% | 0.81% | - |
| HSV(B) | 216º | 0.11% | 0.86% | - |
| XYZ | 56.63 | 59.77 | 75.57 | - |
| YUV | 202.72 | 137.19 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 204 | 219 | 0.11 | 0.07 | 0 | 0.14 | 216 | 0.26 | 0.81 |
| Hex | C2 | CC | DB | B | 7 | 0 | E | D8 | 1A | 51 |
| Octal | 302 | 314 | 333 | 13 | 7 | 0 | 16 | 330 | 32 | 121 |
| Binary | 11000010 | 11001100 | 11011011 | 1011 | 111 | 0 | 1110 | 11011000 | 11010 | 1010001 |
Color Harmonies of #C2CCDB
Complementary color
Monochromatic Colors of #C2CCDB
Black with #C2CCDB
Text Example
Text Example
White with #C2CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CCDB; }
p { color: rgb(194,204,219); }
H1.HeaderClassName
{
color: #C2CCDB;
}
.AnyTagClassName
{
color: #C2CCDB;
}
</style>
background-color css
<style>
a { background-color: #C2CCDB; }
a { background-color: rgb(194,204,219); }
div.DivClassName
{
background-color: #C2CCDB;
}
.BgClassName
{
background-color: #C2CCDB;
}
</style>
border-color css
<style>
span { border-color: #C2CCDB; }
span { border-color: rgb(194,204,219); }
td.TdClassName
{
border-color: #C2CCDB;
}
.TagClassName
{
border-color: #C2CCDB;
}
</style>