Shades of Link Water #C3CBDC
Tints of Link Water #C3CBDC
RGB
CMYK
RGB Variations
Color information
#C3CBDC (or 0xC3CBDC) is known color: Link Water. HEX triplet: C3, CB and DC. RGB value is (195,203,220). Sum of RGB (Red+Green+Blue) = 195+203+220=618 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.55% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3CBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CBDC is #3C3423. Grayscale: #CACACA. Windows color (decimal): -3945508 or 14470083. OLE color: 14470083.
HSL color Cylindrical-coordinate representation of color #C3CBDC: hue angle of 220.8º 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 #C3CBDC is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 203 | 220 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.14 |
| HSL | 220.8º | 0.26% | 0.81% | - |
| HSV(B) | 220.8º | 0.11% | 0.86% | - |
| XYZ | 56.78 | 59.48 | 76.2 | - |
| YUV | 202.55 | 137.85 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 203 | 220 | 0.11 | 0.08 | 0 | 0.14 | 220.8 | 0.26 | 0.81 |
| Hex | C3 | CB | DC | B | 8 | 0 | E | DD | 1A | 51 |
| Octal | 303 | 313 | 334 | 13 | 10 | 0 | 16 | 335 | 32 | 121 |
| Binary | 11000011 | 11001011 | 11011100 | 1011 | 1000 | 0 | 1110 | 11011101 | 11010 | 1010001 |
Color Harmonies of #C3CBDC
Complementary color
Monochromatic Colors of #C3CBDC
Black with #C3CBDC
Text Example
Text Example
White with #C3CBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CBDC; }
p { color: rgb(195,203,220); }
H1.HeaderClassName
{
color: #C3CBDC;
}
.AnyTagClassName
{
color: #C3CBDC;
}
</style>
background-color css
<style>
a { background-color: #C3CBDC; }
a { background-color: rgb(195,203,220); }
div.DivClassName
{
background-color: #C3CBDC;
}
.BgClassName
{
background-color: #C3CBDC;
}
</style>
border-color css
<style>
span { border-color: #C3CBDC; }
span { border-color: rgb(195,203,220); }
td.TdClassName
{
border-color: #C3CBDC;
}
.TagClassName
{
border-color: #C3CBDC;
}
</style>