Shades of Link Water #C0D0DF
Tints of Link Water #C0D0DF
RGB
CMYK
RGB Variations
Color information
#C0D0DF (or 0xC0D0DF) is known color: Link Water. HEX triplet: C0, D0 and DF. RGB value is (192,208,223). Sum of RGB (Red+Green+Blue) = 192+208+223=623 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.82% from 623); Green value is 208 (81.64% from 255 or 33.39% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 223 - color contains mainly: blue. Hex color #C0D0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D0DF is #3F2F20. Grayscale: #CCCCCC. Windows color (decimal): -4140833 or 14667968. OLE color: 14667968.
HSL color Cylindrical-coordinate representation of color #C0D0DF: hue angle of 209.03º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0D0DF is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 192 | 208 | 223 | - |
CMYK | 0.14 | 0.07 | 0 | 0.13 |
HSL | 209.03º | 0.33% | 0.81% | - |
HSV(B) | 209.03º | 0.14% | 0.87% | - |
XYZ | 57.61 | 61.65 | 78.67 | - |
YUV | 204.93 | 138.2 | 118.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 208 | 223 | 0.14 | 0.07 | 0 | 0.13 | 209.03 | 0.33 | 0.81 |
Hex | C0 | D0 | DF | E | 7 | 0 | D | D1 | 21 | 51 |
Octal | 300 | 320 | 337 | 16 | 7 | 0 | 15 | 321 | 41 | 121 |
Binary | 11000000 | 11010000 | 11011111 | 1110 | 111 | 0 | 1101 | 11010001 | 100001 | 1010001 |
Color Harmonies of #C0D0DF
Complementary color
Monochromatic Colors of #C0D0DF
Black with #C0D0DF
Text Example
Text Example
White with #C0D0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D0DF; }
p { color: rgb(192,208,223); }
H1.HeaderClassName
{
color: #C0D0DF;
}
.AnyTagClassName
{
color: #C0D0DF;
}
</style>
background-color css
<style>
a { background-color: #C0D0DF; }
a { background-color: rgb(192,208,223); }
div.DivClassName
{
background-color: #C0D0DF;
}
.BgClassName
{
background-color: #C0D0DF;
}
</style>
border-color css
<style>
span { border-color: #C0D0DF; }
span { border-color: rgb(192,208,223); }
td.TdClassName
{
border-color: #C0D0DF;
}
.TagClassName
{
border-color: #C0D0DF;
}
</style>