Shades of Link Water #C0CEDA
Tints of Link Water #C0CEDA
RGB
CMYK
RGB Variations
Color information
#C0CEDA (or 0xC0CEDA) is known color: Link Water. HEX triplet: C0, CE and DA. RGB value is (192,206,218). Sum of RGB (Red+Green+Blue) = 192+206+218=616 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.17% from 616); Green value is 206 (80.86% from 255 or 33.44% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 218 - color contains mainly: blue. Hex color #C0CEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CEDA is #3F3125. Grayscale: #CBCBCB. Windows color (decimal): -4141350 or 14339776. OLE color: 14339776.
HSL color Cylindrical-coordinate representation of color #C0CEDA: hue angle of 207.69º 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 #C0CEDA is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 192 | 206 | 218 | - |
CMYK | 0.12 | 0.06 | 0 | 0.15 |
HSL | 207.69º | 0.26% | 0.8% | - |
HSV(B) | 207.69º | 0.12% | 0.85% | - |
XYZ | 56.46 | 60.41 | 75.01 | - |
YUV | 203.18 | 136.36 | 120.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 206 | 218 | 0.12 | 0.06 | 0 | 0.15 | 207.69 | 0.26 | 0.8 |
Hex | C0 | CE | DA | C | 6 | 0 | F | D0 | 1A | 50 |
Octal | 300 | 316 | 332 | 14 | 6 | 0 | 17 | 320 | 32 | 120 |
Binary | 11000000 | 11001110 | 11011010 | 1100 | 110 | 0 | 1111 | 11010000 | 11010 | 1010000 |
Color Harmonies of #C0CEDA
Complementary color
Monochromatic Colors of #C0CEDA
Black with #C0CEDA
Text Example
Text Example
White with #C0CEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CEDA; }
p { color: rgb(192,206,218); }
H1.HeaderClassName
{
color: #C0CEDA;
}
.AnyTagClassName
{
color: #C0CEDA;
}
</style>
background-color css
<style>
a { background-color: #C0CEDA; }
a { background-color: rgb(192,206,218); }
div.DivClassName
{
background-color: #C0CEDA;
}
.BgClassName
{
background-color: #C0CEDA;
}
</style>
border-color css
<style>
span { border-color: #C0CEDA; }
span { border-color: rgb(192,206,218); }
td.TdClassName
{
border-color: #C0CEDA;
}
.TagClassName
{
border-color: #C0CEDA;
}
</style>