Shades of Link Water #C3CCDB
Tints of Link Water #C3CCDB
RGB
CMYK
RGB Variations
Color information
#C3CCDB (or 0xC3CCDB) is known color: Link Water. HEX triplet: C3, CC and DB. RGB value is (195,204,219). Sum of RGB (Red+Green+Blue) = 195+204+219=618 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.55% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 219 - color contains mainly: blue. Hex color #C3CCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CCDB is #3C3324. Grayscale: #CACACA. Windows color (decimal): -3945253 or 14404803. OLE color: 14404803.
HSL color Cylindrical-coordinate representation of color #C3CCDB: hue angle of 217.5º degrees, saturation: 0.25, 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 #C3CCDB is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 204 | 219 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.14 |
| HSL | 217.5º | 0.25% | 0.81% | - |
| HSV(B) | 217.5º | 0.11% | 0.86% | - |
| XYZ | 56.88 | 59.9 | 75.58 | - |
| YUV | 203.02 | 137.02 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 204 | 219 | 0.11 | 0.07 | 0 | 0.14 | 217.5 | 0.25 | 0.81 |
| Hex | C3 | CC | DB | B | 7 | 0 | E | DA | 19 | 51 |
| Octal | 303 | 314 | 333 | 13 | 7 | 0 | 16 | 332 | 31 | 121 |
| Binary | 11000011 | 11001100 | 11011011 | 1011 | 111 | 0 | 1110 | 11011010 | 11001 | 1010001 |
Color Harmonies of #C3CCDB
Complementary color
Monochromatic Colors of #C3CCDB
Black with #C3CCDB
Text Example
Text Example
White with #C3CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CCDB; }
p { color: rgb(195,204,219); }
H1.HeaderClassName
{
color: #C3CCDB;
}
.AnyTagClassName
{
color: #C3CCDB;
}
</style>
background-color css
<style>
a { background-color: #C3CCDB; }
a { background-color: rgb(195,204,219); }
div.DivClassName
{
background-color: #C3CCDB;
}
.BgClassName
{
background-color: #C3CCDB;
}
</style>
border-color css
<style>
span { border-color: #C3CCDB; }
span { border-color: rgb(195,204,219); }
td.TdClassName
{
border-color: #C3CCDB;
}
.TagClassName
{
border-color: #C3CCDB;
}
</style>