Shades of Link Water #C0D3E1
Tints of Link Water #C0D3E1
RGB
CMYK
RGB Variations
Color information
#C0D3E1 (or 0xC0D3E1) is known color: Link Water. HEX triplet: C0, D3 and E1. RGB value is (192,211,225). Sum of RGB (Red+Green+Blue) = 192+211+225=628 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.57% from 628); Green value is 211 (82.81% from 255 or 33.60% from 628); Blue value is 225 (88.28% from 255 or 35.83% from 628); Max value from RGB is 225 - color contains mainly: blue. Hex color #C0D3E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D3E1 is #3F2C1E. Grayscale: #CECECE. Windows color (decimal): -4140063 or 14799808. OLE color: 14799808.
HSL color Cylindrical-coordinate representation of color #C0D3E1: hue angle of 205.45º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0D3E1 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 211 | 225 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.12 |
| HSL | 205.45º | 0.35% | 0.82% | - |
| HSV(B) | 205.45º | 0.15% | 0.88% | - |
| XYZ | 58.62 | 63.23 | 80.35 | - |
| YUV | 206.92 | 138.21 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 211 | 225 | 0.15 | 0.06 | 0 | 0.12 | 205.45 | 0.35 | 0.82 |
| Hex | C0 | D3 | E1 | F | 6 | 0 | C | CD | 23 | 52 |
| Octal | 300 | 323 | 341 | 17 | 6 | 0 | 14 | 315 | 43 | 122 |
| Binary | 11000000 | 11010011 | 11100001 | 1111 | 110 | 0 | 1100 | 11001101 | 100011 | 1010010 |
Color Harmonies of #C0D3E1
Complementary color
Monochromatic Colors of #C0D3E1
Black with #C0D3E1
Text Example
Text Example
White with #C0D3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D3E1; }
p { color: rgb(192,211,225); }
H1.HeaderClassName
{
color: #C0D3E1;
}
.AnyTagClassName
{
color: #C0D3E1;
}
</style>
background-color css
<style>
a { background-color: #C0D3E1; }
a { background-color: rgb(192,211,225); }
div.DivClassName
{
background-color: #C0D3E1;
}
.BgClassName
{
background-color: #C0D3E1;
}
</style>
border-color css
<style>
span { border-color: #C0D3E1; }
span { border-color: rgb(192,211,225); }
td.TdClassName
{
border-color: #C0D3E1;
}
.TagClassName
{
border-color: #C0D3E1;
}
</style>