Shades of Link Water #C1D1DD
Tints of Link Water #C1D1DD
RGB
CMYK
RGB Variations
Color information
#C1D1DD (or 0xC1D1DD) is known color: Link Water. HEX triplet: C1, D1 and DD. RGB value is (193,209,221). Sum of RGB (Red+Green+Blue) = 193+209+221=623 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.98% from 623); Green value is 209 (82.03% from 255 or 33.55% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 221 - color contains mainly: blue. Hex color #C1D1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D1DD is #3E2E22. Grayscale: #CDCDCD. Windows color (decimal): -4075043 or 14537153. OLE color: 14537153.
HSL color Cylindrical-coordinate representation of color #C1D1DD: hue angle of 205.71º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1D1DD is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 209 | 221 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.13 |
| HSL | 205.71º | 0.29% | 0.81% | - |
| HSV(B) | 205.71º | 0.13% | 0.87% | - |
| XYZ | 57.84 | 62.16 | 77.36 | - |
| YUV | 205.58 | 136.7 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 209 | 221 | 0.13 | 0.05 | 0 | 0.13 | 205.71 | 0.29 | 0.81 |
| Hex | C1 | D1 | DD | D | 5 | 0 | D | CE | 1D | 51 |
| Octal | 301 | 321 | 335 | 15 | 5 | 0 | 15 | 316 | 35 | 121 |
| Binary | 11000001 | 11010001 | 11011101 | 1101 | 101 | 0 | 1101 | 11001110 | 11101 | 1010001 |
Color Harmonies of #C1D1DD
Complementary color
Monochromatic Colors of #C1D1DD
Black with #C1D1DD
Text Example
Text Example
White with #C1D1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D1DD; }
p { color: rgb(193,209,221); }
H1.HeaderClassName
{
color: #C1D1DD;
}
.AnyTagClassName
{
color: #C1D1DD;
}
</style>
background-color css
<style>
a { background-color: #C1D1DD; }
a { background-color: rgb(193,209,221); }
div.DivClassName
{
background-color: #C1D1DD;
}
.BgClassName
{
background-color: #C1D1DD;
}
</style>
border-color css
<style>
span { border-color: #C1D1DD; }
span { border-color: rgb(193,209,221); }
td.TdClassName
{
border-color: #C1D1DD;
}
.TagClassName
{
border-color: #C1D1DD;
}
</style>