Shades of Link Water #C3CBDD
Tints of Link Water #C3CBDD
RGB
CMYK
RGB Variations
Color information
#C3CBDD (or 0xC3CBDD) is known color: Link Water. HEX triplet: C3, CB and DD. RGB value is (195,203,221). Sum of RGB (Red+Green+Blue) = 195+203+221=619 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.50% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 221 - color contains mainly: blue. Hex color #C3CBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CBDD is #3C3422. Grayscale: #CACACA. Windows color (decimal): -3945507 or 14535619. OLE color: 14535619.
HSL color Cylindrical-coordinate representation of color #C3CBDD: hue angle of 221.54º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3CBDD is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 203 | 221 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.13 |
| HSL | 221.54º | 0.28% | 0.82% | - |
| HSV(B) | 221.54º | 0.12% | 0.87% | - |
| XYZ | 56.91 | 59.53 | 76.9 | - |
| YUV | 202.66 | 138.35 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 203 | 221 | 0.12 | 0.08 | 0 | 0.13 | 221.54 | 0.28 | 0.82 |
| Hex | C3 | CB | DD | C | 8 | 0 | D | DE | 1C | 52 |
| Octal | 303 | 313 | 335 | 14 | 10 | 0 | 15 | 336 | 34 | 122 |
| Binary | 11000011 | 11001011 | 11011101 | 1100 | 1000 | 0 | 1101 | 11011110 | 11100 | 1010010 |
Color Harmonies of #C3CBDD
Complementary color
Monochromatic Colors of #C3CBDD
Black with #C3CBDD
Text Example
Text Example
White with #C3CBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CBDD; }
p { color: rgb(195,203,221); }
H1.HeaderClassName
{
color: #C3CBDD;
}
.AnyTagClassName
{
color: #C3CBDD;
}
</style>
background-color css
<style>
a { background-color: #C3CBDD; }
a { background-color: rgb(195,203,221); }
div.DivClassName
{
background-color: #C3CBDD;
}
.BgClassName
{
background-color: #C3CBDD;
}
</style>
border-color css
<style>
span { border-color: #C3CBDD; }
span { border-color: rgb(195,203,221); }
td.TdClassName
{
border-color: #C3CBDD;
}
.TagClassName
{
border-color: #C3CBDD;
}
</style>