Shades of Link Water #C2CBDE
Tints of Link Water #C2CBDE
RGB
CMYK
RGB Variations
Color information
#C2CBDE (or 0xC2CBDE) is known color: Link Water. HEX triplet: C2, CB and DE. RGB value is (194,203,222). Sum of RGB (Red+Green+Blue) = 194+203+222=619 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.34% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 222 - color contains mainly: blue. Hex color #C2CBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CBDE is #3D3421. Grayscale: #CACACA. Windows color (decimal): -4011042 or 14601154. OLE color: 14601154.
HSL color Cylindrical-coordinate representation of color #C2CBDE: hue angle of 220.71º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2CBDE is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 203 | 222 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.13 |
| HSL | 220.71º | 0.3% | 0.82% | - |
| HSV(B) | 220.71º | 0.13% | 0.87% | - |
| XYZ | 56.79 | 59.46 | 77.59 | - |
| YUV | 202.48 | 139.02 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 203 | 222 | 0.13 | 0.09 | 0 | 0.13 | 220.71 | 0.3 | 0.82 |
| Hex | C2 | CB | DE | D | 9 | 0 | D | DD | 1E | 52 |
| Octal | 302 | 313 | 336 | 15 | 11 | 0 | 15 | 335 | 36 | 122 |
| Binary | 11000010 | 11001011 | 11011110 | 1101 | 1001 | 0 | 1101 | 11011101 | 11110 | 1010010 |
Color Harmonies of #C2CBDE
Complementary color
Monochromatic Colors of #C2CBDE
Black with #C2CBDE
Text Example
Text Example
White with #C2CBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CBDE; }
p { color: rgb(194,203,222); }
H1.HeaderClassName
{
color: #C2CBDE;
}
.AnyTagClassName
{
color: #C2CBDE;
}
</style>
background-color css
<style>
a { background-color: #C2CBDE; }
a { background-color: rgb(194,203,222); }
div.DivClassName
{
background-color: #C2CBDE;
}
.BgClassName
{
background-color: #C2CBDE;
}
</style>
border-color css
<style>
span { border-color: #C2CBDE; }
span { border-color: rgb(194,203,222); }
td.TdClassName
{
border-color: #C2CBDE;
}
.TagClassName
{
border-color: #C2CBDE;
}
</style>