Shades of Link Water #C3D0DD
Tints of Link Water #C3D0DD
RGB
CMYK
RGB Variations
Color information
#C3D0DD (or 0xC3D0DD) is known color: Link Water. HEX triplet: C3, D0 and DD. RGB value is (195,208,221). Sum of RGB (Red+Green+Blue) = 195+208+221=624 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.25% from 624); Green value is 208 (81.64% from 255 or 33.33% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 221 - color contains mainly: blue. Hex color #C3D0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D0DD is #3C2F22. Grayscale: #CDCDCD. Windows color (decimal): -3944227 or 14536899. OLE color: 14536899.
HSL color Cylindrical-coordinate representation of color #C3D0DD: hue angle of 210º 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 #C3D0DD is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 208 | 221 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.13 |
| HSL | 210º | 0.28% | 0.82% | - |
| HSV(B) | 210º | 0.12% | 0.87% | - |
| XYZ | 58.11 | 61.93 | 77.3 | - |
| YUV | 205.6 | 136.69 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 208 | 221 | 0.12 | 0.06 | 0 | 0.13 | 210 | 0.28 | 0.82 |
| Hex | C3 | D0 | DD | C | 6 | 0 | D | D2 | 1C | 52 |
| Octal | 303 | 320 | 335 | 14 | 6 | 0 | 15 | 322 | 34 | 122 |
| Binary | 11000011 | 11010000 | 11011101 | 1100 | 110 | 0 | 1101 | 11010010 | 11100 | 1010010 |
Color Harmonies of #C3D0DD
Complementary color
Monochromatic Colors of #C3D0DD
Black with #C3D0DD
Text Example
Text Example
White with #C3D0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D0DD; }
p { color: rgb(195,208,221); }
H1.HeaderClassName
{
color: #C3D0DD;
}
.AnyTagClassName
{
color: #C3D0DD;
}
</style>
background-color css
<style>
a { background-color: #C3D0DD; }
a { background-color: rgb(195,208,221); }
div.DivClassName
{
background-color: #C3D0DD;
}
.BgClassName
{
background-color: #C3D0DD;
}
</style>
border-color css
<style>
span { border-color: #C3D0DD; }
span { border-color: rgb(195,208,221); }
td.TdClassName
{
border-color: #C3D0DD;
}
.TagClassName
{
border-color: #C3D0DD;
}
</style>