Shades of Link Water #C3CCDC
Tints of Link Water #C3CCDC
RGB
CMYK
RGB Variations
Color information
#C3CCDC (or 0xC3CCDC) is known color: Link Water. HEX triplet: C3, CC and DC. RGB value is (195,204,220). Sum of RGB (Red+Green+Blue) = 195+204+220=619 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.50% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3CCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CCDC is #3C3323. Grayscale: #CBCBCB. Windows color (decimal): -3945252 or 14470339. OLE color: 14470339.
HSL color Cylindrical-coordinate representation of color #C3CCDC: hue angle of 218.4º 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 #C3CCDC is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 204 | 220 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.14 |
| HSL | 218.4º | 0.26% | 0.81% | - |
| HSV(B) | 218.4º | 0.11% | 0.86% | - |
| XYZ | 57.02 | 59.96 | 76.28 | - |
| YUV | 203.13 | 137.52 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 204 | 220 | 0.11 | 0.07 | 0 | 0.14 | 218.4 | 0.26 | 0.81 |
| Hex | C3 | CC | DC | B | 7 | 0 | E | DA | 1A | 51 |
| Octal | 303 | 314 | 334 | 13 | 7 | 0 | 16 | 332 | 32 | 121 |
| Binary | 11000011 | 11001100 | 11011100 | 1011 | 111 | 0 | 1110 | 11011010 | 11010 | 1010001 |
Color Harmonies of #C3CCDC
Complementary color
Monochromatic Colors of #C3CCDC
Black with #C3CCDC
Text Example
Text Example
White with #C3CCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CCDC; }
p { color: rgb(195,204,220); }
H1.HeaderClassName
{
color: #C3CCDC;
}
.AnyTagClassName
{
color: #C3CCDC;
}
</style>
background-color css
<style>
a { background-color: #C3CCDC; }
a { background-color: rgb(195,204,220); }
div.DivClassName
{
background-color: #C3CCDC;
}
.BgClassName
{
background-color: #C3CCDC;
}
</style>
border-color css
<style>
span { border-color: #C3CCDC; }
span { border-color: rgb(195,204,220); }
td.TdClassName
{
border-color: #C3CCDC;
}
.TagClassName
{
border-color: #C3CCDC;
}
</style>