Shades of Link Water #C3CCDA
Tints of Link Water #C3CCDA
RGB
CMYK
RGB Variations
Color information
#C3CCDA (or 0xC3CCDA) is known color: Link Water. HEX triplet: C3, CC and DA. RGB value is (195,204,218). Sum of RGB (Red+Green+Blue) = 195+204+218=617 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.60% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 218 - color contains mainly: blue. Hex color #C3CCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CCDA is #3C3325. Grayscale: #CACACA. Windows color (decimal): -3945254 or 14339267. OLE color: 14339267.
HSL color Cylindrical-coordinate representation of color #C3CCDA: hue angle of 216.52º 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 #C3CCDA is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 204 | 218 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.15 |
| HSL | 216.52º | 0.24% | 0.81% | - |
| HSV(B) | 216.52º | 0.11% | 0.85% | - |
| XYZ | 56.75 | 59.85 | 74.89 | - |
| YUV | 202.91 | 136.52 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 204 | 218 | 0.11 | 0.06 | 0 | 0.15 | 216.52 | 0.24 | 0.81 |
| Hex | C3 | CC | DA | B | 6 | 0 | F | D9 | 18 | 51 |
| Octal | 303 | 314 | 332 | 13 | 6 | 0 | 17 | 331 | 30 | 121 |
| Binary | 11000011 | 11001100 | 11011010 | 1011 | 110 | 0 | 1111 | 11011001 | 11000 | 1010001 |
Color Harmonies of #C3CCDA
Complementary color
Monochromatic Colors of #C3CCDA
Black with #C3CCDA
Text Example
Text Example
White with #C3CCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CCDA; }
p { color: rgb(195,204,218); }
H1.HeaderClassName
{
color: #C3CCDA;
}
.AnyTagClassName
{
color: #C3CCDA;
}
</style>
background-color css
<style>
a { background-color: #C3CCDA; }
a { background-color: rgb(195,204,218); }
div.DivClassName
{
background-color: #C3CCDA;
}
.BgClassName
{
background-color: #C3CCDA;
}
</style>
border-color css
<style>
span { border-color: #C3CCDA; }
span { border-color: rgb(195,204,218); }
td.TdClassName
{
border-color: #C3CCDA;
}
.TagClassName
{
border-color: #C3CCDA;
}
</style>