Shades of Link Water #C3CBDA
Tints of Link Water #C3CBDA
RGB
CMYK
RGB Variations
Color information
#C3CBDA (or 0xC3CBDA) is known color: Link Water. HEX triplet: C3, CB and DA. RGB value is (195,203,218). Sum of RGB (Red+Green+Blue) = 195+203+218=616 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.66% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 218 - color contains mainly: blue. Hex color #C3CBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CBDA is #3C3425. Grayscale: #CACACA. Windows color (decimal): -3945510 or 14339011. OLE color: 14339011.
HSL color Cylindrical-coordinate representation of color #C3CBDA: hue angle of 219.13º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3CBDA is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 203 | 218 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.15 |
| HSL | 219.13º | 0.24% | 0.81% | - |
| HSV(B) | 219.13º | 0.11% | 0.85% | - |
| XYZ | 56.52 | 59.38 | 74.81 | - |
| YUV | 202.32 | 136.85 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 203 | 218 | 0.11 | 0.07 | 0 | 0.15 | 219.13 | 0.24 | 0.81 |
| Hex | C3 | CB | DA | B | 7 | 0 | F | DB | 18 | 51 |
| Octal | 303 | 313 | 332 | 13 | 7 | 0 | 17 | 333 | 30 | 121 |
| Binary | 11000011 | 11001011 | 11011010 | 1011 | 111 | 0 | 1111 | 11011011 | 11000 | 1010001 |
Color Harmonies of #C3CBDA
Complementary color
Monochromatic Colors of #C3CBDA
Black with #C3CBDA
Text Example
Text Example
White with #C3CBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CBDA; }
p { color: rgb(195,203,218); }
H1.HeaderClassName
{
color: #C3CBDA;
}
.AnyTagClassName
{
color: #C3CBDA;
}
</style>
background-color css
<style>
a { background-color: #C3CBDA; }
a { background-color: rgb(195,203,218); }
div.DivClassName
{
background-color: #C3CBDA;
}
.BgClassName
{
background-color: #C3CBDA;
}
</style>
border-color css
<style>
span { border-color: #C3CBDA; }
span { border-color: rgb(195,203,218); }
td.TdClassName
{
border-color: #C3CBDA;
}
.TagClassName
{
border-color: #C3CBDA;
}
</style>