Shades of Link Water #C0CDDA
Tints of Link Water #C0CDDA
RGB
CMYK
RGB Variations
Color information
#C0CDDA (or 0xC0CDDA) is known color: Link Water. HEX triplet: C0, CD and DA. RGB value is (192,205,218). Sum of RGB (Red+Green+Blue) = 192+205+218=615 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.22% from 615); Green value is 205 (80.47% from 255 or 33.33% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 218 - color contains mainly: blue. Hex color #C0CDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CDDA is #3F3225. Grayscale: #CACACA. Windows color (decimal): -4141606 or 14339520. OLE color: 14339520.
HSL color Cylindrical-coordinate representation of color #C0CDDA: hue angle of 210º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0CDDA is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 205 | 218 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.15 |
| HSL | 210º | 0.26% | 0.8% | - |
| HSV(B) | 210º | 0.12% | 0.85% | - |
| XYZ | 56.22 | 59.93 | 74.93 | - |
| YUV | 202.6 | 136.69 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 205 | 218 | 0.12 | 0.06 | 0 | 0.15 | 210 | 0.26 | 0.8 |
| Hex | C0 | CD | DA | C | 6 | 0 | F | D2 | 1A | 50 |
| Octal | 300 | 315 | 332 | 14 | 6 | 0 | 17 | 322 | 32 | 120 |
| Binary | 11000000 | 11001101 | 11011010 | 1100 | 110 | 0 | 1111 | 11010010 | 11010 | 1010000 |
Color Harmonies of #C0CDDA
Complementary color
Monochromatic Colors of #C0CDDA
Black with #C0CDDA
Text Example
Text Example
White with #C0CDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CDDA; }
p { color: rgb(192,205,218); }
H1.HeaderClassName
{
color: #C0CDDA;
}
.AnyTagClassName
{
color: #C0CDDA;
}
</style>
background-color css
<style>
a { background-color: #C0CDDA; }
a { background-color: rgb(192,205,218); }
div.DivClassName
{
background-color: #C0CDDA;
}
.BgClassName
{
background-color: #C0CDDA;
}
</style>
border-color css
<style>
span { border-color: #C0CDDA; }
span { border-color: rgb(192,205,218); }
td.TdClassName
{
border-color: #C0CDDA;
}
.TagClassName
{
border-color: #C0CDDA;
}
</style>