Shades of Link Water #C2D0DF
Tints of Link Water #C2D0DF
RGB
CMYK
RGB Variations
Color information
#C2D0DF (or 0xC2D0DF) is known color: Link Water. HEX triplet: C2, D0 and DF. RGB value is (194,208,223). Sum of RGB (Red+Green+Blue) = 194+208+223=625 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.04% from 625); Green value is 208 (81.64% from 255 or 33.28% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 223 - color contains mainly: blue. Hex color #C2D0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D0DF is #3D2F20. Grayscale: #CDCDCD. Windows color (decimal): -4009761 or 14667970. OLE color: 14667970.
HSL color Cylindrical-coordinate representation of color #C2D0DF: hue angle of 211.03º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2D0DF is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 208 | 223 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.13 |
| HSL | 211.03º | 0.31% | 0.82% | - |
| HSV(B) | 211.03º | 0.13% | 0.87% | - |
| XYZ | 58.12 | 61.91 | 78.7 | - |
| YUV | 205.52 | 137.86 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 208 | 223 | 0.13 | 0.07 | 0 | 0.13 | 211.03 | 0.31 | 0.82 |
| Hex | C2 | D0 | DF | D | 7 | 0 | D | D3 | 1F | 52 |
| Octal | 302 | 320 | 337 | 15 | 7 | 0 | 15 | 323 | 37 | 122 |
| Binary | 11000010 | 11010000 | 11011111 | 1101 | 111 | 0 | 1101 | 11010011 | 11111 | 1010010 |
Color Harmonies of #C2D0DF
Complementary color
Monochromatic Colors of #C2D0DF
Black with #C2D0DF
Text Example
Text Example
White with #C2D0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D0DF; }
p { color: rgb(194,208,223); }
H1.HeaderClassName
{
color: #C2D0DF;
}
.AnyTagClassName
{
color: #C2D0DF;
}
</style>
background-color css
<style>
a { background-color: #C2D0DF; }
a { background-color: rgb(194,208,223); }
div.DivClassName
{
background-color: #C2D0DF;
}
.BgClassName
{
background-color: #C2D0DF;
}
</style>
border-color css
<style>
span { border-color: #C2D0DF; }
span { border-color: rgb(194,208,223); }
td.TdClassName
{
border-color: #C2D0DF;
}
.TagClassName
{
border-color: #C2D0DF;
}
</style>