Shades of Link Water #C3CDDC
Tints of Link Water #C3CDDC
RGB
CMYK
RGB Variations
Color information
#C3CDDC (or 0xC3CDDC) is known color: Link Water. HEX triplet: C3, CD and DC. RGB value is (195,205,220). Sum of RGB (Red+Green+Blue) = 195+205+220=620 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.45% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3CDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CDDC is #3C3223. Grayscale: #CBCBCB. Windows color (decimal): -3944996 or 14470595. OLE color: 14470595.
HSL color Cylindrical-coordinate representation of color #C3CDDC: hue angle of 216º 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 #C3CDDC is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 205 | 220 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.14 |
| HSL | 216º | 0.26% | 0.81% | - |
| HSV(B) | 216º | 0.11% | 0.86% | - |
| XYZ | 57.26 | 60.43 | 76.36 | - |
| YUV | 203.72 | 137.19 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 205 | 220 | 0.11 | 0.07 | 0 | 0.14 | 216 | 0.26 | 0.81 |
| Hex | C3 | CD | DC | B | 7 | 0 | E | D8 | 1A | 51 |
| Octal | 303 | 315 | 334 | 13 | 7 | 0 | 16 | 330 | 32 | 121 |
| Binary | 11000011 | 11001101 | 11011100 | 1011 | 111 | 0 | 1110 | 11011000 | 11010 | 1010001 |
Color Harmonies of #C3CDDC
Complementary color
Monochromatic Colors of #C3CDDC
Black with #C3CDDC
Text Example
Text Example
White with #C3CDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CDDC; }
p { color: rgb(195,205,220); }
H1.HeaderClassName
{
color: #C3CDDC;
}
.AnyTagClassName
{
color: #C3CDDC;
}
</style>
background-color css
<style>
a { background-color: #C3CDDC; }
a { background-color: rgb(195,205,220); }
div.DivClassName
{
background-color: #C3CDDC;
}
.BgClassName
{
background-color: #C3CDDC;
}
</style>
border-color css
<style>
span { border-color: #C3CDDC; }
span { border-color: rgb(195,205,220); }
td.TdClassName
{
border-color: #C3CDDC;
}
.TagClassName
{
border-color: #C3CDDC;
}
</style>