Shades of Link Water #C3CADC
Tints of Link Water #C3CADC
RGB
CMYK
RGB Variations
Color information
#C3CADC (or 0xC3CADC) is known color: Link Water. HEX triplet: C3, CA and DC. RGB value is (195,202,220). Sum of RGB (Red+Green+Blue) = 195+202+220=617 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.60% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3CADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CADC is #3C3523. Grayscale: #C9C9C9. Windows color (decimal): -3945764 or 14469827. OLE color: 14469827.
HSL color Cylindrical-coordinate representation of color #C3CADC: hue angle of 223.2º 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 #C3CADC is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 202 | 220 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.14 |
| HSL | 223.2º | 0.26% | 0.81% | - |
| HSV(B) | 223.2º | 0.11% | 0.86% | - |
| XYZ | 56.54 | 59.01 | 76.12 | - |
| YUV | 201.96 | 138.18 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 202 | 220 | 0.11 | 0.08 | 0 | 0.14 | 223.2 | 0.26 | 0.81 |
| Hex | C3 | CA | DC | B | 8 | 0 | E | DF | 1A | 51 |
| Octal | 303 | 312 | 334 | 13 | 10 | 0 | 16 | 337 | 32 | 121 |
| Binary | 11000011 | 11001010 | 11011100 | 1011 | 1000 | 0 | 1110 | 11011111 | 11010 | 1010001 |
Color Harmonies of #C3CADC
Complementary color
Monochromatic Colors of #C3CADC
Black with #C3CADC
Text Example
Text Example
White with #C3CADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CADC; }
p { color: rgb(195,202,220); }
H1.HeaderClassName
{
color: #C3CADC;
}
.AnyTagClassName
{
color: #C3CADC;
}
</style>
background-color css
<style>
a { background-color: #C3CADC; }
a { background-color: rgb(195,202,220); }
div.DivClassName
{
background-color: #C3CADC;
}
.BgClassName
{
background-color: #C3CADC;
}
</style>
border-color css
<style>
span { border-color: #C3CADC; }
span { border-color: rgb(195,202,220); }
td.TdClassName
{
border-color: #C3CADC;
}
.TagClassName
{
border-color: #C3CADC;
}
</style>